Computer Science, asked by bhawna3105, 7 months ago

4. Write a python program to read data from a CSV file 'marks.csv' in your
dataframe. Display the dataframe.

Answers

Answered by sanjanajain2204
2

Answer:

There are many ways of reading and writing CSV files in Python. There are a few different methods, for example, you can use Python's built in open() function to read the CSV (Comma Separated Values) files or you can use Python's dedicated csv module to read and write CSV files. Depending on your use-case, you can also use Python's Pandas library to read and write CSV files.

Explanation:

please mark my answer brainliest and follow me and thank my answer!!

Similar questions