pbeshai / tidy

Tidy up your data with JavaScript, inspired by dplyr and the tidyverse
https://pbeshai.github.io/tidy
MIT License
725 stars 21 forks source link

complete, is not parsing the original data #69

Open hellonearthis opened 1 year ago

hellonearthis commented 1 year ago

As seen here. T.tidy( aaplMissing, T.select(["Date", "Close"]), T.complete({Date: T.fullSeqDate('Date', 'day', 1)}, {Close: 0}) )

The values in Close are not parsed to the new object.

zachbogart commented 1 year ago

Beat me to it, @hellonearthis! Yes, was running into troubles using this on dates. Your notebook on using complete was a helpful starting point, but the same situation with dates left me puzzled.