Write a program to import and export data between csv and dataframe
Answers
Answered by
0
Answer:
Using the read_csv() function from the pandas package, you can import tabular data from CSV files into pandas dataframe by specifying a parameter value for the file name (e.g. pd. read_csv("filename. csv") ). Remember that you gave pandas an alias ( pd ), so you will use pd to call pandas functions.
nadirnishanth5000:
can u write the program for me
Similar questions