Answers for "Suppose panda has been already imported then the correct code to open ' IT_dept_data.csv' file is :"

9

how to import csv in pandas

import pandas as pd

df = pd.read_csv (r'Path where the CSV file is storedFile name.csv')
print (df)
Posted by: Guest on April-15-2020

Code answers related to "Suppose panda has been already imported then the correct code to open ' IT_dept_data.csv' file is :"

Python Answers by Framework

Browse Popular Code Answers by Language