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
Adding something like df1 = df[df.iloc[:, 0] != df.columns[0]] to enrich_publication_data.py would ensure that there are no duplicate header rows in the publication.
The text was updated successfully, but these errors were encountered:
Adding something like
df1 = df[df.iloc[:, 0] != df.columns[0]]
to enrich_publication_data.py would ensure that there are no duplicate header rows in the publication.The text was updated successfully, but these errors were encountered: