Skip to content

Issues: pandas-dev/pandas

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

ENH: read_csv dtype with datetime w/tz & integrations with category Categorical Categorical Data Type Datetime Datetime data dtype Enhancement IO CSV read_csv, to_csv
#24542 opened Jan 2, 2019 by jreback
Add tests asserting that EAs shouldn't be coerced to ndarray Categorical Categorical Data Type Enhancement Testing pandas testing functions or related to the test suite
#24207 opened Dec 10, 2018 by TomAugspurger
Automatically keep categorical type on merge Bug Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#24093 opened Dec 4, 2018 by Gerenuk
Missing Values and Categoricals - inconsistent dtypes Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions Enhancement
#23242 opened Oct 19, 2018 by Dr-Irv
"TypeError: unorderable types" in Python3 when initializing Categorical with array values including tuples #15457 Bug Categorical Categorical Data Type Nested Data Data where the values are collections (lists, sets, dicts, objects, etc.).
#22080 opened Jul 27, 2018 by toobaz
Pandas indexing bug raises TypeError when slicing with categorical IntervalIndex Bug Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#21068 opened May 16, 2018 by antipisa
str.cat should return categorical data for categorical caller Categorical Categorical Data Type Enhancement Needs Discussion Requires discussion from core team before further action Strings String extension data type and string data
#20845 opened Apr 27, 2018 by h-vetinari
Bad Error message / docs for Categorical.fillna with dict value Categorical Categorical Data Type Docs Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#19705 opened Feb 14, 2018 by TomAugspurger
ENH: Series.str.get_dummies should defer to pd.get_dummies and pass thru args Categorical Categorical Data Type Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode Strings String extension data type and string data
#19618 opened Feb 9, 2018 by randomgambit
PERF: Optimize _categorical_convert CSV parser when categories are known ahead of time Categorical Categorical Data Type IO CSV read_csv, to_csv Performance Memory or execution speed performance
#17743 opened Oct 2, 2017 by TomAugspurger
pd.crosstab, categorical data and missing instances Categorical Categorical Data Type Docs good first issue Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#16367 opened May 16, 2017 by peisenha
API: type conversions on merges Bug Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions Error Reporting Incorrect or improved errors from pandas Needs Discussion Requires discussion from core team before further action
#15332 opened Feb 7, 2017 by chris-b1
API: .str ops on category should return category if result is non-boolean Categorical Categorical Data Type Enhancement Needs Discussion Requires discussion from core team before further action Strings String extension data type and string data
#15198 opened Jan 23, 2017 by jreback
API: Expand read_csv dtype for categoricals Categorical Categorical Data Type Enhancement IO CSV read_csv, to_csv
#14503 opened Oct 26, 2016 by TomAugspurger
BUG: sorting of category dtypes Bug Categorical Categorical Data Type
#14368 opened Oct 6, 2016 by jreback
API: union_categoricals in concat Categorical Categorical Data Type Enhancement Needs Discussion Requires discussion from core team before further action Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#14177 opened Sep 7, 2016 by jorisvandenbossche
BUG: concat with categorical keys doesn't preserve categorical dtype Bug Categorical Categorical Data Type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#14016 opened Aug 16, 2016 by pijucha
ProTip! Exclude everything labeled bug with -label:bug.