-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
ENH: retain reso in Timestamp(dt64_obj) Non-Nano datetime64/timedelta64 with non-nanosecond resolution Timestamp pd.Timestamp and associated methods
#48865 by jbrockmendel was closed Sep 29, 2022 Loading…
Backport PR #52220 on branch 2.0.x (BUG: zero-pad shorter years in pd.Timestamp and associated methods
Timestamp.isoformat) Timestamp Backport PR #52311 on branch 2.0.x (DOC: Clarify Timestamp(unit=) will not necessarily set unit) Docs Non-Nano datetime64/timedelta64 with non-nanosecond resolution Timestamp pd.Timestamp and associated methods
Backport PR #52204 on branch 2.0.x (DOC: Update timestamp limitations) Docs Non-Nano datetime64/timedelta64 with non-nanosecond resolution Timestamp pd.Timestamp and associated methods
Backport PR #57314 on branch 2.2.x (BUG: Fix near-minimum timestamp handling) Regression Functionality that used to work in a prior pandas version Timestamp pd.Timestamp and associated methods
DEPR: Timestamp(150.5, unit=Y) Deprecate Functionality to remove in pandas Timestamp pd.Timestamp and associated methods
Backport PR #48167 on branch 1.4.x (BUG: DTI.intersection with DST transition) setops union, intersection, difference, symmetric_difference Timestamp pd.Timestamp and associated methods Timezones Timezone data dtype
ENH: dt64/td64 comparison support non-nano Timedelta Timedelta data type Timestamp pd.Timestamp and associated methods
Changes to fix docstring issue with pandas.Timestamp.max and min Docs Timestamp pd.Timestamp and associated methods
#59512 by NavaneetthaSundararaj was closed Sep 25, 2024 • Draft
REF: collect Timestamp tests by method Testing pandas testing functions or related to the test suite Timestamp pd.Timestamp and associated methods
PERF: Timestamp construction with tz and string offset Performance Memory or execution speed performance Timestamp pd.Timestamp and associated methods
BUG: Timestamp.__richcmp__(dt64_unsupported_reso) Non-Nano datetime64/timedelta64 with non-nanosecond resolution Numeric Operations Arithmetic, Comparison, and Logical operations Timestamp pd.Timestamp and associated methods
API: Change Timestamp/Timedelta arithmetic to match numpy Non-Nano datetime64/timedelta64 with non-nanosecond resolution Numeric Operations Arithmetic, Comparison, and Logical operations Timedelta Timedelta data type Timestamp pd.Timestamp and associated methods
ENH: support td64/dt64 in GroupBy.std Groupby Reduction Operations sum, mean, min, max, etc. Timedelta Timedelta data type Timestamp pd.Timestamp and associated methods
DOC: Fix docstrings for Timestamp: unit, utcoffset, utctimetuple Docs Timestamp pd.Timestamp and associated methods
#59480 by shreyas-dev was closed Aug 13, 2024 Loading…
DOC: Fix docstrings for Timestamp: fromordinal, fromtimestamp Docs Timestamp pd.Timestamp and associated methods
#59473 by znarfm was closed Aug 20, 2024 Loading…
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.