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

BUG: Fix astype from float32 to string Bug Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version Strings String extension data type and string data
#36464 by dsaxton was merged Sep 21, 2020 Loading… updated Sep 21, 2020
5 tasks done
1.1.3
REGR: Series access with Index of tuples/frozenset Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version Series Series data structure
#36147 by rhshadrach was merged Sep 12, 2020 Loading… updated Sep 13, 2020
6 tasks done
1.1.3
REGR: Fix interpolation on empty dataframe Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Regression Functionality that used to work in a prior pandas version
#35543 by sanderland was merged Aug 17, 2020 Loading… updated Aug 24, 2020
5 tasks done
1.1.1
REGR: setting column with setitem should not modify existing array inplace Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
#35266 by jorisvandenbossche was closed Jul 28, 2020 Loading… updated Aug 18, 2020 1.1
Change check_freq default to False Regression Functionality that used to work in a prior pandas version Testing pandas testing functions or related to the test suite
#35571 by MaxWinterstein was closed Aug 14, 2020 Loading… updated Aug 14, 2020
4 of 5 tasks
BUG: Fix unwanted type casting while replacing values in a DataFrame Dtype Conversions Unexpected or buggy dtype conversions Regression Functionality that used to work in a prior pandas version
#33067 by phofl was closed May 11, 2020 Loading… updated Jun 14, 2020
4 of 5 tasks
BUG: Fixed bug, where pandas._libs.lib.maybe_convert_objects function improperly handled arrays with bools and NaNs NA - MaskedArrays Related to pd.NA and nullable extension arrays Regression Functionality that used to work in a prior pandas version
#32242 by AnnaDaglis was merged Mar 9, 2020 Loading… updated Mar 9, 2020
5 tasks done
1.0.2
REGR: read_pickle fallback to encoding=latin_1 upon a UnicodeDecodeError IO Pickle read_pickle, to_pickle Regression Functionality that used to work in a prior pandas version
#32055 by pedroreys was merged Feb 21, 2020 Loading… updated Feb 21, 2020
5 tasks done
1.0.2
REGR: Series.str.encode("base64") Regression Functionality that used to work in a prior pandas version Strings String extension data type and string data
#32080 by simonjayhawkins was closed Feb 18, 2020 Loading… updated Feb 18, 2020
5 tasks
1.0.2
BUG: Too aggressive typing in NDFrame.align Regression Functionality that used to work in a prior pandas version Typing type annotations, mypy/pyright type checking
#31788 by topper-123 was merged Feb 9, 2020 Loading… updated Feb 12, 2020
1 task done
1.0.2
REGR: Fixed AssertionError in groupby Groupby Regression Functionality that used to work in a prior pandas version
#31616 by TomAugspurger was merged Feb 5, 2020 Loading… updated Feb 5, 2020 1.0.1
REGR: fix non-reduction apply with tz-aware objects Apply Apply, Aggregate, Transform, Map Regression Functionality that used to work in a prior pandas version
#31614 by jorisvandenbossche was merged Feb 5, 2020 Loading… updated Feb 5, 2020 1.0.1
REGR: Fix TypeError in groupby min / max of period column Groupby Regression Functionality that used to work in a prior pandas version
#31477 by dsaxton was merged Feb 4, 2020 Loading… updated Feb 4, 2020
5 tasks done
1.0.1
BUG: Patch for skipping seek() when loading Excel files from urllib3.response.HTTPResponse object IO Excel read_excel, to_excel Regression Functionality that used to work in a prior pandas version
#28826 by onsimon was closed Oct 11, 2019 Loading… updated Oct 11, 2019
4 tasks
0.25.2
BUG: Fix RangeIndex.get_indexer for decreasing RangeIndex Bug Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
#28680 by jschendel was merged Oct 2, 2019 Loading… updated Oct 2, 2019
5 tasks done
0.25.2
BUG: _can_use_numexpr fails when passed large Series Numeric Operations Arithmetic, Comparison, and Logical operations Regression Functionality that used to work in a prior pandas version
#27773 by ccharlesgb was merged Aug 19, 2019 Loading… updated Aug 19, 2019
5 tasks done
0.25.1
BUG: Preserve sparse dtype when reindexing Regression Functionality that used to work in a prior pandas version Sparse Sparse Data Type
#26183 by alex-hutton was closed Jun 8, 2019 Loading… updated Jun 8, 2019
1 of 4 tasks
Fixed regression of Multi index with NaN Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex Regression Functionality that used to work in a prior pandas version
#25424 by hksonngan was closed Apr 16, 2019 Loading… updated Apr 16, 2019
4 tasks done
BUG: fix usage of na_sentinel with sort=True in factorize() Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
#25592 by jorisvandenbossche was merged Mar 12, 2019 Loading… updated Mar 12, 2019 0.24.2
BUG: do not crash on a callable grouper returning tuples Groupby MultiIndex Regression Functionality that used to work in a prior pandas version
#22279 by toobaz was closed Dec 14, 2018 Loading… updated Dec 14, 2018
4 tasks done
BUG: fix reindexing MultiIndex with categorical datetime-like level Categorical Categorical Data Type MultiIndex Regression Functionality that used to work in a prior pandas version
#21657 by jorisvandenbossche was merged Jul 2, 2018 Loading… updated Jul 2, 2018 0.23.2
BUG: Fixed NDFrame.transform('abs') Apply Apply, Aggregate, Transform, Map Regression Functionality that used to work in a prior pandas version
#20800 by TomAugspurger was merged Apr 25, 2018 Loading… updated Apr 25, 2018 0.23.0
API & BUG: allow list-like y argument to df.plot & fix integer arg to x,y Regression Functionality that used to work in a prior pandas version Visualization plotting
#20000 by masongallo was merged Mar 22, 2018 Loading… updated Mar 22, 2018
4 tasks done
BUG: GH14323 Union of differences from DatetimeIndex incorrect Bug Datetime Datetime data dtype Regression Functionality that used to work in a prior pandas version
#14346 by Liam3851 was closed Oct 24, 2016 Loading… updated Oct 24, 2016
4 tasks
0.19.1
ProTip! no:milestone will show everything without a milestone.