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
I've updated to version 0.15.1 from 0.14.x (Python3.4) and the following code fails in the latest version if the blank line (third line) in data has a tab or whitespace (I think it should be ignored when skiprows is used):
Hi all,
I've updated to version 0.15.1 from 0.14.x (Python3.4) and the following code fails in the latest version if the blank line (third line) in
data
has a tab or whitespace (I think it should be ignored whenskiprows
is used):The output with a whitespace or tab in the third line (blank line part of the header) is:
And the output without the whitespace and/or a tab is the expected:
pd.show_versions()
provides the following output:The text was updated successfully, but these errors were encountered: