Skip to content
Snippets Groups Projects
Commit 97f4ff1a authored by Elias Chetouane's avatar Elias Chetouane
Browse files

Réglage de l'indentation.

parent 3e6eb14f
No related branches found
No related tags found
No related merge requests found
......@@ -59,9 +59,9 @@ if temp_rows :
## remove not wanted datacite type
type_to_explude = ["Book", "ConferencePaper", "ConferenceProceeding", "JournalArticle", "BookChapter", "Service", "Preprint"]
df_out = df_concat[ ~df_concat["resourceTypeGeneral"].isin(type_to_explude) ].copy()
## output main CSV
df_out = df_concat[ ~df_concat["resourceTypeGeneral"].isin(type_to_explude) ].copy()
## output main CSV
df_out.to_csv("../dois-uga.csv", index = False)
print(f"\n\nnb of doi exported \t{len(df_out)}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment