Skip to content

Commit

Permalink
Add missing data
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosribas committed Nov 26, 2024
1 parent f54470b commit 2e99d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/export_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async def main():
manually_annotated = await manually_annotated_articles()

# save to CSV
df = pd.DataFrame(manually_annotated)
df = pd.DataFrame(list_of_abstracts + manually_annotated)
df.to_csv("data.csv", mode="a", index=False, quoting=csv.QUOTE_NONNUMERIC)


Expand Down

0 comments on commit 2e99d4a

Please sign in to comment.