-
- 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
BUG: assert_index_equal does not raise error for check_categorical=False when comparing 2 CategoricalIndex objects Categorical Categorical Data Type Testing pandas testing functions or related to the test suite
ENH Adding categorical parallel_coordinates implementation Enhancement Visualization plotting
#16219 by stangirala was closed Oct 28, 2017 Loading…
3 of 4 tasks
BUG: SparseSeries init from dict fixes Bug Duplicate Report Duplicate issue or pull request Sparse Sparse Data Type
#16906 by kernc was closed Jul 19, 2017 Loading…
4 tasks done
BUG: Fix css for displaying DataFrames in notebook #16792 IO HTML read_html, to_html, Styler.apply, Styler.applymap
BUG: inconsistency between replace dict using integers and using strings (#20656) Bug Compat pandas objects compatability with Numpy or Python functions Strings String extension data type and string data
PERF/BUG: reimplement MultiIndex.remove_unused_levels Bug MultiIndex Performance Memory or execution speed performance
ExtensionArray.take default implementation ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
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
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
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
API: change Index set ops sort=True -> sort=None API Design Deprecate Functionality to remove in pandas
use tm.assert_equal instead of parametrizing assert funcs
#22995 by jbrockmendel was merged Oct 4, 2018 Loading…
Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.