tidy icon indicating copy to clipboard operation
tidy copied to clipboard

complete, is not parsing the original data

Open hellonearthis opened this issue 2 years ago • 1 comments

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.

hellonearthis avatar Dec 22 '22 21:12 hellonearthis