-
- 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
PERF: Faster Series.__getattribute__ Datetime Datetime data dtype Performance Memory or execution speed performance
Fix Series[timedelta64]+DatetimeIndex[tz] bugs Bug Datetime Datetime data dtype Timedelta Timedelta data type Timezones Timezone data dtype
DEPR: Deprecate box kwarg for to_timedelta and to_datetime Datetime Datetime data dtype Deprecate Functionality to remove in pandas Timedelta Timedelta data type
BUG: Assorted DatetimeIndex bugfixes Datetime Datetime data dtype Deprecate Functionality to remove in pandas
PERF: pd.to_datetime, unit='s' much slower for float64 than for int64 Datetime Datetime data dtype Performance Memory or execution speed performance
Implement DatetimeArray._from_sequence Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: support .strftime for datetimelikes (closes #10086) Datetime Datetime data dtype Enhancement Output-Formatting __repr__ of pandas objects, to_string Strings String extension data type and string data
TST: Tests and Helpers for Datetime/Period Arrays Datetime Datetime data dtype Testing pandas testing functions or related to the test suite
#23502 by jbrockmendel was merged Nov 9, 2018 Loading…
BUG: astype(str) on datetimelike index #10442 Datetime Datetime data dtype Dtype Conversions Unexpected or buggy dtype conversions Output-Formatting __repr__ of pandas objects, to_string
ENH: added new cache_dates parameter for read_csv func Datetime Datetime data dtype Enhancement IO CSV read_csv, to_csv Performance Memory or execution speed performance
TYP: avoid inherit_names for DatetimeIndexOpsMixin Datetime Datetime data dtype Stale Typing type annotations, mypy/pyright type checking
#48015 by twoertwein was closed Nov 17, 2022 Loading…
Fix DTI comparison with None, datetime.date Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: pd.to_datetime with format doesn't work with pd.NA Bug Datetime Datetime data dtype NA - MaskedArrays Related to pd.NA and nullable extension arrays
TST: Added fromisocalendar test cases Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
ENH: Format Datetime data dtype
datetime.datetime and pd.Timestamp objects in pd.to_datetime Datetime #49338 by aaossa was closed Nov 30, 2022 Loading…
5 tasks done
Make _freq/freq/tz/_tz/dtype/_dtype/offset/_offset all inherit reliably Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
handle DST appropriately in Timestamp.replace Datetime Datetime data dtype Timezones Timezone data dtype
ENH: Add isocalendar accessor to DatetimeIndex and Series.dt Datetime Datetime data dtype Enhancement
Implement _most_ of the EA interface for DTA/TDA Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.