Skip to content

Commit ef0b59a

Browse files
authored
Update conferences presented at.
1 parent fd2a8c0 commit ef0b59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pandas makes it possible to work with tabular data and perform all parts of the
88

99
## Session Outline
1010

11-
This is an introductory workshop on pandas first delivered at [ODSC Europe 2021](https://odsc.com/speakers/introduction-to-data-analysis-using-pandas/) and subsequently at the [5th Annual Toronto Machine Learning Summit](https://www.torontomachinelearning.com/events/introduction-to-data-analysis-using-pandas/) in 2021, [PyCon US 2022](https://us.pycon.org/2022/schedule/presentation/24/), and [ODSC Europe 2023](https://odsc.com/speakers/introduction-to-data-analysis-using-pandas/), along with abbreviated versions at [PyCon UK 2022](https://pretalx.com/pycon-uk-2022/talk/LZKN7F/) and [PyCon Portugal 2022](https://pretalx.evolutio.pt/pyconpt2022/talk/TUZZMY/). It's divided into the following sections:
11+
This is an introductory workshop on pandas first delivered at [ODSC Europe 2021](https://odsc.com/speakers/introduction-to-data-analysis-using-pandas/) and subsequently at the [5th Annual Toronto Machine Learning Summit](https://www.torontomachinelearning.com/events/introduction-to-data-analysis-using-pandas/) in 2021, [PyCon US 2022](https://us.pycon.org/2022/schedule/presentation/24/), and [ODSC Europe 2023](https://odsc.com/speakers/introduction-to-data-analysis-using-pandas/), along with abbreviated versions at [PyCon UK 2022](https://pretalx.com/pycon-uk-2022/talk/LZKN7F/), [PyCon Portugal 2022](https://pretalx.evolutio.pt/pyconpt2022/talk/TUZZMY/), and [EuroSciPy 2023](https://pretalx.com/euroscipy-2023/talk/PWER3Z/). It's divided into the following sections:
1212

1313
### Section 1: Getting Started With Pandas
1414
We will begin by introducing the `Series`, `DataFrame`, and `Index` classes, which are the basic building blocks of the pandas library, and showing how to work with them. By the end of this section, you will be able to create DataFrames and perform operations on them to inspect and filter the data.

0 commit comments

Comments
 (0)