-
- 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
DataFrame.convert_dtypes doesn't preserve subclasses Compat pandas objects compatability with Numpy or Python functions Constructors Series/DataFrame/Index/pd.array Constructors Subclassing Subclassing pandas objects
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
BUG: DataFrame(dict_of_series) raising depending on order of dict Constructors Series/DataFrame/Index/pd.array Constructors Reshaping Concat, Merge/Join, Stack/Unstack, Explode
DOC: erroneous initialization of a DataFrame with Series objects #42818 Constructors Series/DataFrame/Index/pd.array Constructors Docs
Fix len one list dataframe constructor bug for datetime Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
DOC: NumericIndex Constructors Series/DataFrame/Index/pd.array Constructors Docs Index Related to the Index class or subclasses
ENH: NumericIndex for any numpy int/uint/float dtype Constructors Series/DataFrame/Index/pd.array Constructors Dtype Conversions Unexpected or buggy dtype conversions Enhancement Index Related to the Index class or subclasses
PERF: DataFrame construction Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance
PERF/REGR: revert #41785 Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance
REF: simplify indexes.base._maybe_cast_data_without_dtype Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses Refactor Internal refactoring of code
DEPR: datetimelike inference with strings API - Consistency Internal Consistency of API/Behavior Constructors Series/DataFrame/Index/pd.array Constructors Deprecate Functionality to remove in pandas Dtype Conversions Unexpected or buggy dtype conversions
DEPR: Series(dt64naive, dtype=dt64tz) -> will match DatetimeIndex API - Consistency Internal Consistency of API/Behavior Constructors Series/DataFrame/Index/pd.array Constructors Deprecate Functionality to remove in pandas Timezones Timezone data dtype
REF: re-use sanitize_array in DataFrame._sanitize_columns Constructors Series/DataFrame/Index/pd.array Constructors Refactor Internal refactoring of code
BUG: Series(range_obj_outside_i8_bounds) Bug Constructors Series/DataFrame/Index/pd.array Constructors
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
DOC: Add clearer info when copy is False but memory shared only for certain objects Constructors Series/DataFrame/Index/pd.array Constructors Copy / view semantics Docs
BUG: constructing DTA/TDA from xarray/dask/pandasarray Bug Constructors Series/DataFrame/Index/pd.array Constructors Datetime Datetime data dtype ExtensionArray Extending pandas with custom dtypes or arrays.
TYP: internals.construction Constructors Series/DataFrame/Index/pd.array Constructors Typing type annotations, mypy/pyright type checking
[ArrayManager] DataFrame constructors Constructors Series/DataFrame/Index/pd.array Constructors Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
REF: shallow_copy->simple_new/rename Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses
BUG: Series(list_of_tuples, dtype=PandasDtype(object)) Bug Constructors Series/DataFrame/Index/pd.array Constructors
BUG: DataFrame(ndarray, dtype=categoricaldtype) Categorical Categorical Data Type Constructors Series/DataFrame/Index/pd.array Constructors
REF: Index.__new__ Constructors Series/DataFrame/Index/pd.array Constructors Index Related to the Index class or subclasses Refactor Internal refactoring of code
BUG: disallow scalar in Categorical constructor Categorical Categorical Data Type Constructors Series/DataFrame/Index/pd.array Constructors Deprecate Functionality to remove in pandas
Previous Next
ProTip! Adding no:label will show everything without a label.