-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Issues: pandas-dev/pandas
FEEDBACK: PyArrow as a required dependency and PyArrow backed...
#54466
opened Aug 9, 2023 by
phofl
Open
154
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: Add parameter to read_html() that disables the _remove_whitespace() function
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Needs Discussion
Requires discussion from core team before further action
#59827
opened Sep 17, 2024 by
dstone42
1 of 3 tasks
BUG: read_html, to_html, Styler.apply, Styler.applymap
Needs Triage
Issue that has not been reviewed by a pandas team member
read_html
does not properly structure some html table elements (possible rowspan
or colspan
issues)
Bug
IO HTML
#58461
opened Apr 28, 2024 by
jowens
3 tasks done
BUG: QST: read_html, to_html, Styler.apply, Styler.applymap
Needs Info
Clarification about behavior needed to assess issue
Needs Triage
Issue that has not been reviewed by a pandas team member
pd.read_html
gives tables with duplicated columns
Bug
IO HTML
#56337
opened Dec 5, 2023 by
INF800
3 tasks done
ENH: read_html(): large colspan values cause unreasonable memory allocations
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Needs Discussion
Requires discussion from core team before further action
#55036
opened Sep 6, 2023 by
guseggert
2 of 3 tasks
BUG: read_html, to_html, Styler.apply, Styler.applymap
read_html()
extracts only a single link from cells even if there are multiple in the same cell.
Bug
IO HTML
#54708
opened Aug 23, 2023 by
kyoungrok0517
3 tasks done
PERF: pandas read html code is taking too long
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Performance
Memory or execution speed performance
#52619
opened Apr 12, 2023 by
VivaSrini
3 tasks done
CLN: Use dedup_names in all instances where duplicate column names are renamed
Clean
good first issue
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#50371
opened Dec 21, 2022 by
datapythonista
BUG: pd.read_html de-duplicates dataframes only with bs4/html5lib parser
Bug
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#49934
opened Nov 27, 2022 by
asishm
3 tasks done
ENH: Expose date parsing arguments in Datetime data dtype
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
read_html
function
Datetime
#49553
opened Nov 6, 2022 by
csala
1 of 3 tasks
BUG: 1.5.0rc0 extract_links modifies type first item in tuple
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Needs Discussion
Requires discussion from core team before further action
#48355
opened Sep 1, 2022 by
1Mark
3 tasks done
BUG: Style.set_sticky() doesn’t work with dark mode
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Styler
conditional formatting using DataFrame.style
#46984
opened May 10, 2022 by
flying-sheep
3 tasks done
DOC: Example missing in pandas.DataFrame.to_html
Docs
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#44945
opened Dec 17, 2021 by
vimaloctavius
1 task done
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
BUG: pandas styling doesn't display for all rows in large dataframes
Bug
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Styler
conditional formatting using DataFrame.style
#40913
opened Apr 13, 2021 by
trenton3983
2 of 3 tasks
BUG: read_html, to_html, Styler.apply, Styler.applymap
to_html()
contains deprecated and poorly supported HTML
Bug
IO HTML
#39951
opened Feb 21, 2021 by
attack68
ENH: read_html support dtype param
API - Consistency
Internal Consistency of API/Behavior
Dtype Conversions
Unexpected or buggy dtype conversions
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#39804
opened Feb 14, 2021 by
holymonson
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
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
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
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
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
Enhancement request: read_html() parameter to control contents of DataFrame
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
#26636
opened Jun 3, 2019 by
thedatadoc
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
Previous Next
ProTip!
Adding no:label will show everything without a label.