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
Biology,
1 month ago
English,
1 month ago
Computer Science,
1 month ago
Social Sciences,
2 months ago
Math,
2 months ago
History,
9 months ago