Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

complete, is not parsing the original data #69

Open
hellonearthis opened this issue Dec 22, 2022 · 1 comment
Open

complete, is not parsing the original data #69

hellonearthis opened this issue Dec 22, 2022 · 1 comment

Comments

@hellonearthis
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants