-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Issues: pandas-dev/pandas
FEEDBACK: PyArrow as a required dependency and PyArrow backed...
#54466
opened Aug 9, 2023 by
phofl
Open
150
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
Label
Projects
Milestones
Assignee
Sort
Issues list
ENH: HTML formatting for Series in Jupyter notebook
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#8750
opened Nov 7, 2014 by
SylvainCorlay
DOC/VIS: plotting on current figure/axis with Series/DataFrame.plot()
Docs
Visualization
plotting
#8776
opened Nov 10, 2014 by
jorisvandenbossche
Pandas Series should provide to_html method
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#8829
opened Nov 16, 2014 by
s-celles
to_sql
dies on columns with closed parens
Bug
IO SQL
#8762
opened Nov 9, 2014 by
hammer
ENH: other join types than 'left' for .update
Enhancement
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#8805
opened Nov 13, 2014 by
maxgrenderjones
DOC/API: document how to use metadata
Docs
metadata
_metadata, .attrs
#8572
opened Oct 17, 2014 by
jreback
3 tasks
df.query() doesn't follow python truthy-ness?
Bug
Error Reporting
Incorrect or improved errors from pandas
expressions
pd.eval, query
#8560
opened Oct 15, 2014 by
kay1793
BUG: comparing multicolumn dataframe with datetime64 values to series gives TypeError
Bug
Closing Candidate
May be closeable, needs more eyeballs
Error Reporting
Incorrect or improved errors from pandas
Numeric Operations
Arithmetic, Comparison, and Logical operations
#9006
opened Dec 4, 2014 by
jorisvandenbossche
API/ENH: query an HDF5 store with a named index
Enhancement
IO HDF5
read_hdf, HDFStore
#9042
opened Dec 8, 2014 by
jreback
BUG/VIS: can't add a line with DatetimeIndex/datetime64 as x-values on timeseries plot
Bug
Visualization
plotting
#9053
opened Dec 11, 2014 by
jorisvandenbossche
ENH: support index=True for SQL io.sql.get_schema
Enhancement
IO SQL
to_sql, read_sql, read_sql_query
#9084
opened Dec 15, 2014 by
jorisvandenbossche
BUG: columns misaligned in repr when having >10 columns with integer index
Bug
Output-Formatting
__repr__ of pandas objects, to_string
#8300
opened Sep 17, 2014 by
jorisvandenbossche
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
"Bad" lines with too few fields
Enhancement
IO CSV
read_csv, to_csv
#9729
opened Mar 25, 2015 by
Noxville
Corrwith when "other" has different columns
cov/corr
Enhancement
#9823
opened Apr 6, 2015 by
olgabot
pandas multiindex dataframe, ND interpolation for missing values
Enhancement
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
MultiIndex
#9822
opened Apr 6, 2015 by
den-run-ai
DataFrame.from_dict converts single-tuple index to plain Index when orient='index'
Bug
IO Data
IO issues that don't fit into a more specific label
#9751
opened Mar 31, 2015 by
jiffyclub
ENH: tolerance for Float64Index including join / reindex-nearest
Dtype Conversions
Unexpected or buggy dtype conversions
Enhancement
Index
Related to the Index class or subclasses
#9817
opened Apr 5, 2015 by
hsuominen
"min_itemsize" doesn't work for MultiIndex columns in table format
Bug
IO HDF5
read_hdf, HDFStore
MultiIndex
#12154
opened Jan 27, 2016 by
toobaz
Right align numbers in HTML repr of tables
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Output-Formatting
__repr__ of pandas objects, to_string
Styler
conditional formatting using DataFrame.style
#12144
opened Jan 26, 2016 by
pwaller
Drop fails when supplied with an object that implements __getitem__
Bug
Nested Data
Data where the values are collections (lists, sets, dicts, objects, etc.).
#11740
opened Dec 2, 2015 by
max-sixty
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.