-
- 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
BUG: bugfix 26390 assigning PandasArray to DataFrame error Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation
WIP: NaTD Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type
#24645 by jbrockmendel was closed Mar 20, 2019 Loading…
WIP/POC: Allow (N, 1) and (1,N) EAs Enhancement ExtensionArray Extending pandas with custom dtypes or arrays.
#26914 by jbrockmendel was closed Jul 1, 2019 Loading…
PERF: indexing Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
SparseArray is an ExtensionArray API Design ExtensionArray Extending pandas with custom dtypes or arrays. Sparse Sparse Data Type
PERF/REGR: isin slowdown for masked type isin isin method NA - MaskedArrays Related to pd.NA and nullable extension arrays Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version
TST: add test for Index.where when needing to cast to object dtype Testing pandas testing functions or related to the test suite
#40888 by cgarciae was closed Sep 1, 2021 Loading…
4 tasks done
REF: de-duplicate symmetric_difference, _union Index Related to the Index class or subclasses Indexing Related to indexing on series/frames, not to indexes themselves Refactor Internal refactoring of code
BUG: PeriodIndex.get_loc with mismatched freq Bug Frequency DateOffsets Index Related to the Index class or subclasses Period Period data type
remove 1 char line terminator limit Error Reporting Incorrect or improved errors from pandas IO CSV read_csv, to_csv
#19601 by jwdeitch was closed Sep 25, 2018 Loading…
ENH: DataFrame.append preserves columns dtype if possible Dtype Conversions Unexpected or buggy dtype conversions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: preserve categorical & sparse types when grouping / pivot Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions Groupby
API/BUG: Raise when int-dtype coercions fail Dtype Conversions Unexpected or buggy dtype conversions Error Reporting Incorrect or improved errors from pandas
BUG: Index._searchsorted_monotonic(..., side='right') returns the left side position for monotonic decreasing indexes Indexing Related to indexing on series/frames, not to indexes themselves
ProTip! no:milestone will show everything without a milestone.