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

Added try-except clause to catch numpy error. Constructors Series/DataFrame/Index/pd.array Constructors Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays.
#27970 by dustanlevenstein was closed Oct 3, 2019 Loading… updated Oct 3, 2019
1 of 5 tasks
29213: Dataframe Constructor from List of List and non-iterables Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure
#29366 by matttan90 was closed Feb 2, 2020 Loading… updated Feb 3, 2020
4 tasks done
BUG: DataFrame fail to construct when data is list and columns is nested list for MI Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure
#32202 by charlesdong1991 was merged Apr 6, 2020 Loading… updated Apr 6, 2020
5 tasks
1.1
PERF: Cythonize from_nested_dict Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance
#33485 by ShaharNaveh was closed Apr 23, 2020 Loading… updated Apr 23, 2020 1.1
Switch dataframe constructor to use dispatch Clean Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Needs Discussion Requires discussion from core team before further action
#32844 by saulshanabrook was closed Jun 14, 2020 Loading… updated Jun 15, 2020
5 of 6 tasks
API: Honor copy for dict-input in DataFrame API Design Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Stale
#34872 by TomAugspurger was closed Nov 19, 2020 Loading… updated Jan 3, 2021 1.2
BUG: Series constructor drops nanoseconds of Timedelta scalar Bug Constructors Series/DataFrame/Index/pd.array Constructors Timedelta Timedelta data type
#38040 by ma3da was closed Dec 11, 2020 Loading… updated Mar 22, 2021
5 tasks done
TST: Add test to verify DataFrame's constructor doesn't convert Nones to strings on string columns Constructors Series/DataFrame/Index/pd.array Constructors Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
#40912 by cgarciae was closed Sep 1, 2021 Loading… updated Sep 1, 2021
3 tasks done
TST: add test for getting array from series Constructors Series/DataFrame/Index/pd.array Constructors Testing pandas testing functions or related to the test suite Upstream issue Issue related to pandas dependency
#42939 by horaceklai was merged Sep 13, 2021 Loading… updated Sep 13, 2021
1 of 2 tasks
1.4
Backport PR #44518 on branch 1.3.x (BUG: DataFrame with scalar tzaware Timestamp) Constructors Series/DataFrame/Index/pd.array Constructors Timezones Timezone data dtype
#44546 by jbrockmendel was merged Nov 21, 2021 Loading… updated Jan 12, 2022 1.3.5
BUG: preserve object-dtype index when accessing DataFrame column / PERF: improve perf of Series fastpath constructor Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance
#42950 by jorisvandenbossche was merged Jan 24, 2022 Loading… updated Jan 24, 2022 1.5
Construction of series with na and datetime dtype Constructors Series/DataFrame/Index/pd.array Constructors Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
#46068 by weikhor was closed Mar 14, 2022 Loading… updated May 31, 2022
4 tasks
BUG: validate Index data is 1D + deprecate multi-dim indexing Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses
#30588 by jbrockmendel was merged Jan 9, 2020 Loading… updated Apr 5, 2023
5 of 6 tasks
1.0.0
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… updated Jun 1, 2024
2 tasks done
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… updated Dec 16, 2024
3 tasks
ProTip! Filter pull requests by the default branch with base:main.