-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
no skip_rows option for Excel files #19161
Comments
Footnotes |
From what I understand, this parameter can only be an integer, meaning I can skip just one row. What if I want to skip multiple rows? Imagine I was to skip row 1,2 and 5th |
The operation you're describing is more of a |
I'd love to work on this issue. |
This is what worked for me by testing the proposed solutions:
I used header_row because it skips the rows and uses the row passed as header. |
Description
I'm having trouble importing an Excel file where the first few rows contain merged cells. I considered skipping these rows during import, but unfortunately, there is no skip_rows option available for Excel files in Polars (only for CSV files).
Is there a way to skip these rows? If not, could this functionality be added in a future release?
The text was updated successfully, but these errors were encountered: