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

Question

The air quality data for this segment has been divided into three different csv files.

info.csv has the data hour by hour data about the concentration of polutants in the air and the status of the intruments.
item_info has the data for items and levels of concetration.
station_info has the data for measuring stations.

Read in all the three datasets and then print the first five rows.

You can download the dataset from kaggle website: https://www.kaggle.com/bappekim/air-pollution-in-seoul

import pandas as pd
data = 
item = 
station =