-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Revert "Deprecated casting an object-dtype index of datetime objects to DatetimeIndex in the Series constructor (23598)" #38679
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
Conversation
This reverts commit 90a6135.
…ts to :class:`.DatetimeIndex` in the :class:`Series` constructor (:issue:`23598`) only
23598
)"
23598
)"…)" This reverts commit 23c41bd.
fine by me. cc @jbrockmendel |
If the idea is to un-revert following 1.2, sure. |
from #38182 (comment)
not fixed, so delaying to 1.3 |
ok great, thanks @simonjayhawkins yeah we can unrevert this for 1.3, but i think ok to release once this hits. |
@meeseeksdev backport 1.2.x |
…ype index of datetime objects to DatetimeIndex in the Series constructor (23598)"
…of datetime objects to DatetimeIndex in the Series constructor (23598)" (#38699) Co-authored-by: Simon Hawkins <[email protected]>
…to DatetimeIndex in the Series constructor (23598)" (pandas-dev#38679) * Revert "DEPR: is_all_dates (pandas-dev#36697)" This reverts commit 90a6135. * revert Deprecated casting an object-dtype index of ``datetime`` objects to :class:`.DatetimeIndex` in the :class:`Series` constructor (:issue:`23598`) only * Revert "BUG: record warnings related to DatetimeIndex (pandas-dev#37193)" This reverts commit 23c41bd. * remove assert_produces_warning added in TST/REF: collect tests by method, some misplaced pandas-dev#37354
This partially reverts commit 90a6135.
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff