Get your own website Result Size: 625 x 533
Python code
data.csv
 
x
 
import pandas as pd
df = pd.read_csv('data.csv')
print(df.shape)
  (169, 4)