Closed
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_csv.html
Documentation problem
Not really a blocking issue, but when reading the doc, I was rather surprised that the first example, instead of simply exporting a df to a csv file, implicated some rather more complicated zip encryption.
A first simple/dummy example would have helped me there, before getting to finer arcanes.
Suggested fix for documentation
Insert a first simple example of exporting a dataframe to a simple csv file.