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

ENH: Add support for dataclasses in the DataFrame constructor API Design Constructors Series/DataFrame/Index/pd.array Constructors
#27999 by asosnovsky was merged Mar 15, 2020 Loading…
4 tasks done
1.1
ENH: Add dropna in groupby to allow NaN in keys Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#30584 by charlesdong1991 was merged May 9, 2020 Loading…
5 tasks done
1.1
Fixed itertuples usage in to_dict Regression Functionality that used to work in a prior pandas version
#24965 by TomAugspurger was merged Jan 28, 2019 Loading… 0.24.1
Remove read_table deprecation Deprecate Functionality to remove in pandas IO Data IO issues that don't fit into a more specific label
#27102 by mroeschke was merged Jun 28, 2019 Loading…
4 tasks done
0.25.0
TST: Parametrize simple yield tests Testing pandas testing functions or related to the test suite
#15406 by QuLogic was closed Feb 16, 2017 Loading…
2 of 4 tasks
0.20.0
Rolling window endpoints inclusion API Design Datetime Datetime data dtype Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15795 by carlosdanielcsantos was closed Apr 13, 2017 Loading…
5 tasks done
0.20.0
ENH: add to/from_parquet with pyarrow & fastparquet Enhancement IO Data IO issues that don't fit into a more specific label IO Parquet parquet, feather
#15838 by jreback was merged Aug 2, 2017 Loading…
2 tasks done
0.21.0
Prevent UnicodeDecodeError in pivot_table under Py2 Error Reporting Incorrect or improved errors from pandas Unicode Unicode strings
#17489 by mpenkov was merged Sep 12, 2017 Loading…
4 tasks done
0.21.0
BUG: DataFrame.first_valid_index() fails if there is no valid entry. Bug Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves
#17488 by skwbc was merged Sep 23, 2017 Loading…
4 tasks done
0.21.0
Delay import Performance Memory or execution speed performance
#17710 by TomAugspurger was merged Oct 2, 2017 Loading… 0.21.0
BUG: Fix IntervalIndex.get_loc/get_indexer for IntervalIndex of length one Bug Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#20946 by jschendel was merged May 5, 2018 Loading…
5 tasks done
0.23.0
ERR: ValueError when merging on incompatible dtypes Dtype Conversions Unexpected or buggy dtype conversions Error Reporting Incorrect or improved errors from pandas Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#18674 by reidy-p was merged Dec 10, 2017 Loading…
3 of 4 tasks
0.23.0
Read csv category fix Bug IO CSV read_csv, to_csv
#18402 by sam-cohan was merged Nov 22, 2017 Loading…
4 tasks done
0.21.1
read_json support for orient="table" IO JSON read_json, to_json, json_normalize Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#19039 by WillAyd was merged Jan 6, 2018 Loading…
4 tasks done
0.23.0
BUG: Patch handling of keep_default_na=False Bug IO CSV read_csv, to_csv
#19260 by gfyoung was merged Jan 18, 2018 Loading… 0.23.0
PERF: DataFrame(pytorch_tensor) Performance Memory or execution speed performance
#45007 by jbrockmendel was merged Dec 23, 2021 Loading…
4 tasks done
1.4
add Series.str.remove(pre|suf)fix Enhancement Strings String extension data type and string data
#43328 by janosh was merged Sep 6, 2021 Loading…
4 tasks done
1.4
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
REGR: Fixed truncation with na_rep IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
#31513 by TomAugspurger was merged Feb 1, 2020 Loading… 1.0.1
BUG: to_timedelta fails on Int64 Series with null values Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type
#35582 by egoddard was merged Aug 7, 2020 Loading…
5 tasks done
1.1.1
DOC: SS01 docstrings errors fixed Docs
#37845 by lucasrodes was merged Nov 15, 2020 Loading…
1 of 5 tasks
1.2
small typing fixes Typing type annotations, mypy/pyright type checking
#39348 by Dr-Irv was merged Jan 30, 2021 Loading… 1.3
ENH: nullable Float32/64 ExtensionArray Enhancement NA - MaskedArrays Related to pd.NA and nullable extension arrays
#34307 by jorisvandenbossche was merged Sep 30, 2020 Loading…
1 of 2 tasks
1.2
BUG: fixed merging with empty frame containing an Int64 column (#25183) Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#25289 by josham was merged Feb 24, 2019 Loading…
4 tasks done
0.24.2
ProTip! Adding no:label will show everything without a label.