Learning pandas - Second Edition - Helion
Tytuł oryginału: Learning pandas - Second Edition
ISBN: 978-17-871-2031-0
Format: ebook
Data wydania: 2017-06-30
Księgarnia: Helion
Cena książki: 189,00 zł
Get to grips with pandas—a versatile and high-performance Python library for data manipulation, analysis, and discovery
About This Book
- Get comfortable using pandas and Python as an effective data exploration and analysis tool
- Explore pandas through a framework of data analysis, with an explanation of how pandas is well suited for the various stages in a data analysis process
- A comprehensive guide to pandas with many of clear and practical examples to help you get up and using pandas
Who This Book Is For
This book is ideal for data scientists, data analysts, Python programmers who want to plunge into data analysis using pandas, and anyone with a curiosity about analyzing data. Some knowledge of statistics and programming will be helpful to get the most out of this book but not strictly required. Prior exposure to pandas is also not required.
What You Will Learn
- Understand how data analysts and scientists think about of the processes of gathering and understanding data
- Learn how pandas can be used to support the end-to-end process of data analysis
- Use pandas Series and DataFrame objects to represent single and multivariate data
- Slicing and dicing data with pandas, as well as combining, grouping, and aggregating data from multiple sources
- How to access data from external sources such as files, databases, and web services
- Represent and manipulate time-series data and the many of the intricacies involved with this type of data
- How to visualize statistical information
- How to use pandas to solve several common data representation and analysis problems within finance
In Detail
You will learn how to use pandas to perform data analysis in Python. You will start with an overview of data analysis and iteratively progress from modeling data, to accessing data from remote sources, performing numeric and statistical analysis, through indexing and performing aggregate analysis, and finally to visualizing statistical data and applying pandas to finance.
With the knowledge you gain from this book, you will quickly learn pandas and how it can empower you in the exciting world of data manipulation, analysis and science.
Style and approach
- Step-by-step instruction on using pandas within an end-to-end framework of performing data analysis
- Practical demonstration of using Python and pandas using interactive and incremental examples
Osoby które kupowały "Learning pandas - Second Edition", wybierały także:
- GraphQL. Kurs video. Buduj nowoczesne API w Pythonie 169,00 zł, (50,70 zł -70%)
- Receptura na Python. Kurs Video. 54 praktyczne porady dla programist 199,00 zł, (59,70 zł -70%)
- Podstawy Pythona z Minecraftem. Kurs video. Piszemy pierwsze skrypty 149,00 zł, (44,70 zł -70%)
- Twórz gry w Pythonie. Kurs video. Poznaj bibliotekę PyGame 249,00 zł, (74,70 zł -70%)
- Data Science w Pythonie. Kurs video. Algorytmy uczenia maszynowego 199,00 zł, (59,70 zł -70%)
Spis treści
Learning pandas. High performance data manipulation and analysis using Python - Second Edition eBook -- spis treści
- 1. pandas and Data Science and Analysis
- 2. Up and running with pandas
- 3. Representing univariate data with the Series
- 4. Representing tabular and multivariate data with the DataFrame
- 5. Manipulation and indexing of DataFrame objects
- 6. Indexing Data
- 7. Categorical Data
- 8. Numeric and Statistical Methods
- 9. Grouping and Aggregating Data
- 10. Tidying Up Your Data
- 11. Combining, Relating and Reshaping Data
- 12. Data Aggregation
- 13. Time-Series Modelling
- 14. Visualization
- 15. Applications to Finance