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 in Series constructor returning wrong missing values Constructors Series/DataFrame/Index/pd.array Constructors Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Series Series data structure
#43026 by phofl was merged Aug 19, 2021 Loading…
5 tasks done
1.4
DEPR: Raise FutureWarning when creating empty series without dtype Deprecate Functionality to remove in pandas Series Series data structure
#42587 by lithomas1 was merged Jul 23, 2021 Loading…
4 tasks done
1.4
BUG: Series[int].loc setitem with Series[int] results in Series[float] Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Series Series data structure
#41644 by simonjayhawkins was merged Jun 8, 2021 Loading… 1.3
REF: _try_cast; go through fastpath more often Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance Series Series data structure
#41597 by jbrockmendel was merged May 22, 2021 Loading…
2 of 4 tasks
1.3
DOC: Clarify behavior for Series with dict-like data and index Docs Series Series data structure
#39374 by phofl was merged Feb 7, 2021 Loading…
1 task done
1.2.2
BUG: Series.setitem raising ValueError when setting Series with scalar indexer Indexing Related to indexing on series/frames, not to indexes themselves Series Series data structure
#39358 by phofl was merged Jan 28, 2021 Loading…
4 tasks done
1.3
Updated series documentation to close #35406 Constructors Series/DataFrame/Index/pd.array Constructors Docs Series Series data structure
#36139 by TAJD was merged Sep 5, 2020 Loading…
1 task
1.2
Bug fix one element series truncate 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 Series Series data structure
#35547 by gabicca was merged Aug 7, 2020 Loading… 1.1.1
Pd.series.map performance Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance Series Series data structure
#34948 by Rohith295 was merged Sep 13, 2020 Loading…
3 of 5 tasks
1.2
ENH: Allow map with abc mapping Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Series Series data structure
#29788 by ohad83 was merged Jan 2, 2020 Loading…
5 tasks done
1.0.0
API: Use object dtype for empty Series API Design Dtype Conversions Unexpected or buggy dtype conversions Series Series data structure
#29405 by SaturnFromTitan was merged Dec 5, 2019 Loading…
5 tasks done
1.0.0
BUG: Fix Series.append raises TypeError with tuple of Series Series Series data structure
#28412 by christopherzimmerman was merged Sep 13, 2019 Loading…
5 tasks done
1.0.0
improve warnings for Series.{real,imag} Error Reporting Incorrect or improved errors from pandas Series Series data structure
#27651 by h-vetinari was merged Jul 30, 2019 Loading…
5 tasks done
0.25.1
Better error for str.cat with listlike of wrong dtype. Error Reporting Incorrect or improved errors from pandas Series Series data structure
#26607 by h-vetinari was merged Jun 14, 2019 Loading…
4 tasks done
0.25.0
BUG: Exception when frame constructed from dict of iterators Bug Series Series data structure
#26356 by topper-123 was merged May 20, 2019 Loading…
4 tasks done
0.25.0
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.