Published
- 1 min read
import csv file in python
The solution for this is noted below
import csv file in python
Solution
import pandas as pd
df = pd.read_csv (r'Path where the CSV file is stored\File name.csv')
print (df)
Try other methods by searching on the site. That is if this doesn’t work