Skip to content

Issues: pandas-dev/pandas

Beta
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
Assigned to nobody Loading
Sort

Issues list

API: Plotting kwargs consistency API - Consistency Internal Consistency of API/Behavior Enhancement Visualization plotting
#9609 opened Mar 7, 2015 by TomAugspurger
1 task
BUG: index attributes don't respect the width & need wrapping Bug Output-Formatting __repr__ of pandas objects, to_string
#11552 opened Nov 8, 2015 by jreback
Ignore display.max_rows in DataFrame.to_html(escape=False) Bug IO HTML read_html, to_html, Styler.apply, Styler.applymap
#9690 opened Mar 20, 2015 by flying-sheep
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
DOC: timeseries-specific indexing / operators Datetime Datetime data dtype Docs
#21766 opened Jul 6, 2018 by TomAugspurger
5 tasks
Wrong behavior and/or error message when assigning row with empty columns API - Consistency Internal Consistency of API/Behavior Bug Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves
#17895 opened Oct 16, 2017 by toobaz
Produce representative dataframes for benchmarking Performance Memory or execution speed performance
#15911 opened Apr 5, 2017 by mrocklin
Series index silently ignored when used as boolean mask to df.columns Bug Indexing Related to indexing on series/frames, not to indexes themselves
#19284 opened Jan 17, 2018 by tomsyouruncle
MultiIndex.isin should handle input dims better Enhancement Error Reporting Incorrect or improved errors from pandas isin isin method MultiIndex
#20252 opened Mar 10, 2018 by TomAugspurger
HDF store not closed on AssertionError Bug IO HDF5 read_hdf, HDFStore
#28430 opened Sep 13, 2019 by adimascio
chunksize in read_sql_table sometimes is not accurate Bug IO SQL to_sql, read_sql, read_sql_query
#28153 opened Aug 26, 2019 by vvaezian
REF: share code between pd.array and Series constructor Constructors Series/DataFrame/Index/pd.array Constructors Refactor Internal refactoring of code
#27460 opened Jul 18, 2019 by jbrockmendel
ENH: Explore SIMDJSON for JSON I/O Enhancement IO JSON read_json, to_json, json_normalize
#58278 opened Apr 16, 2024 by WillAyd
1 of 3 tasks
.transform inconsistent / error-prone behavior for list Apply Apply, Aggregate, Transform, Map Bug Groupby Nested Data Data where the values are collections (lists, sets, dicts, objects, etc.).
#28246 opened Sep 1, 2019 by mglowacki100
HDFStore performance issue of .select_as_multiple IO HDF5 read_hdf, HDFStore Performance Memory or execution speed performance
#26771 opened Jun 10, 2019 by BeforeFlight
ProTip! Exclude everything labeled bug with -label:bug.