Learn practical skills, build real-world projects, and advance your career

Drawing Conclusions

Use the space below to address questions on datasets clean_08.csv and clean_18.csv

import pandas as pd
import matplotlib.pyplot as plt
% matplotlib inline
# load datasets
df_08 = pd.read_csv('clean_08.csv')
df_18 = pd.read_csv('clean_18.csv')
df_08.head(1)

Q1: Are more unique models using alternative sources of fuel? By how much?