Skip to content

Latest commit

 

History

History

02_pandas

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Chapter 2: Introduction to pandas

The topics of our second bootcamp week for learning pandas were:

  • data import
  • filtering
  • aggregation
  • string filtering including regexps
  • range and set filtering
  • grouping
  • joins/merges
  • plotting

and two more general topics:

  • functions
  • error handling and debugging techniques

For this, we were primarily using Google Colab and Anaconda/Jupyter Lab. I collected my Colab Jupyter notebooks here.

The most fun ones were: