Read a local file using jupyter notebook

 



Click on File-->open-->drag and drop your file into here

Write Code to Read File as per example:

import pandas as pd

casts = pd.read_csv('cast.csv', index_col=None)

casts.head()



Comments

Post a Comment

Popular posts from this blog

Basic Web Design with HTML and CSS

Project Web Design Assignment