Skip to content

Commit d6fddbb

Browse files
committed
Add illustration long to wide to long
1 parent f807e7f commit d6fddbb

File tree

2 files changed

+1080
-0
lines changed

2 files changed

+1080
-0
lines changed

source-code/pandas/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ easy to use.
3434
a comparison of performance between using `apply` and vectorized operations.
3535
1. `numba_and_pandas.ipynb`: Jupyter notebook that demonstrates how to use Numba
3636
to optimize performance of operations on pandas dataframes.
37+
1. `from_long_to_wide_and_back_again.ipynb`: Jupyter notebook that illustrates
38+
how to reshape data using `stack` and `pivot` methods in pandas.

0 commit comments

Comments
 (0)