Skip to content
Data Manipulation with pandas
Data Manipulation with pandas
Run the hidden code cell below to import the data used in this course.
import pandas as pd
avocado = pd.read_csv('datasets/avocado.csv')
avocado