Advertisement
rajath_pai

importing from CSV

Mar 1st, 2021
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. import pandas as pd
  2. df = pd.read_csv('file.csv')
  3. print(df)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement