Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

CLN: comments, docstrings, depr NaT.freq Datetime Datetime data dtype Deprecate Functionality to remove in pandas Docs
#45071 by jbrockmendel was merged Dec 27, 2021 Loading…
4 tasks done
1.4
Standardize datetimelike casting behavior where/setitem/searchsorted/comparison Datetime Datetime data dtype
#34055 by jbrockmendel was merged May 7, 2020 Loading…
3 of 5 tasks
1.1
REF: implement tz_localize_to_utc_single Datetime Datetime data dtype Refactor Internal refactoring of code
#35108 by jbrockmendel was merged Jul 7, 2020 Loading… 1.1
PERF: tz_localize(None) from dst, asvs Benchmark Performance (ASV) benchmarks Datetime Datetime data dtype Performance Memory or execution speed performance
#35106 by jbrockmendel was merged Jul 7, 2020 Loading… 1.1
CLN: tz_convert is always from UTC Clean Datetime Datetime data dtype
#35104 by jbrockmendel was merged Jul 7, 2020 Loading… 1.1
BUG: bug in Series construction from UTC Bug Datetime Datetime data dtype Timezones Timezone data dtype
#14928 by jreback was closed Dec 20, 2016 Loading… 0.20.0
REF: de-duplicate CategoricalIndex._get_indexer Categorical Categorical Data Type Datetime Datetime data dtype Index Related to the Index class or subclasses Refactor Internal refactoring of code
#42042 by jbrockmendel was merged Jun 16, 2021 Loading… 1.4
DOC: fix examples in Timestamp functions Datetime Datetime data dtype Docs
#44702 by valentinoli was merged Dec 3, 2021 Loading…
4 tasks
1.4
REF/BUG: DTA/TDA/PA comparison ops inconsistencies Datetime Datetime data dtype Period Period data type Timedelta Timedelta data type
#30637 by jbrockmendel was merged Jan 3, 2020 Loading… 1.0.0
REF: implement ABCTimestamp, ABCTimedelta, ABCTick Datetime Datetime data dtype
#34054 by jbrockmendel was merged May 7, 2020 Loading… 1.1
TST: Verify whether Datetime subclasses are also of dtype datetime Compat pandas objects compatability with Numpy or Python functions Constructors Series/DataFrame/Index/pd.array Constructors Datetime Datetime data dtype
#34911 by avinashpancham was merged Jun 20, 2020 Loading…
5 tasks done
1.1
ERR: Better error msg when merging on tz-aware and tz-naive columns Datetime Datetime data dtype Error Reporting Incorrect or improved errors from pandas Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timezones Timezone data dtype
#19525 by reidy-p was merged Feb 3, 2018 Loading…
3 of 4 tasks
0.23.0
BUG: pd.to_datetime([np.str_ objects]) GH#32264 Datetime Datetime data dtype
#45280 by jbrockmendel was merged Jan 10, 2022 Loading…
4 tasks done
1.5
Make DTI/TDI _union behavior match Datetime Datetime data dtype Timedelta Timedelta data type
#30696 by jbrockmendel was merged Jan 5, 2020 Loading… 1.0.0
DEPR: DTI int64 values and tz interpreted as UTC Datetime Datetime data dtype
#30115 by jbrockmendel was merged Dec 6, 2019 Loading… 1.0.0
BUG: date_range hitting iNaT Datetime Datetime data dtype
#39308 by jbrockmendel was merged Jan 21, 2021 Loading…
4 tasks done
1.3
REF: make ccalendar self-contained Datetime Datetime data dtype Refactor Internal refactoring of code
#35119 by jbrockmendel was merged Jul 7, 2020 Loading… 1.1
BUG: Series([Timestamp, int], dtype=m8ns) dropping nanoseconds Datetime Datetime data dtype
#40100 by jbrockmendel was merged Feb 27, 2021 Loading…
4 tasks
1.3
BUG: fix comparison of NaT with numpy array Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations Regression Functionality that used to work in a prior pandas version
#40723 by jorisvandenbossche was merged Apr 1, 2021 Loading… 1.2.4
Centralize and de-duplicate comparison and arith tests Datetime Datetime data dtype Period Period data type Testing pandas testing functions or related to the test suite Timedelta Timedelta data type
#19317 by jbrockmendel was merged Jan 21, 2018 Loading… 0.23.0
BUG: FooIndex.insert casting datetimelike NAs incorrectly Datetime Datetime data dtype Interval Interval data type
#36374 by jbrockmendel was merged Sep 17, 2020 Loading…
3 of 5 tasks
1.2
TYP: DatetimeIndex, TimedeltaIndex Datetime Datetime data dtype Timezones Timezone data dtype Typing type annotations, mypy/pyright type checking
#37365 by jbrockmendel was merged Oct 29, 2020 Loading… 1.2
BUG: DataFrame.diff with dt64 and NaTs Bug Datetime Datetime data dtype
#36998 by jbrockmendel was merged Oct 10, 2020 Loading…
5 tasks done
1.2
REGR: Make DateOffset immutable Datetime Datetime data dtype Frequency DateOffsets Regression Functionality that used to work in a prior pandas version
#36946 by dsaxton was merged Oct 8, 2020 Loading…
5 tasks done
1.1.4
ProTip! Exclude everything labeled bug with -label:bug.