PIDAFDRame pyplot

import pandas as pd
import matplotlib.pyplot as plt

air_quality = pd dataframe

df.plot()
plt.show()
WizardX11