0
ISImre SΓ‘ndor
The first line imports the pandas library. Next, the df variable is created, which is an object that holds the data in the file. The last line prints the data in the file.
Library: Pandas
Pandas
0 Comments
import pandas import pandas as pd df = pd.read_csv("filename.csv", sep = ";")