Python Data Science Handbook (e-bog) af VanderPlas, Jake
VanderPlas, Jake (forfatter)

Python Data Science Handbook e-bog

436,85 DKK (inkl. moms 546,06 DKK)
Python is a first-class tool for many researchers, primarily because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the new edition of Python Data Science Handbook do you get them all--IPython, NumPy, pandas, Matplotlib, scikit-learn, and other related tools.Working scientists and...
E-bog 436,85 DKK
Forfattere VanderPlas, Jake (forfatter)
Udgivet 6 december 2022
Længde 590 sider
Genrer Science: general issues
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9781098121198
Python is a first-class tool for many researchers, primarily because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the new edition of Python Data Science Handbook do you get them all--IPython, NumPy, pandas, Matplotlib, scikit-learn, and other related tools.Working scientists and data crunchers familiar with reading and writing Python code will find the second edition of this comprehensive desk reference ideal for tackling day-to-day issues: manipulating, transforming, and cleaning data; visualizing different types of data; and using data to build statistical or machine learning models. Quite simply, this is the must-have reference for scientific computing in Python.With this handbook, you'll learn how:IPython and Jupyter provide computational environments for scientists using PythonNumPy includes the ndarray for efficient storage and manipulation of dense data arraysPandas contains the DataFrame for efficient storage and manipulation of labeled/columnar dataMatplotlib includes capabilities for a flexible range of data visualizationsScikit-learn helps you build efficient and clean Python implementations of the most important and established machine learning algorithms