Computer Science, asked by nadirnishanth5000, 3 months ago

Write a program to import and export data between csv and dataframe​

Answers

Answered by taehyung24
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
taehyung24: no
nadirnishanth5000: GTH
Similar questions