Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fcc7b45

Browse filesBrowse files
authored
Merge pull request #30 from stefmolin/stefmolin-patch-1
Add latest location
2 parents d45e29b + dbd5c2e commit fcc7b45
Copy full SHA for fcc7b45

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pandas makes it possible to work with tabular data and perform all parts of the
1313

1414
## Session Outline
1515

16-
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/), [ODSC Europe 2023](https://odsc.com/speakers/introduction-to-data-analysis-using-pandas/), and [PyCon CZ 2023](https://cz.pycon.org/2023/program/workshops/26/), 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/), [EuroSciPy 2023](https://pretalx.com/euroscipy-2023/talk/PWER3Z/), [PyCon UK 2023](https://pretalx.com/pyconuk-2023/talk/YLGFCE/), and [PyCon MEA 2023](https://www.pyconmea.com/speakers.html). It's divided into the following sections:
16+
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/), [ODSC Europe 2023](https://odsc.com/speakers/introduction-to-data-analysis-using-pandas/), and [PyCon CZ 2023](https://cz.pycon.org/2023/program/workshops/26/), 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/), [EuroSciPy 2023](https://pretalx.com/euroscipy-2023/talk/PWER3Z/), [PyCon UK 2023](https://pretalx.com/pyconuk-2023/talk/YLGFCE/), [PyCon MEA 2023](https://www.pyconmea.com/speakers.html), and PyCon Poland 2024. It's divided into the following sections:
1717

1818
### Section 1: Getting Started With Pandas
1919
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.