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

get_dataframe() mishandles index and date type #40

Open
timcoote opened this issue Jul 23, 2021 · 1 comment
Open

get_dataframe() mishandles index and date type #40

timcoote opened this issue Jul 23, 2021 · 1 comment

Comments

@timcoote
Copy link

the dataframe returned by get_dataframe () is quite odd from a pandas point of view and doesn't appear to agree with the api documentation.

Shouldn't the 'date' column be of type pandas.Timestamp, rather than ?
Should time run forwards?
Should the 'date' column be the index of the returned dataframe?

@timcoote
Copy link
Author

I see that there's a (failing) PR to address this issue (#20)

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

1 participant