conferences | speakers | series

Introduction to pandas

home

Introduction to pandas
EuroSciPy 2022

This tutorial is an introduction to pandas intended for beginners. pandas is one of Python's core packages for data science. pandas organizes data into DataFrames and provides powerful methods for manipulating them. The library is built on top of NumPy. It'll be helpful for the tutorial if you have some experience with NumPy arrays, for example, by following the Introduction to NumPy tutorial.

You'll learn how to convert your existing Python lists and dictionaries to DataFrames and how to read data from files into DataFrames. pandas provides powerful methods for transforming data, and you'll get experience with these in hands-on exercises. The tutorial covers the following topics: - DataFrames as Panels of Data - Create DataFrames - Work With Tidy Data - Transform DataFrames - Share Results and Insights The workshop consists of 90 minutes of live code demonstrations and hands-on exercises.

Speakers: Geir Arne Hjelle