import pandas as pd
df=pd.DataFrame({"Apple":[21]})
df.to_csv('file_name.csv')
For further actions, you may consider blocking this person and/or reporting abuse
import pandas as pd
df=pd.DataFrame({"Apple":[21]})
df.to_csv('file_name.csv')
For further actions, you may consider blocking this person and/or reporting abuse
Dominique Megnidro -
Mr #1738 -
Mike Young -
Hamza Khan -
Top comments (0)