Skip to content

Commit 0013e16

Browse files
authored
Update README.md
1 parent c451690 commit 0013e16

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[rainbow-csv](https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv) - Plugin to display .csv files with nice colors.
1515

1616
#### Environment and Jupyter
17-
[General tricks](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/), [Clean Coding (video)](https://www.youtube.com/watch?v=yXGCKqo5cEY)
17+
[General Jupyter Tricks](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/)
1818
Fixing environment: [link](https://jakevdp.github.io/blog/2017/12/05/installing-python-packages-from-jupyter/)
1919
Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/17/jupyter-notebook-debugging/), [video](https://www.youtube.com/watch?v=Z0ssNAbe81M&t=1h44m15s), [cheatsheet](https://nblock.org/2011/11/15/pdb-cheatsheet/)
2020
[cookiecutter-data-science](https://github.com/drivendata/cookiecutter-data-science) - Project template for data science projects.
@@ -27,7 +27,10 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
2727
[itables](https://github.com/mwouts/itables) - Interactive tables in Jupyter.
2828
[jupyter-datatables](https://github.com/CermakM/jupyter-datatables) - Interactive tables in Jupyter.
2929

30-
#### Pandas Alternatives and Additions
30+
#### Pandas Tricks, Alternatives and Additions
31+
[Pandas Tricks](https://towardsdatascience.com/5-lesser-known-pandas-tricks-e8ab1dd21431)
32+
[Using df.pipe() (video)](https://www.youtube.com/watch?v=yXGCKqo5cEY)
33+
3134
[modin](https://github.com/modin-project/modin) - Parallelization library for faster pandas `DataFrame`.
3235
[vaex](https://github.com/vaexio/vaex) - Out-of-Core DataFrames.
3336
[pandarallel](https://github.com/nalepae/pandarallel) - Parallelize pandas operations.

0 commit comments

Comments
 (0)