This final section on Python will provide more depth to your understanding of the Python packages widely used for statistical and data analysis: pandas, numpy and scikit-learn (all of which come installed with Anaconda!).
numpy
to manipulate multidimensional numeric dataThe content for this lecture is containing in the Jupyter notebook lectures10and11.ipynb
located in this directory.
We recommend making a copy of that notebook (naming it something different, like my_lectures10and11.ipynb
), to prevent conflicts when pulling any changes for the next lecture.