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

REGR: DataFrame.update emits spurious warning about downcasting Bug Conditionals E.g. where, mask, case_when DataFrame DataFrame data structure Dtype Conversions Unexpected or buggy dtype conversions Regression Functionality that used to work in a prior pandas version Warnings Warnings that appear or should be added to pandas
#57485 by rhshadrach was merged Feb 18, 2024 Loading…
1 of 5 tasks
2.2.1
Backport PR #55473: TST: sort index with sliced MultiIndex MultiIndex Regression Functionality that used to work in a prior pandas version
#55482 by lukemanley was merged Oct 19, 2023 Loading… 2.1.2
REGR: sort index with sliced MultiIndex MultiIndex Regression Functionality that used to work in a prior pandas version
#55474 by lukemanley was merged Oct 18, 2023 Loading…
5 tasks done
2.1.2
REGR: NumPy func warning when dropping nuisance in agg, apply, transform Apply Apply, Aggregate, Transform, Map Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply Regression Functionality that used to work in a prior pandas version Warnings Warnings that appear or should be added to pandas
#50627 by rhshadrach was merged Jan 16, 2023 Loading…
5 tasks done
1.5.3
Backport PR #47550 on branch 1.4.x (REGR: fix eval with inplace=True to correctly update column values inplace) expressions pd.eval, query Regression Functionality that used to work in a prior pandas version
#48151 by phofl was merged Aug 19, 2022 Loading… 1.4.4
Backport PR #47581 on branch 1.4.x (BUG: DataFrame.loc not aligning rhs df for single block case) Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
#47984 by phofl was merged Aug 8, 2022 Loading… 1.4.4
BUG: Fix nanosecond timedeltas Regression Functionality that used to work in a prior pandas version Timedelta Timedelta data type
#45108 by deponovo was merged Dec 31, 2021 Loading…
4 tasks done
1.4
Fixed regression in Series.duplicated for categorical dtype with bool categories Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version
#44356 by phofl was merged Nov 12, 2021 Loading…
4 tasks done
1.3.5
REGR: RollingGroupby.corr producing incorrect results Bug Groupby Regression Functionality that used to work in a prior pandas version Window rolling, ewma, expanding
#43854 by rhshadrach was merged Oct 3, 2021 Loading…
4 tasks done
1.3.4
BUG: REGR: read_csv with memory_map=True raises UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc4 in position 262143: unexpected end of data IO CSV read_csv, to_csv Regression Functionality that used to work in a prior pandas version
#43647 by michal-gh was merged Sep 21, 2021 Loading…
1 task done
1.3.4
PERF: groupby with string dtype Groupby Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version Strings String extension data type and string data
#43634 by debnathshoham was merged Sep 23, 2021 Loading…
3 of 4 tasks
1.3.4
REGR: fillna on f32 column raising for f64 Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version
#43455 by mzeitlin11 was merged Sep 9, 2021 Loading…
4 tasks done
1.3.3
Regression in loc setitem raising ValueError when setting array as cell value Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
#43450 by phofl was merged Sep 7, 2021 Loading…
4 tasks done
1.3.3
Regression in __getitem__ raising for slice DatetimeIndex Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
#43428 by phofl was merged Sep 9, 2021 Loading…
4 tasks done
1.3.3
REGR: Resampler.aggregate fails when used with column selection Bug Regression Functionality that used to work in a prior pandas version Resample resample method
#43410 by rhshadrach was merged Sep 6, 2021 Loading…
4 tasks done
1.3.3
Revert Cythonized Kendall implementation and improve test case to prevent regressions Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
#43403 by zrait was merged Sep 6, 2021 Loading…
3 of 4 tasks
1.3.3
Bug in RangeIndex.where raising AssertionError when result is not from RangeIndex Index Related to the Index class or subclasses Regression Functionality that used to work in a prior pandas version
#43251 by phofl was merged Aug 27, 2021 Loading…
4 tasks done
1.3.3
BUG: groupby.apply incorrectly dropping nan Groupby Regression Functionality that used to work in a prior pandas version
#43236 by debnathshoham was merged Sep 6, 2021 Loading…
4 tasks done
1.3.3
REGR: window ewm slowdown Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version Window rolling, ewma, expanding
#43052 by mzeitlin11 was merged Aug 16, 2021 Loading…
4 tasks done
1.3.3
Fix len one list dataframe constructor bug for datetime Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
#43041 by phofl was merged Aug 17, 2021 Loading…
4 tasks done
1.3.3
REGR: sample modifying weights inplace Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
#42843 by mzeitlin11 was merged Aug 4, 2021 Loading…
3 tasks done
1.4
REGR: Series.nlargest with masked arrays NA - MaskedArrays Related to pd.NA and nullable extension arrays Regression Functionality that used to work in a prior pandas version
#42838 by jbrockmendel was merged Aug 10, 2021 Loading…
4 tasks done
1.3.2
REGR: nanosecond timestamp comparisons to OOB datetimes Datetime Datetime data dtype Numeric Operations Arithmetic, Comparison, and Logical operations Regression Functionality that used to work in a prior pandas version
#42796 by mzeitlin11 was merged Jul 29, 2021 Loading…
4 tasks done
1.3.2
REGR: ValueError raised when both prefix and names are set to None IO CSV read_csv, to_csv Regression Functionality that used to work in a prior pandas version
#42690 by lithomas1 was merged Jul 30, 2021 Loading…
4 tasks
1.3.2
BUG: Fix bug in SeriesGroupBy.value_counts when DataFrame has one row (#42618) Bug Groupby Regression Functionality that used to work in a prior pandas version
#42640 by neelmraman was merged Jul 24, 2021 Loading…
4 tasks done
1.3.1
ProTip! Adding no:label will show everything without a label.