Harlan Seymour

Results 2 issues of Harlan Seymour

Create a data frame with a `Date` column. Example value: `new Date("2022-04-01")`. Try to select the data column using [either documented method](new Date(["2022-04-01"](https://danfo.jsdata.org/api-reference/dataframe/danfo.dataframe.column))). Code blow ups with this call stack:...

This code taught me so much -- thank you!!! The code ran great for me, but I had to fix two little issues: 1.) I had to add "rb" otherwise...