Skip to content

Instantly share code, notes, and snippets.

@adiamaan92
Created January 16, 2022 16:11
Show Gist options
  • Save adiamaan92/d5f9fd4d851d95e8815ba77e1364eb5d to your computer and use it in GitHub Desktop.
Save adiamaan92/d5f9fd4d851d95e8815ba77e1364eb5d to your computer and use it in GitHub Desktop.
updated_speeches = (
pd.concat([delta_speeches, speeches])
)
updated_speeches.to_csv("./data/modi_speeches.csv", index=False)
api.dataset_create_version(
"./data/",
version_notes=f"Updated on {datetime.datetime.now().strftime('%Y-%m-%d')}",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment