-
-
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
CLN/API: implemented to_html in terms of .style
API Design
Clean
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Output-Formatting
__repr__ of pandas objects, to_string
Styler
conditional formatting using DataFrame.style
#11700
opened Nov 25, 2015 by
jreback
read_html can't parse the output of to_html() when index has name
Bug
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#8897
opened Nov 26, 2014 by
ruoyu0088
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
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
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
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
When transposing a datetime index without time and using to_html, time is added to column titles.
Bug
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#10640
opened Jul 20, 2015 by
benlester
Series do not display HTML repr
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Output-Formatting
__repr__ of pandas objects, to_string
Series
Series data structure
#5563
opened Nov 20, 2013 by
ghost
No way to force read numerics as string in Unexpected or buggy dtype conversions
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
read_html
Dtype Conversions
#10534
opened Jul 9, 2015 by
adamist521
using the dataframe HTML styler changes representation of NaNs
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#12710
opened Mar 24, 2016 by
jrenner
Feature Request: expose full DOM nodes to converters in html_read
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#14608
opened Nov 7, 2016 by
Amaelb
IndexError using converters in read_html
Bug
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#14624
opened Nov 9, 2016 by
Amaelb
to_html formatter not called for float values in a mixed-type column
Bug
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#13021
opened Apr 28, 2016 by
patricksurry
read_html - how to prevent the conversion of numerical fields
Dtype Conversions
Unexpected or buggy dtype conversions
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#21379
opened Jun 8, 2018 by
vzelen
Whitespace Normalization by Default in _HtmlFrameParser
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#18286
opened Nov 14, 2017 by
mikewolfd
UnicodeDecodeError with html.table_schema = True
Bug
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
IO JSON
read_json, to_json, json_normalize
Unicode
Unicode strings
#16848
opened Jul 7, 2017 by
dhirschfeld
Enable pd.options.display.html.table_schema = True By Default
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#28117
opened Aug 23, 2019 by
playermanny2
read_html ignores paragraphs in table cells
Bug
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#24766
opened Jan 14, 2019 by
sasan00
ENH: JSON output from Styler as well as DataFrame
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Needs Discussion
Requires discussion from core team before further action
#36680
opened Sep 27, 2020 by
attack68
Re-unify execution paths for to_html() and _repr_html_()
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Refactor
Internal refactoring of code
#30727
opened Jan 6, 2020 by
greglandrum
read_html docs inconsistent with behaviour if lxml not installed
Bug
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#30281
opened Dec 15, 2019 by
attack68
BUG: pd.NA ignored in DataFrame.to_html(na_rep)
Bug
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#33950
opened May 3, 2020 by
ramseykarim
2 of 3 tasks
BUG: thousands separator in read_html alters data even though converter is set for a specific column
Bug
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#39005
opened Jan 6, 2021 by
GGegenhuber
2 of 3 tasks
REF: read_html, to_html, Styler.apply, Styler.applymap
Master Tracker
High level tracker for similar issues
Refactor
Internal refactoring of code
Styler
conditional formatting using DataFrame.style
DataFrame.to_html
should call Styler.to_html
IO HTML
#41693
opened May 27, 2021 by
attack68
12 of 15 tasks
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.