-
Notifications
You must be signed in to change notification settings - Fork 653
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
read_excel error "Internal and external indices on axis 1 do not match." When multiple empty columns on first line #2404
Comments
As a temporary workaround, setting |
@devin-petersohn do you have a reproducer or at least a sample? It's unclear to me how to reproduce the issue. |
This should be able to be reproduced with an excel file with a blank first line. |
Yeah, got that showing up using a cooked-up excel file. Thanks! |
Note: this happens only with "parallel Excel reader" (i.e. with |
Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
…mes if some are empty Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
This error comes from a mismatch in Modin pandas behavior when naming columns. The pandas naming convention is not completely consistent so further investigation is required.
Error stacktrace:
The text was updated successfully, but these errors were encountered: