forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEPR: disallow parsing datetimes with mixed time zones unless `utc=Tr…
…ue` (pandas-dev#57275) * correct def _array_to_datetime_object, _array_strptime_object_fallback, fix tests * fix tests * correct to_datetime docs, add a note to v3.0.0 * correct to_datetime docs * fix failures in benchmarks/inference.py * fix pre-commit error * correct examples in to_datetime docs * correct to_datetime docs * delete time_different_offset from benchmarks/inference.py as redundant * correct v3.0.0 * removed _array_to_datetime_object and _array_strptime_object_fallback * correct to_datetime docstring, roll back changes in test_suppress_error_output * fix pre-commit error * correct test_to_datetime_mixed_awareness_mixed_types, and a comment in array_to_datetime
- Loading branch information
Showing
11 changed files
with
124 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.