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
Hi, I'm trying to use your operator and I found a bug in the skip_rows functionality. It seems that it skips the rows in loader.py such that it only loads the wanted rows into sheet, but then in get_column_names it's skipping the rows again to grab the header. So I'm seeing an error where it if I provide a skip_rows argument, it skips double the rows I want it to. Just thought I'd flag! Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to use your operator and I found a bug in the skip_rows functionality. It seems that it skips the rows in loader.py such that it only loads the wanted rows into
sheet
, but then in get_column_names it's skipping the rows again to grab the header. So I'm seeing an error where it if I provide a skip_rows argument, it skips double the rows I want it to. Just thought I'd flag! Thanks.The text was updated successfully, but these errors were encountered: