Get your own Python server Result Size: 625 x 533
Python code
data.csv
 
x
 
import pandas as pd
df = pd.read_csv('data.csv')
print(df.head())
   Duration  Pulse  Maxpulse  Calories
0        60    110       130     409.1
1        60    117       145     479.0
2        60    103       135     340.0
3        45    109       175     282.4
4        45    117       148     406.0