Treffer: Hands-On Data Analysis with NumPy and pandas

Title:
Hands-On Data Analysis with NumPy and pandas
Source:
2018
Publisher Information:
Packt Publishing; 2018
Document Type:
E-Ressource Electronic Resource
Availability:
Open access content. Open access content
Note:
English
Other Numbers:
ESODI oai:odilo.es:00145790
1364536418
Contributing Source:
ODILO
From OAIster®, provided by the OCLC Cooperative.
Accession Number:
edsoai.on1364536418
Database:
OAIster

Weitere Informationen

Get to grips with the most popular Python packages that make data analysis possible

Key Features

Explore the tools you need to become a data analyst</li> Discover practical examples to help you grasp data processing concepts</li> Walk through hierarchical indexing and grouping for data analysis</li></ul>

Book Description

Python, a multi-paradigm programming language, has become the language of choice for data scientists for visualization, data analysis, and machine learning.Hands-On Data Analysis with NumPy and Pandas starts by guiding you in setting up the right environment for data analysis with Python, along with helping you install the correct Python distribution. In addition to this, you will work with the Jupyter notebook and set up a database. Once you have covered Jupyter, you will dig deep into Python’s NumPy package, a powerful extension with advanced mathematical functions. You will then move on to creating NumPy arrays and employing different array methods and functions. You will explore Python’s pandas extension which will help you get to grips with data mining and learn to subset your data. Last but not the least you will grasp how to manage your datasets by sorting and ranking them. By the end of this book, you will have learned to index and group your data for sophisticated data analysis and manipulation.

What you will learn

Understand how to install and manage Anaconda</li> Read, sort, and map data using NumPy and pandas</li> Find out how to create and slice data arrays using NumPy</li> Discover how to subset your DataFrames using pandas</li> Handle missing data in a pandas DataFrame</li> Explore hierarchical indexing and plotting with pandas</li></ul>

Who this book is for

Hands-On Data Analysis with NumPy and Pandas is for you if you are a Python developer and want to take your first steps into the world of data analysis. No previous experience of