You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pandas 1.3.5 this was giving a more appropriate result with a warning about loss of data.
/home/simon/miniconda3/envs/pandas-1.3.5/lib/python3.10/site-packages/pandas/io/parsers/readers.py:586: ParserWarning: Length of header or names does not match length of data. This leads to a loss of data with index_col=False.
return _read(filepath_or_buffer, kwds)
0 1
0 0.5 0.03
1 0.1 0.20
2 0.2 0.10
3 0.5 0.03
4 0.1 0.20
labelling as a regression pending further investigation.
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
Current output
Expected Behavior
Expected output
Installed Versions
The text was updated successfully, but these errors were encountered: