tidy
tidy copied to clipboard
complete, is not parsing the original data
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.