Slackbot
03/27/2023, 7:54 PMaaronkyle
03/27/2023, 8:40 PMMatthew
03/27/2023, 10:20 PMMatthew
03/27/2023, 10:21 PMAdam Roberts
03/28/2023, 7:34 AMdji = (await FileAttachment("^DJI-3@3.csv").csv({typed: true})).map(d => {
const {date, ...row} = d // split date out from the rest of the row
return {date: new Date(date), ...row} // rebuild with the date parsed as a date
})
Adam Roberts
03/28/2023, 7:36 AMAdam Roberts
03/28/2023, 7:41 AMMatthew
03/28/2023, 3:18 PMAdam Roberts
03/28/2023, 3:49 PM