Skip to content
Anirudh edited this page Aug 31, 2021 · 2 revisions

Welcome to the Data-analysis-basics wiki!

Data analysis basic concepts and basics of Numpy, Pandas.

Run the jupyter notebooks on Binder Binder

This repository is focused on getting your Data analysis basics with Python right.

Follow the below steps -

Step 1:

Go through the numpy_basics.ipynb notebook. Launch it on Binder and try understanding the concepts used in the notebook.

Step 2:

Try doing the same with 100_Numpy_exercises.ipynb, although I haven't solved it completely but this would give some confidence.

Step 3:

Now it's time to get our hands dirty with Pandas, refer to pandas_refresher.ipynb notebook.

Step 4:

With all this, you are ready to get familiarised with some advanced pandas concepts like Multi-indexing etc. (WIP)

Source