Pandas# Topics: DataFrame Series TODO: Melt and Pivot TODO: Consider combining Pandas & Numpy TODO: Cheatsheet of popular methods loc, iloc, take, nlargest, idxmax, groupby, items(), reset_index, read_csv(index_col, na_values, thousands, usecols, dtype) DataFrame Useful API Standard Cleaning DF read_csv more than one way to do this iterates through the tuples (col_name, col_series) identical to the above dataframe Plot