Answers for "Reading the data"

1

Reading the data

df = pd.read_csv("FuelConsumption.csv")

# take a look at the dataset
df.head()
Posted by: Guest on January-27-2021

Python Answers by Framework

Browse Popular Code Answers by Language