0% found this document useful (0 votes)
12 views

6 Python Libraries You Need To Know For Data Analytics 1688897674

This document discusses 6 important Python libraries for data analytics: NumPy, Pandas, Matplotlib, Scikit-learn, Scrapy, and provides a brief overview of what each library is used for. It encourages the reader to learn more about these libraries on their websites or through online courses to get started with data analytics in Python. The author, Manoj Kumar, offers 1:1 coaching calls to help people build a career in data analytics.

Uploaded by

Asif Manzoor
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

6 Python Libraries You Need To Know For Data Analytics 1688897674

This document discusses 6 important Python libraries for data analytics: NumPy, Pandas, Matplotlib, Scikit-learn, Scrapy, and provides a brief overview of what each library is used for. It encourages the reader to learn more about these libraries on their websites or through online courses to get started with data analytics in Python. The author, Manoj Kumar, offers 1:1 coaching calls to help people build a career in data analytics.

Uploaded by

Asif Manzoor
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

ANALYTICS WITH MANOJ

Manoj Kumar

6
PYTHON LIBRARIES
YOU NEED TO KNOW
FOR DATA ANALYTICS

https://www.linkedin.com/in/mk-analytics
ANALYTICS WITH MANOJ

Manoj Kumar

👉Lets you work with arrays of numbers.

👉Arrays can store many dimensions of data and


do fast math on them.

👉You can use NumPy arrays for data like images,


audio, or tables.

https://www.linkedin.com/in/mk-analytics/
ANALYTICS WITH MANOJ

Manoj Kumar

👉Work with tabular data, like spreadsheets or


databases.

👉Pandas helps you read, write, change, and


analyze data using Series and DataFrames.

👉Series are like labelled lists, while DataFrames are


like labeled tables.

https://www.linkedin.com/in/mk-analytics/
ANALYTICS WITH MANOJ

Manoj Kumar

👉Create and customize graphs of data.

👉 Matplotlib can make different types of graphs,


like lines, bars, pies, histograms, scatter plots,
and more.

https://www.linkedin.com/in/mk-analytics/
ANALYTICS WITH MANOJ

Manoj Kumar

👉Do machine learning, which is making models


that can learn from data and make predictions
or decisions.

👉Scikit-learn has many algorithms for common


machine learning tasks, like classification,
regression, clustering, and more.

https://www.linkedin.com/in/mk-analytics/
ANALYTICS WITH MANOJ

Manoj Kumar

👉Scrape data from websites or APIs that do not


offer proper data formats.

👉 Scrapy helps you build crawling programs


(spider bots) that can get structured data from
the web.

👉 Scrapy is a framework that follows the Don't


Repeat Yourself principle and makes your code
reusable and scalable.

https://www.linkedin.com/in/mk-analytics/
ANALYTICS WITH MANOJ

Manoj Kumar

These are some of the best Python libraries for


data analytics.

You can learn more about them on their


websites or online courses.

Have fun coding! 😊

https://www.linkedin.com/in/mk-analytics/
ANALYTICS WITH MANOJ

Manoj Kumar

WANT TO BE A DATA
ANALYST?
I’m here to help you with your quest
to build a career in data analytics.

Book a 1:1 call with me today and let’s


get started! 👇

https://topmate.io/mk_analytics/220958

https://www.linkedin.com/in/mk-analytics

You might also like