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

Backport to 2.3.x: REGR: from_records not initializing subclasses properly (#60726) Constructors Series/DataFrame/Index/pd.array Constructors
#62436 by ianhi was merged Sep 24, 2025 Loading…
2 tasks done
2.3.3
BUG: Fix DataFrame constructor misclassification of array-like with 'name' attribute (#61443) Bug Constructors Series/DataFrame/Index/pd.array Constructors
#61451 by iabhi4 was merged May 19, 2025 Loading…
5 tasks done
3.0
REGR: from_records not initializing subclasses properly Constructors Series/DataFrame/Index/pd.array Constructors
#60726 by phofl was merged Jan 17, 2025 Loading…
5 tasks
3.0
Backport PR #60461 on branch 2.3.x (PERF: improve construct_1d_object_array_from_listlike) Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance
#60483 by meeseeksmachine was merged Dec 3, 2024 Loading… 2.3
PERF: improve construct_1d_object_array_from_listlike Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance
#60461 by jorisvandenbossche was merged Dec 3, 2024 Loading…
5 tasks
2.3
BUG: fix construction of Series / Index from dict keys when "str" dtype is specified explicitly Constructors Series/DataFrame/Index/pd.array Constructors Strings String extension data type and string data
#60436 by tasfia8 was merged Jan 26, 2025 Loading… 2.3
Bug Fix: #60343 Construction of Series / Index fails from dict keys when "str" dtype is specified explicitly Constructors Series/DataFrame/Index/pd.array Constructors Strings String extension data type and string data
#60383 by tasfia8 was closed Nov 28, 2024 Loading… 2.3
BUG: Creation of UInt64 column with 18446744073709551615 throws RuntimeWarning Bug Constructors Series/DataFrame/Index/pd.array Constructors
#60214 by lfffkh was closed Dec 16, 2024 Loading…
3 tasks
BUG: fix DataFrame(data=[None, 1], dtype='timedelta64[ns]') raising ValueError Constructors Series/DataFrame/Index/pd.array Constructors Timedelta Timedelta data type
#60081 by yuanx749 was merged Nov 7, 2024 Loading…
4 of 5 tasks
3.0
BUG: Fix from_records() column reorder issue, if columns!=None use passed param (#59717) Constructors Series/DataFrame/Index/pd.array Constructors
#59809 by VibavariG was merged Sep 25, 2024 Loading…
5 tasks done
3.0
Fix doc Constructors Series/DataFrame/Index/pd.array Constructors Docs Series Series data structure
#59793 by fbourgey was merged Sep 30, 2024 Loading…
1 task
3.0
Fix issue #47101 Bug Constructors Series/DataFrame/Index/pd.array Constructors
#59492 by tigerhawkvok was closed Sep 9, 2024 Loading…
3 of 5 tasks
DOC: add note to docstring about dtype keyword when creating Series from abother Series Constructors Series/DataFrame/Index/pd.array Constructors Docs Series Series data structure
#59300 by taranarmo was merged Jul 24, 2024 Loading…
2 of 5 tasks
3.0
BUG: pandas-dev#58594 Constructors Series/DataFrame/Index/pd.array Constructors
#59258 by kirill-bash was merged Jul 18, 2024 Loading…
5 tasks done
3.0
DEPR: remove DTA.__init__, TDA.__init__ Clean Constructors Series/DataFrame/Index/pd.array Constructors
#58004 by jbrockmendel was merged Mar 26, 2024 Loading…
5 tasks
3.0
PERF: DataFrame(dict) returns RangeIndex columns when possible Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses Performance Memory or execution speed performance
#57943 by mroeschke was merged Mar 25, 2024 Loading… 3.0
Backport PR #57889 on branch 2.2.x (BUG: Handle Series construction with Dask, dict-like, Series) Compat pandas objects compatability with Numpy or Python functions Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
#57899 by meeseeksmachine was merged Mar 18, 2024 Loading… 2.2.2
BUG: Handle Series construction with Dask, dict-like, Series Compat pandas objects compatability with Numpy or Python functions Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
#57889 by mroeschke was merged Mar 18, 2024 Loading… 2.2.2
BUG: Ensure dataframe preserves categorical indices with categorial series Categorical Categorical Data Type Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure
#57635 by jmarintur was closed May 31, 2024 Loading…
2 tasks done
API: avoid passing Manager to subclass __init__ Constructors Series/DataFrame/Index/pd.array Constructors Internals Related to non-user accessible pandas implementation
#57553 by jbrockmendel was merged Mar 26, 2024 Loading…
3 of 5 tasks
2.2.2
BUG: Inconsistent behavior while constructing a Series with large integers in a int64 masked array Bug Constructors Series/DataFrame/Index/pd.array Constructors Dtype Conversions Unexpected or buggy dtype conversions NA - MaskedArrays Related to pd.NA and nullable extension arrays Stale
#57030 by parthi-siva was closed Mar 20, 2024 Loading…
3 of 5 tasks
PERF: Cython 3.0 regression with frame constructor Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Performance Memory or execution speed performance
#55931 by rhshadrach was merged Nov 13, 2023 Loading…
5 tasks
BUG: DTA/TDA constructors with mismatched values/dtype resolutions Constructors Series/DataFrame/Index/pd.array Constructors
#55658 by jbrockmendel was merged Oct 24, 2023 Loading…
5 tasks
2.2
Better support for UserDict on constructor Constructors Series/DataFrame/Index/pd.array Constructors Stale
#55109 by gabrielcnr was closed Nov 7, 2023 Loading…
4 of 5 tasks
BUG: series with complex nan Complex Complex Numbers Constructors Series/DataFrame/Index/pd.array Constructors
#53682 by Charlie-XIAO was merged Jun 20, 2023 Loading…
4 tasks done
2.1
ProTip! Exclude everything labeled bug with -label:bug.