Reading a CSV file

We can read a CSV file by using the following code: 

import pandas as pd
import os
os.chdir(' ')
data=pd.read_csv('Hospital Cost.csv')

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset