jgscm icon indicating copy to clipboard operation
jgscm copied to clipboard

How to Save Pandas to Pickle or CSV

Open mustfkeskin opened this issue 2 years ago • 0 comments

How to Save pandas dataframe to csv or pickle

import pandas as pd
df = pd.DataFrame({"a":[1]})
df.to_csv("asd.csv")

This commands work but save local folder not gcp

image

mustfkeskin avatar Apr 28 '23 12:04 mustfkeskin