YOU’RE LEARNING TO↗learner can install pandas and import it correctly
↗learner can create a Series from a list, dict, and scalar
↗learner can create a DataFrame from a dict of lists, a list of dicts, and read_csv
↗learner can inspect a DataFrame with head, tail, info, describe, shape, dtypes, and index
↗learner can explain the mental model: a DataFrame is a dict of Series sharing a common index