K J
0
Q:

how to import csv in pandas

import pandas as pd

df = pd.read_csv (r'Path where the CSV file is stored\File name.csv')
print (df)
5
import pandas as pd

df = pd.read_csv (r'Path where the CSV file is stored\File name.csv')
print (df)
1

New to Communities?

Join the community