Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamilrybacki/mltoolsexercises

101 NumPy Exercises for Data Analysis solutions (based on Selva Prabhakaran post)
https://github.com/kamilrybacki/mltoolsexercises

Last synced: 12 days ago
JSON representation

101 NumPy Exercises for Data Analysis solutions (based on Selva Prabhakaran post)

Awesome Lists containing this project

README

        

# Machine Learning Tool Exercises

## numpy101.ipynb

This part of the repository holds exercises and solutions to the exercises in the Numpy 101 tutorial,
[written by Selva Prabhakaran] from machinelearningplus.com.

All of the exercises are located in the `numpy101.ipynb` file, where each pair of cells contains an exercise and its solution.

## pandas101.ipynb

This part of the repository holds exercises and solutions to the exercises in the Pandas 101 tutorial,
[written by Selva Prabhakaran] from machinelearningplus.com.

All of the exercises are located in the `pandas101.ipynb` file, where each pair of cells contains an exercise and its solution.

[written by Selva Prabhakaran]: https://www.machinelearningplus.com/python/101-numpy-exercises-python/