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

Support datetimes in DataFrame._build_pd #1319

Merged
merged 1 commit into from Jun 23, 2016

Conversation

mrocklin
Copy link
Member

Previously set_index(..., sorted=True) failed because pandas Timestamps
aren't numpy scalars. This adds a special case for them in _build_pd.

More general solutions welcome.

Previously set_index(..., sorted=True) failed because pandas Timestamps
aren't numpy scalars.  This adds a special case for them in _build_pd.

More general solutions welcome.
@mrocklin mrocklin merged commit 76fc6e2 into dask:master Jun 23, 2016
@mrocklin mrocklin deleted the datetime-build-pd branch June 23, 2016 15:22
@sinhrks sinhrks added this to the 0.10.1 milestone Jul 12, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants