Skip to Content
Python for Data Science
book

Python for Data Science

by Yuli Vasiliev
August 2022
Beginner to intermediate
248 pages
6h 3m
English
No Starch Press
Content preview from Python for Data Science

3 Python Data Science Libraries

Python provides access to a robust ecosystem of third-party libraries that you’ll find useful for data analysis and manipulation. This chapter introduces you to three of the more popular data science libraries: NumPy, pandas, and scikit-learn. As you’ll see, many data analysis applications use these libraries extensively, either explicitly or implicitly.

NumPy

NumPy, or the Numeric Python library, is useful for working with arrays, which are data structures that store values of the same data type. Many other Python libraries that perform numerical computations rely on NumPy.

The NumPy array, a grid of elements ...

Become 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,
and much more.
Start your free trial

You might also like

Python for Geospatial Data Analysis

Python for Geospatial Data Analysis

Bonny P. McClain
Python Machine Learning - Third Edition

Python Machine Learning - Third Edition

Sebastian Raschka, Vahid Mirjalili

Publisher Resources

ISBN: 9781098130275