import numpy as np import matplotlib.pyplot as plt data= np.loadtxt('cars.csv',delimiter=',',skiprows=1) print(data)