-
- 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
REF: implement sanitize_masked_array Constructors Series/DataFrame/Index/pd.array Constructors Refactor Internal refactoring of code
TST: Added dataframe constructor tests confirming order is preserved with standard Python dicts Constructors Series/DataFrame/Index/pd.array Constructors Testing pandas testing functions or related to the test suite
BUG: name retention in Index.intersection Bug Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses MultiIndex
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…
5 tasks done
CLN: clean Index._id Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses
Backport PR #36316 on branch 1.1.x (BUG: Don't overflow with large int scalar) Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
BUG: Don't overflow with large int scalar Bug Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
Backport PR #36054 on branch 1.1.x (BUG: Don't raise when constructing Series from ordered set) Constructors Series/DataFrame/Index/pd.array Constructors
Updated series documentation to close #35406 Constructors Series/DataFrame/Index/pd.array Constructors Docs Series Series data structure
BUG: Don't raise when constructing Series from ordered set Bug Constructors Series/DataFrame/Index/pd.array Constructors
BUG: instantiation using a dict with a period scalar Bug Constructors Series/DataFrame/Index/pd.array Constructors Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Period Period data type
"Backport PR #35838 on branch 1.1.x" Bug Constructors Series/DataFrame/Index/pd.array Constructors Datetime Datetime data dtype Sparse Sparse Data Type
Fix Series construction from Sparse["datetime64[ns]"] Bug Constructors Series/DataFrame/Index/pd.array Constructors Datetime Datetime data dtype Sparse Sparse Data Type
BUG: Raise ValueError instead of bare Exception in sanitize_array Constructors Series/DataFrame/Index/pd.array Constructors Error Reporting Incorrect or improved errors from pandas Series Series data structure
Backport PR #35590 on branch 1.1.x (BUG: validate index/data length match in DataFrame construction) Bug Constructors Series/DataFrame/Index/pd.array Constructors
REF: Simplify Index.copy Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses
BUG: validate index/data length match in DataFrame construction Bug Constructors Series/DataFrame/Index/pd.array Constructors
CLN/PERF: move RangeIndex._cached_data to RangeIndex._cache Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses Performance Memory or execution speed performance
BUG: assign consensus name to index union in array case GH13475 Bug Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode
TST: Adds CategoricalIndex DataFrame from_records test (GH32805) Categorical Categorical Data Type Constructors Series/DataFrame/Index/pd.array Constructors Testing pandas testing functions or related to the test suite
Pd.series.map performance Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance Series Series data structure
TST : Added test for creating empty dataframe with column of type str… Constructors Series/DataFrame/Index/pd.array Constructors Strings String extension data type and string data Testing pandas testing functions or related to the test suite
TST: Verify whether Datetime subclasses are also of dtype datetime Compat pandas objects compatability with Numpy or Python functions Constructors Series/DataFrame/Index/pd.array Constructors Datetime Datetime data dtype
TST: Ensure dtypes are set correctly for empty integer columns #24386 Constructors Series/DataFrame/Index/pd.array Constructors Dtype Conversions Unexpected or buggy dtype conversions Testing pandas testing functions or related to the test suite
API: Honor copy for dict-input in DataFrame API Design Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Stale
ProTip! no:milestone will show everything without a milestone.