Added Pandas books. (#5188)

* Added Pandas books.

* Added empty line.

* Removed a tutorial from programming books and added it into tutorials.

* Removed single-item category, put Pandas tutorial under python.
This commit is contained in:
Gintautas Švedas
2020-11-29 19:27:04 +02:00
committed by GitHub
parent a8354814e3
commit 799f4244ff
2 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,7 @@
* [Learn Python Step by Step](http://www.techbeamers.com/python-tutorial-step-by-step)
* [Python for Everybody - Interactive](https://runestone.academy/runestone/books/published/py4e-int/index.html) - Barbara Ericson
* [Python Koans](https://github.com/gregmalcolm/python_koans)
* [Python Pandas Tutorial: A Complete Introduction for Beginners](https://www.learndatasci.com/tutorials/python-pandas-tutorial-complete-introduction-for-beginners/) - George McIntire, Brendan Martin, Lauren Washington
* [Python Tutorial](https://www.w3schools.com/python) - W3Schools