Python Packages Data Analysts Need To Know

Manpreet Singh
2 min readAug 24, 2022

Welcome back! Python is an awesome programming language with a ton of power, if you’re new to Python, check out the link below to learn more about it:

So, let’s take a look at some Python packages that every data analyst need’s to know!

NumPy

First up we have NumPy, this is a very popular package that allows us to do some scientific computing within Python. I have created several tutorials that utilize Numpy, i’ve also seen many data science job postings that require knowledge with this package as well, If you want to install this IDE, here is the following pip command:

pip install numpy

This package is also a must have, it’s definitely up there in terms of popularity as Pandas, so be sure to install this package as well!

Pandas

Next up we have the holy grail of data analyst/ data science packages, Pandas! This is a must have in your arsenal of packages, this is a data analysis and manipulation tool used for tons of projects across the data science…

--

--