December 2017
Beginner to intermediate
410 pages
12h 45m
English
Content preview from Pandas for Everyone: Python Data Analysis, First EditionBecome an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
Start your free trial


G. Install Packages
There will be times when you have to install a Python package that did not come with your distribution. If you used Anaconda to install Python, then you will have a package manager called conda.
conda has gained popularity over the past few years because of its ability to install Python packages that require non-Python dependencies. You may have heard of other package managers, such as pip.
This book uses a few packages that need to be installed. If you installed the entire Anaconda distribution, then libraries like Pandas are already installed. But there’s no harm in running the command to reinstall a library. Check the accompanying repository1 for all the commands to install the relevant libraries for this book.