Pandas

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)