9 lines
215 B
Python
9 lines
215 B
Python
import pandas
|
|
|
|
video_games = pandas.read_csv('./ium_z434686/metrics.csv',
|
|
engine='python',
|
|
encoding='ISO-8859-1',
|
|
sep=',')
|
|
|
|
|