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
H4cker -
Robert McIntosh -
Alexander Uspenskiy -
Grant Riordan -
Top comments (0)