Sep-10-2022, 11:03 PM
I I want to save a dataframe to a csv file I would use:
or do I use
Th name of the dataframe that I am saving to csv is df4.
Any help appreciated.
Respectfully,
LZ
Resptfull
1 |
df.to_csv( 'saved_data.csv' ) |
1 |
df4.to_csv( 'saved_data.csv' ) |
Any help appreciated.
Respectfully,
LZ
Resptfull