-
- Notifications
You must be signed in to change notification settings - Fork 19.3k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
PERF: fast non-unique indexing Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
#15468 by horta was closed Feb 25, 2017 Loading… updated Feb 25, 2017
BUG: GH15426 timezone lost in groupby-agg with cython functions Groupby Timezones Timezone data dtype
Do not cast .transform() output back to input dtype (closes #10972) Bug Dtype Conversions Unexpected or buggy dtype conversions Groupby
ENH: Added ability to freeze panes from DataFrame.to_excel() (#15160) Enhancement IO Excel read_excel, to_excel
DEPR: rename to _consolidate and create deprecation warning Deprecate Functionality to remove in pandas
#15501 by GuessWhoSamFoo was merged Feb 28, 2017 Loading… updated Mar 5, 2017
4 tasks done
Subclassed reshape Compat pandas objects compatability with Numpy or Python functions
#15564 by delgadom was closed Mar 8, 2017 Loading… updated Mar 9, 2017
4 tasks done
ENH: standardize fill_value behavior across the API Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#15587 by ResidentMario was closed Mar 11, 2017 Loading… updated Mar 11, 2017
4 tasks
API: Drop the name parameter from Categorical Categorical Categorical Data Type Deprecate Functionality to remove in pandas
BUG: SparseDataFrame construction with lists not coercing to dtype (GH 15682) Bug Dtype Conversions Unexpected or buggy dtype conversions
BUG: reshape fix for maybe_infer_to_datetimelike() Bug Datetime Datetime data dtype Reshaping Concat, Merge/Join, Stack/Unstack, Explode
fix BUG: ValueError when performing rolling covariance on multi indexed DataFrame Bug MultiIndex Numeric Operations Arithmetic, Comparison, and Logical operations Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: Made SparseDataFrame.fillna() fill all NaNs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Sparse Sparse Data Type
#16178 by keitakurita was closed Jul 12, 2017 Loading… updated Jul 12, 2017
3 tasks done
ERR: add stacklevel to to_dict() UserWarning (#16927) Error Reporting Incorrect or improved errors from pandas
ENH: simple patch for read_json compression IO Data IO issues that don't fit into a more specific label IO JSON read_json, to_json, json_normalize
BUG: reindex would throw when a categorical index was empty #16770 Bug Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.