A Python data analyst's toolkit learn Python and Python-based libraries with applications in data analysis and statistics

Explore the fundamentals of data analysis, and statistics with case studies using Python. This book will show you how to confidently write code in Python, and use various Python libraries and functions for analyzing any dataset. The code is presented in Jupyter notebooks that can further be adapted...

Full description

Bibliographic Details
Main Author: Rajagopalan, Gayathri
Format: eBook
Language:English
Published: [New York] Apress 2021
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03855nmm a2200445 u 4500
001 EB001909379
003 EBX01000000000000001072281
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 1484264002 
020 |a 1484263995 
020 |a 9781484264003 
050 4 |a QA76.73.P98 
100 1 |a Rajagopalan, Gayathri 
245 0 0 |a A Python data analyst's toolkit  |b learn Python and Python-based libraries with applications in data analysis and statistics  |c Gayathri Rajagopalan 
260 |a [New York]  |b Apress  |c 2021 
300 |a 1 online resource 
505 0 |a Includes bibliographical references and index 
505 0 |a Chapter 1: Introduction to Python -- Chapter 2: Exploring Containers, Classes & Objects, and Working with Files -- Chapter 3: Regular Expressions -- Chapter 4: Data Analysis Basics -- Chapter 5: Numpy Library -- Chapter 6: Data wrangling with Pandas -- Chapter 7: Data Visualization -- Chapter 8: Case Studies -- Chapter 9: Essentials of Statistics 
653 |a Data mining / fast 
653 |a Python (Computer program language) / fast 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a Data mining / http://id.loc.gov/authorities/subjects/sh97002073 
653 |a Statistique / Informatique 
653 |a Statistics / Data processing / fast 
653 |a Python (Langage de programmation) 
653 |a Exploration de données (Informatique) 
653 |a Statistics / Data processing / http://id.loc.gov/authorities/subjects/sh85127583 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
028 5 0 |a 10.1007/978-1-4842-6399-0 
776 |z 1484263995 
776 |z 9781484263983 
776 |z 1484263987 
776 |z 9781484263990 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484263990/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.133 
082 0 |a 519.5 
520 |a Explore the fundamentals of data analysis, and statistics with case studies using Python. This book will show you how to confidently write code in Python, and use various Python libraries and functions for analyzing any dataset. The code is presented in Jupyter notebooks that can further be adapted and extended. This book is divided into three parts - programming with Python, data analysis and visualization, and statistics. You'll start with an introduction to Python - the syntax, functions, conditional statements, data types, and different types of containers. You'll then review more advanced concepts like regular expressions, handling of files, and solving mathematical problems with Python. The second part of the book, will cover Python libraries used for data analysis. There will be an introductory chapter covering basic concepts and terminology, and one chapter each on NumPy(the scientific computation library), Pandas (the data wrangling library) and visualization libraries like Matplotlib and Seaborn. Case studies will be included as examples to help readers understand some real-world applications of data analysis. The final chapters of book focus on statistics, elucidating important principles in statistics that are relevant to data science. These topics include probability, Bayes theorem, permutations and combinations, and hypothesis testing (ANOVA, Chi-squared test, z-test, and t-test), and how the Scipy library enables simplification of tedious calculations involved in statistics. You will: Further your programming and analytical skills with Python Solve mathematical problems in calculus, and set theory and algebra with Python Work with various libraries in Python to structure, analyze, and visualize data Tackle real-life case studies using Python Review essential statistical concepts and use the Scipy library to solve problems in statistics