Skip to content

Introduction to Data Science with Pandas

Source: GitHub - stefmolin/pandas-workshop: An introductory workshop on pandas with notebooks and exercises for following along, Slides

  • See resources for code and slides, follow slides through Jupyter notebooks to see and run code
  • Prerequisite knowledge: Python, Jupyter notebooks
  • Introducing Series, DataFrame, and Index classes - basics of the pandas library to create DataFrames, do operations on them and inspect/filter data.
  • Check rows/columns, volume of data

See fork of https://github.com/stefmolin/pandas-workshop