I want to export a dataframe from python to a csv file.
However, I need to ensure to skip 1st 20 rows, and then the data should be written to the csv file.
Can