Skip to content

Instantly share code, notes, and snippets.

@patrickbrus
Created November 10, 2021 06:19
Show Gist options
  • Save patrickbrus/15b1d658d5b4d3f1f853ec341cc3936a to your computer and use it in GitHub Desktop.
Save patrickbrus/15b1d658d5b4d3f1f853ec341cc3936a to your computer and use it in GitHub Desktop.
def load(dataset):
dataset.to_csv("final_dataset.csv", index=False)
load(df_final)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment