(Choose 1 answer)
What task does the following lines of code perform?path='C:\Windows\...\test.csv'
1.
2.
df.to_csv(path)
A. Read a csv file
B. Load a csv file
C. Exports your Pandas dataframe to a new csv file
D. Merge data in current table
the exam.