Skip to content

Commit c22ab58

Browse files
committed
add pandas explode
1 parent 657f115 commit c22ab58

File tree

2 files changed

+1307
-0
lines changed

2 files changed

+1307
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Practical Machine Learning topics for articles in my [Medium blog](https://bindi
6565
* [Reshaping a DataFrame from wide to long format using `melt()`](https://bindichen.medium.com/reshaping-a-dataframe-using-pandas-melt-83a151ce1907) | [![View on Github](https://img.shields.io/badge/Github-Notebook-orange?logo=Github)](data-analysis/048-pandas-melt/pandas-melt.ipynb)
6666
* [Reshaping a DataFrame from long to wide format using `pivot()`](https://bindichen.medium.com/reshaping-a-dataframe-from-long-to-wide-format-using-pivot-b099930b30ae) | [![View on Github](https://img.shields.io/badge/Github-Notebook-orange?logo=Github)](data-analysis/049-pandas-pivot/pivot.ipynb)
6767
* [Reshaping a DataFrame/Series with `stack()` and `unstack()`](https://bindichen.medium.com/reshaping-a-dataframe-with-pandas-stack-and-unstack-925dc9ce1289) | [![View on Github](https://img.shields.io/badge/Github-Notebook-orange?logo=Github)](data-analysis/067-pandas-stack/pandas-stack-unstack.ipynb)
68+
* [Exploding a list-like column with Pandas `explode()` method](https://bindichen.medium.com/exploding-a-list-like-column-with-pandas-explode-method-3ffd41f9f7e2) | [![View on Github](https://img.shields.io/badge/Github-Notebook-orange?logo=Github)](data-analysis/074-pandas-explodes/explode-list-like-columns.ipynb)
6869
* Grouping and Summarizing
6970
* [Pandas `groupby()` for grouping data and performing operations](https://bindichen.medium.com/all-pandas-groupby-you-should-know-for-grouping-data-and-performing-operations-2a8ec1327b5) | [![View on Github](https://img.shields.io/badge/Github-Notebook-orange?logo=Github)](data-analysis/032-pandas-groupby/pandas-groupby.ipynb)
7071
* [A Practical Introduction to Pandas `pivot_table()`](https://medium.com/@bindiatwork/a-practical-introduction-to-pandas-pivot-table-function-3e1002dcd4eb) | [![View on Github](https://img.shields.io/badge/Github-Notebook-orange?logo=Github)](data-analysis/003-pandas-pivot-table/003-pandas-pivot-table.ipynb)

0 commit comments

Comments
 (0)