Lab 7 Pandas II: Plotting with Pandas

Recall from Lab 6 that in Pandas, a DataFrame is an ordered collection of Series. A Series is similar to a dictionary, with values assigned to various labels, or indices. Each Series becomes a column in the data frame, with each row corresponding to an index. When several Series are combined into a single data frame, it becomes ................
................