BUG: QST: pd.read_html
gives tables with duplicated columns
#56337
Labels
Bug
IO HTML
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
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
When I perform
pd.read_html()
I am getting a table with multiple duplicated columns and also the table does not make any sense.The following table:
is generated as: (JPM_0000019617-23-000432_TABLE154.html)
Expected Behavior
0
,1
, and2
would exist (and so on for wherever it matters)Installed Versions
The text was updated successfully, but these errors were encountered: