Skip to content

ENH: DTA to_pydatetime, time, timetz, date, iter support non-nano #47307

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

Merged
merged 10 commits into from
Jun 15, 2022

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx (Replace xxxx with the Github issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

@jbrockmendel
Copy link
Member Author

This turned up a few other places where non-nano needs to get implemented first. see #47316, #47312, #47313, and a few more coming up.

@jbrockmendel jbrockmendel added the Non-Nano datetime64/timedelta64 with non-nanosecond resolution label Jun 12, 2022
jbrockmendel and others added 8 commits June 14, 2022 09:28
…das-dev#47331)

* REGR: concat not sorting columns for mixed column names

* Fix none in columns

* BUG: concat not sorting column names when None is included

* Update doc/source/whatsnew/v1.5.0.rst

Co-authored-by: Matthew Roeschke <[email protected]>

* Add gh reference

Co-authored-by: Matthew Roeschke <[email protected]>
* Add run-tests action

* Fix

* Fix

* Fix

* Update macos-windows.yml

* Update posix.yml

* Update python-dev.yml

* Update action.yml

* Update macos-windows.yml

* Update posix.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml
@jbrockmendel
Copy link
Member Author

rebased on top of #47346

@jbrockmendel
Copy link
Member Author

looks like some unrelated things snuck in the last rebase

@mroeschke mroeschke added this to the 1.5 milestone Jun 15, 2022
@mroeschke mroeschke merged commit 5f62767 into pandas-dev:main Jun 15, 2022
@jbrockmendel jbrockmendel deleted the nano-iter branch June 15, 2022 21:22
yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
…ndas-dev#47307)

* ENH: Timestamp +- timedeltalike scalar support non-nano

* ENH: Timestamp.__sub__(datetime) with non-nano

* better exception message

* BUG: concat not sorting mixed column names when None is included (pandas-dev#47331)

* REGR: concat not sorting columns for mixed column names

* Fix none in columns

* BUG: concat not sorting column names when None is included

* Update doc/source/whatsnew/v1.5.0.rst

Co-authored-by: Matthew Roeschke <[email protected]>

* Add gh reference

Co-authored-by: Matthew Roeschke <[email protected]>

* Add run-tests action (pandas-dev#47292)

* Add run-tests action

* Fix

* Fix

* Fix

* Update macos-windows.yml

* Update posix.yml

* Update python-dev.yml

* Update action.yml

* Update macos-windows.yml

* Update posix.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* Update python-dev.yml

* ENH: Timestamp pickle support non-nano tzaware (pandas-dev#47340)

* ENH: DTA to_pydatetime, time, timetz, date, iter support non-nano

* cast in liboffsets

* mypy fixup

Co-authored-by: Patrick Hoefler <[email protected]>
Co-authored-by: Matthew Roeschke <[email protected]>
Co-authored-by: Jonas Haag <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Non-Nano datetime64/timedelta64 with non-nanosecond resolution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants