Python itself provides a rather limited set of function for data manipulation. However, there exists a large number of additional libraries or packages that provide numerous functions for all kinds of use cases, also for data manipulation. One popular library for data manipulation is called – for whatever reason – ›pandas‹. Here we will learn the basics of this package.