-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
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
TST: 2d index when constructing dataframe (#25416). Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Reshaping Concat, Merge/Join, Stack/Unstack, Explode
[BUG] Validate dtype when Int64Index, UInt64Index, or Float64Index are cons… Constructors Series/DataFrame/Index/pd.array Constructors Dtype Conversions Unexpected or buggy dtype conversions Error Reporting Incorrect or improved errors from pandas
DEPR: DTI/TDI/PI constructor arguments Constructors Series/DataFrame/Index/pd.array Constructors Datetime Datetime data dtype Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses Period Period data type Timedelta Timedelta data type
BUG: DataFrame constructor raised ValueError with list-like data and … Constructors Series/DataFrame/Index/pd.array Constructors ExtensionArray Extending pandas with custom dtypes or arrays.
ENH: Add support for DataFrame(ExtensionArray) Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure
BUG: pass 2D ndarray and EA-dtype to DataFrame, closes #12513 Bug Constructors Series/DataFrame/Index/pd.array Constructors ExtensionArray Extending pandas with custom dtypes or arrays.
REF: move inference/casting out of Index.__new__ Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses Refactor Internal refactoring of code
BUG: Index.__new__ with Interval/Period data and object dtype Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses
Implement ExtensionIndex Constructors Series/DataFrame/Index/pd.array Constructors ExtensionArray Extending pandas with custom dtypes or arrays.
Fix PeriodIndex._shallow_copy allowing object-dtype Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses Period Period data type
BUG: Fix Series(List[Interval]) to infer interval dtype Bug Constructors Series/DataFrame/Index/pd.array Constructors Dtype Conversions Unexpected or buggy dtype conversions Interval Interval data type
CLN: update _simple_new usages Clean Constructors Series/DataFrame/Index/pd.array Constructors ExtensionArray Extending pandas with custom dtypes or arrays.
REF: be stricter about what we pass to _simple_new Constructors Series/DataFrame/Index/pd.array Constructors
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
REF: tighten what we accept in TimedeltaIndex._simple_new Constructors Series/DataFrame/Index/pd.array Constructors Timedelta Timedelta data type
BUG: Avoid casting Int to object in Categorical.from_codes Categorical Categorical Data Type Constructors Series/DataFrame/Index/pd.array Constructors
CLN: simplify CategoricalIndex._simple_new Clean Constructors Series/DataFrame/Index/pd.array Constructors
CLN: simplify+annotate _shallow_copy Clean Constructors Series/DataFrame/Index/pd.array Constructors
REF: simplify IntervalIndex/IntervalArray _shallow_copy Constructors Series/DataFrame/Index/pd.array Constructors
REF: simplify PeriodIndex._shallow_copy Constructors Series/DataFrame/Index/pd.array Constructors Period Period data type Refactor Internal refactoring of code
PERF: copy cached attributes on extension index shallow_copy Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses Performance Memory or execution speed performance
REF: make DatetimeIndex._simple_new actually simple Constructors Series/DataFrame/Index/pd.array Constructors Refactor Internal refactoring of code
BUG: Don't multiply sets during construction Bug Constructors Series/DataFrame/Index/pd.array Constructors
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
Previous Next
ProTip! Mix and match filters to narrow down what you’re looking for.