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
Top comments (0)