Author: Joel Grus
Publisher: "O'Reilly Media, Inc."
ISBN: 1491904399
Category : Computers
Languages : en
Pages : 336
Book Description
Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they’re also a good way to dive into the discipline without actually understanding data science. In this book, you’ll learn how many of the most fundamental data science tools and algorithms work by implementing them from scratch. If you have an aptitude for mathematics and some programming skills, author Joel Grus will help you get comfortable with the math and statistics at the core of data science, and with hacking skills you need to get started as a data scientist. Today’s messy glut of data holds answers to questions no one’s even thought to ask. This book provides you with the know-how to dig those answers out. Get a crash course in Python Learn the basics of linear algebra, statistics, and probability—and understand how and when they're used in data science Collect, explore, clean, munge, and manipulate data Dive into the fundamentals of machine learning Implement models such as k-nearest Neighbors, Naive Bayes, linear and logistic regression, decision trees, neural networks, and clustering Explore recommender systems, natural language processing, network analysis, MapReduce, and databases
Data Science from Scratch
Author: Joel Grus
Publisher: "O'Reilly Media, Inc."
ISBN: 1491904399
Category : Computers
Languages : en
Pages : 336
Book Description
Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they’re also a good way to dive into the discipline without actually understanding data science. In this book, you’ll learn how many of the most fundamental data science tools and algorithms work by implementing them from scratch. If you have an aptitude for mathematics and some programming skills, author Joel Grus will help you get comfortable with the math and statistics at the core of data science, and with hacking skills you need to get started as a data scientist. Today’s messy glut of data holds answers to questions no one’s even thought to ask. This book provides you with the know-how to dig those answers out. Get a crash course in Python Learn the basics of linear algebra, statistics, and probability—and understand how and when they're used in data science Collect, explore, clean, munge, and manipulate data Dive into the fundamentals of machine learning Implement models such as k-nearest Neighbors, Naive Bayes, linear and logistic regression, decision trees, neural networks, and clustering Explore recommender systems, natural language processing, network analysis, MapReduce, and databases
Publisher: "O'Reilly Media, Inc."
ISBN: 1491904399
Category : Computers
Languages : en
Pages : 336
Book Description
Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they’re also a good way to dive into the discipline without actually understanding data science. In this book, you’ll learn how many of the most fundamental data science tools and algorithms work by implementing them from scratch. If you have an aptitude for mathematics and some programming skills, author Joel Grus will help you get comfortable with the math and statistics at the core of data science, and with hacking skills you need to get started as a data scientist. Today’s messy glut of data holds answers to questions no one’s even thought to ask. This book provides you with the know-how to dig those answers out. Get a crash course in Python Learn the basics of linear algebra, statistics, and probability—and understand how and when they're used in data science Collect, explore, clean, munge, and manipulate data Dive into the fundamentals of machine learning Implement models such as k-nearest Neighbors, Naive Bayes, linear and logistic regression, decision trees, neural networks, and clustering Explore recommender systems, natural language processing, network analysis, MapReduce, and databases
R for Data Science
Author: Hadley Wickham
Publisher: "O'Reilly Media, Inc."
ISBN: 1491910364
Category : Computers
Languages : en
Pages : 521
Book Description
Learn how to use R to turn raw data into insight, knowledge, and understanding. This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun. Suitable for readers with no previous programming experience, R for Data Science is designed to get you doing data science as quickly as possible. Authors Hadley Wickham and Garrett Grolemund guide you through the steps of importing, wrangling, exploring, and modeling your data and communicating the results. You'll get a complete, big-picture understanding of the data science cycle, along with basic tools you need to manage the details. Each section of the book is paired with exercises to help you practice what you've learned along the way. You'll learn how to: Wrangle—transform your datasets into a form convenient for analysis Program—learn powerful R tools for solving data problems with greater clarity and ease Explore—examine your data, generate hypotheses, and quickly test them Model—provide a low-dimensional summary that captures true "signals" in your dataset Communicate—learn R Markdown for integrating prose, code, and results
Publisher: "O'Reilly Media, Inc."
ISBN: 1491910364
Category : Computers
Languages : en
Pages : 521
Book Description
Learn how to use R to turn raw data into insight, knowledge, and understanding. This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun. Suitable for readers with no previous programming experience, R for Data Science is designed to get you doing data science as quickly as possible. Authors Hadley Wickham and Garrett Grolemund guide you through the steps of importing, wrangling, exploring, and modeling your data and communicating the results. You'll get a complete, big-picture understanding of the data science cycle, along with basic tools you need to manage the details. Each section of the book is paired with exercises to help you practice what you've learned along the way. You'll learn how to: Wrangle—transform your datasets into a form convenient for analysis Program—learn powerful R tools for solving data problems with greater clarity and ease Explore—examine your data, generate hypotheses, and quickly test them Model—provide a low-dimensional summary that captures true "signals" in your dataset Communicate—learn R Markdown for integrating prose, code, and results
Business Statistics for Contemporary Decision Making
Author: Ignacio Castillo
Publisher: John Wiley & Sons
ISBN: 1119983223
Category :
Languages : en
Pages : 850
Book Description
Show students why business statistics is an increasingly important business skill through a student-friendly pedagogy. In this fourth Canadian edition of Business Statistics For Contemporary Decision Making authors Ken Black, Tiffany Bayley, and Ignacio Castillo uses current real-world data to equip students with the business analytics techniques and quantitative decision-making skills required to make smart decisions in today's workplace.
Publisher: John Wiley & Sons
ISBN: 1119983223
Category :
Languages : en
Pages : 850
Book Description
Show students why business statistics is an increasingly important business skill through a student-friendly pedagogy. In this fourth Canadian edition of Business Statistics For Contemporary Decision Making authors Ken Black, Tiffany Bayley, and Ignacio Castillo uses current real-world data to equip students with the business analytics techniques and quantitative decision-making skills required to make smart decisions in today's workplace.
Advanced Analytics with Spark
Author: Sandy Ryza
Publisher: "O'Reilly Media, Inc."
ISBN: 1491912715
Category : Computers
Languages : en
Pages : 290
Book Description
In this practical book, four Cloudera data scientists present a set of self-contained patterns for performing large-scale data analysis with Spark. The authors bring Spark, statistical methods, and real-world data sets together to teach you how to approach analytics problems by example. You’ll start with an introduction to Spark and its ecosystem, and then dive into patterns that apply common techniques—classification, collaborative filtering, and anomaly detection among others—to fields such as genomics, security, and finance. If you have an entry-level understanding of machine learning and statistics, and you program in Java, Python, or Scala, you’ll find these patterns useful for working on your own data applications. Patterns include: Recommending music and the Audioscrobbler data set Predicting forest cover with decision trees Anomaly detection in network traffic with K-means clustering Understanding Wikipedia with Latent Semantic Analysis Analyzing co-occurrence networks with GraphX Geospatial and temporal data analysis on the New York City Taxi Trips data Estimating financial risk through Monte Carlo simulation Analyzing genomics data and the BDG project Analyzing neuroimaging data with PySpark and Thunder
Publisher: "O'Reilly Media, Inc."
ISBN: 1491912715
Category : Computers
Languages : en
Pages : 290
Book Description
In this practical book, four Cloudera data scientists present a set of self-contained patterns for performing large-scale data analysis with Spark. The authors bring Spark, statistical methods, and real-world data sets together to teach you how to approach analytics problems by example. You’ll start with an introduction to Spark and its ecosystem, and then dive into patterns that apply common techniques—classification, collaborative filtering, and anomaly detection among others—to fields such as genomics, security, and finance. If you have an entry-level understanding of machine learning and statistics, and you program in Java, Python, or Scala, you’ll find these patterns useful for working on your own data applications. Patterns include: Recommending music and the Audioscrobbler data set Predicting forest cover with decision trees Anomaly detection in network traffic with K-means clustering Understanding Wikipedia with Latent Semantic Analysis Analyzing co-occurrence networks with GraphX Geospatial and temporal data analysis on the New York City Taxi Trips data Estimating financial risk through Monte Carlo simulation Analyzing genomics data and the BDG project Analyzing neuroimaging data with PySpark and Thunder
Advanced Data Analytics with AWS
Author: Joseph Conley
Publisher: Orange Education Pvt Ltd
ISBN: 8197081891
Category : Computers
Languages : en
Pages : 268
Book Description
Master the Fundamentals of Data Analytics at Scale KEY FEATURES ● Comprehensive guide to constructing data engineering workflows spanning diverse data sources ● Expert techniques for transforming and visualizing data to extract actionable insights ● Advanced methodologies for analyzing data and employing machine learning to uncover intricate patterns DESCRIPTION Embark on a transformative journey into the realm of data analytics with AWS with this practical and incisive handbook. Begin your exploration with an insightful introduction to the fundamentals of data analytics, setting the stage for your AWS adventure. The book then covers collecting data efficiently and effectively on AWS, laying the groundwork for insightful analysis. It will dive deep into processing data, uncovering invaluable techniques to harness the full potential of your datasets. The book will equip you with advanced data analysis skills, unlocking the ability to discern complex patterns and insights. It covers additional use cases for data analysis on AWS, from predictive modeling to sentiment analysis, expanding your analytical horizons. The final section of the book will utilize the power of data virtualization and interaction, revolutionizing the way you engage with and derive value from your data. Gain valuable insights into emerging trends and technologies shaping the future of data analytics, and conclude your journey with actionable next steps, empowering you to continue your data analytics odyssey with confidence. WHAT WILL YOU LEARN ● Construct streamlined data engineering workflows capable of ingesting data from diverse sources and formats. ● Employ data transformation tools to efficiently cleanse and reshape data, priming it for analysis. ● Perform ad-hoc queries for preliminary data exploration, uncovering initial insights. ● Utilize prepared datasets to craft compelling, interactive data visualizations that communicate actionable insights. ● Develop advanced machine learning and Generative AI workflows to delve into intricate aspects of complex datasets, uncovering deeper insights. WHO IS THIS BOOK FOR? This book is ideal for aspiring data engineers, analysts, and data scientists seeking to deepen their understanding and practical skills in data engineering, data transformation, visualization, and advanced analytics. It is also beneficial for professionals and students looking to leverage AWS services for their data-related tasks. TABLE OF CONTENTS 1. Introduction to Data Analytics and AWS 2. Getting Started with AWS 3. Collecting Data with AWS 4. Processing Data on AWS 5. Descriptive Analytics on AWS 6. Advanced Data Analysis on AWS 7. Additional Use Cases for Data Analysis 8. Data Visualization and Interaction on AWS 9. The Future of Data Analytics 10. Conclusion and Next Steps Index
Publisher: Orange Education Pvt Ltd
ISBN: 8197081891
Category : Computers
Languages : en
Pages : 268
Book Description
Master the Fundamentals of Data Analytics at Scale KEY FEATURES ● Comprehensive guide to constructing data engineering workflows spanning diverse data sources ● Expert techniques for transforming and visualizing data to extract actionable insights ● Advanced methodologies for analyzing data and employing machine learning to uncover intricate patterns DESCRIPTION Embark on a transformative journey into the realm of data analytics with AWS with this practical and incisive handbook. Begin your exploration with an insightful introduction to the fundamentals of data analytics, setting the stage for your AWS adventure. The book then covers collecting data efficiently and effectively on AWS, laying the groundwork for insightful analysis. It will dive deep into processing data, uncovering invaluable techniques to harness the full potential of your datasets. The book will equip you with advanced data analysis skills, unlocking the ability to discern complex patterns and insights. It covers additional use cases for data analysis on AWS, from predictive modeling to sentiment analysis, expanding your analytical horizons. The final section of the book will utilize the power of data virtualization and interaction, revolutionizing the way you engage with and derive value from your data. Gain valuable insights into emerging trends and technologies shaping the future of data analytics, and conclude your journey with actionable next steps, empowering you to continue your data analytics odyssey with confidence. WHAT WILL YOU LEARN ● Construct streamlined data engineering workflows capable of ingesting data from diverse sources and formats. ● Employ data transformation tools to efficiently cleanse and reshape data, priming it for analysis. ● Perform ad-hoc queries for preliminary data exploration, uncovering initial insights. ● Utilize prepared datasets to craft compelling, interactive data visualizations that communicate actionable insights. ● Develop advanced machine learning and Generative AI workflows to delve into intricate aspects of complex datasets, uncovering deeper insights. WHO IS THIS BOOK FOR? This book is ideal for aspiring data engineers, analysts, and data scientists seeking to deepen their understanding and practical skills in data engineering, data transformation, visualization, and advanced analytics. It is also beneficial for professionals and students looking to leverage AWS services for their data-related tasks. TABLE OF CONTENTS 1. Introduction to Data Analytics and AWS 2. Getting Started with AWS 3. Collecting Data with AWS 4. Processing Data on AWS 5. Descriptive Analytics on AWS 6. Advanced Data Analysis on AWS 7. Additional Use Cases for Data Analysis 8. Data Visualization and Interaction on AWS 9. The Future of Data Analytics 10. Conclusion and Next Steps Index
Pandas for Everyone
Author: Daniel Y. Chen
Publisher: Addison-Wesley Professional
ISBN: 0134547055
Category : Computers
Languages : en
Pages : 1093
Book Description
The Hands-On, Example-Rich Introduction to Pandas Data Analysis in Python Today, analysts must manage data characterized by extraordinary variety, velocity, and volume. Using the open source Pandas library, you can use Python to rapidly automate and perform virtually any data analysis task, no matter how large or complex. Pandas can help you ensure the veracity of your data, visualize it for effective decision-making, and reliably reproduce analyses across multiple datasets. Pandas for Everyone brings together practical knowledge and insight for solving real problems with Pandas, even if you’re new to Python data analysis. Daniel Y. Chen introduces key concepts through simple but practical examples, incrementally building on them to solve more difficult, real-world problems. Chen gives you a jumpstart on using Pandas with a realistic dataset and covers combining datasets, handling missing data, and structuring datasets for easier analysis and visualization. He demonstrates powerful data cleaning techniques, from basic string manipulation to applying functions simultaneously across dataframes. Once your data is ready, Chen guides you through fitting models for prediction, clustering, inference, and exploration. He provides tips on performance and scalability, and introduces you to the wider Python data analysis ecosystem. Work with DataFrames and Series, and import or export data Create plots with matplotlib, seaborn, and pandas Combine datasets and handle missing data Reshape, tidy, and clean datasets so they’re easier to work with Convert data types and manipulate text strings Apply functions to scale data manipulations Aggregate, transform, and filter large datasets with groupby Leverage Pandas’ advanced date and time capabilities Fit linear models using statsmodels and scikit-learn libraries Use generalized linear modeling to fit models with different response variables Compare multiple models to select the “best” Regularize to overcome overfitting and improve performance Use clustering in unsupervised machine learning
Publisher: Addison-Wesley Professional
ISBN: 0134547055
Category : Computers
Languages : en
Pages : 1093
Book Description
The Hands-On, Example-Rich Introduction to Pandas Data Analysis in Python Today, analysts must manage data characterized by extraordinary variety, velocity, and volume. Using the open source Pandas library, you can use Python to rapidly automate and perform virtually any data analysis task, no matter how large or complex. Pandas can help you ensure the veracity of your data, visualize it for effective decision-making, and reliably reproduce analyses across multiple datasets. Pandas for Everyone brings together practical knowledge and insight for solving real problems with Pandas, even if you’re new to Python data analysis. Daniel Y. Chen introduces key concepts through simple but practical examples, incrementally building on them to solve more difficult, real-world problems. Chen gives you a jumpstart on using Pandas with a realistic dataset and covers combining datasets, handling missing data, and structuring datasets for easier analysis and visualization. He demonstrates powerful data cleaning techniques, from basic string manipulation to applying functions simultaneously across dataframes. Once your data is ready, Chen guides you through fitting models for prediction, clustering, inference, and exploration. He provides tips on performance and scalability, and introduces you to the wider Python data analysis ecosystem. Work with DataFrames and Series, and import or export data Create plots with matplotlib, seaborn, and pandas Combine datasets and handle missing data Reshape, tidy, and clean datasets so they’re easier to work with Convert data types and manipulate text strings Apply functions to scale data manipulations Aggregate, transform, and filter large datasets with groupby Leverage Pandas’ advanced date and time capabilities Fit linear models using statsmodels and scikit-learn libraries Use generalized linear modeling to fit models with different response variables Compare multiple models to select the “best” Regularize to overcome overfitting and improve performance Use clustering in unsupervised machine learning
Advanced Data Science and Analytics with Python
Author: Jesus Rogel-Salazar
Publisher: CRC Press
ISBN: 0429822324
Category : Business & Economics
Languages : en
Pages : 424
Book Description
Advanced Data Science and Analytics with Python enables data scientists to continue developing their skills and apply them in business as well as academic settings. The subjects discussed in this book are complementary and a follow-up to the topics discussed in Data Science and Analytics with Python. The aim is to cover important advanced areas in data science using tools developed in Python such as SciKit-learn, Pandas, Numpy, Beautiful Soup, NLTK, NetworkX and others. The model development is supported by the use of frameworks such as Keras, TensorFlow and Core ML, as well as Swift for the development of iOS and MacOS applications. Features: Targets readers with a background in programming, who are interested in the tools used in data analytics and data science Uses Python throughout Presents tools, alongside solved examples, with steps that the reader can easily reproduce and adapt to their needs Focuses on the practical use of the tools rather than on lengthy explanations Provides the reader with the opportunity to use the book whenever needed rather than following a sequential path The book can be read independently from the previous volume and each of the chapters in this volume is sufficiently independent from the others, providing flexibility for the reader. Each of the topics addressed in the book tackles the data science workflow from a practical perspective, concentrating on the process and results obtained. The implementation and deployment of trained models are central to the book. Time series analysis, natural language processing, topic modelling, social network analysis, neural networks and deep learning are comprehensively covered. The book discusses the need to develop data products and addresses the subject of bringing models to their intended audiences – in this case, literally to the users’ fingertips in the form of an iPhone app. About the Author Dr. Jesús Rogel-Salazar is a lead data scientist in the field, working for companies such as Tympa Health Technologies, Barclays, AKQA, IBM Data Science Studio and Dow Jones. He is a visiting researcher at the Department of Physics at Imperial College London, UK and a member of the School of Physics, Astronomy and Mathematics at the University of Hertfordshire, UK.
Publisher: CRC Press
ISBN: 0429822324
Category : Business & Economics
Languages : en
Pages : 424
Book Description
Advanced Data Science and Analytics with Python enables data scientists to continue developing their skills and apply them in business as well as academic settings. The subjects discussed in this book are complementary and a follow-up to the topics discussed in Data Science and Analytics with Python. The aim is to cover important advanced areas in data science using tools developed in Python such as SciKit-learn, Pandas, Numpy, Beautiful Soup, NLTK, NetworkX and others. The model development is supported by the use of frameworks such as Keras, TensorFlow and Core ML, as well as Swift for the development of iOS and MacOS applications. Features: Targets readers with a background in programming, who are interested in the tools used in data analytics and data science Uses Python throughout Presents tools, alongside solved examples, with steps that the reader can easily reproduce and adapt to their needs Focuses on the practical use of the tools rather than on lengthy explanations Provides the reader with the opportunity to use the book whenever needed rather than following a sequential path The book can be read independently from the previous volume and each of the chapters in this volume is sufficiently independent from the others, providing flexibility for the reader. Each of the topics addressed in the book tackles the data science workflow from a practical perspective, concentrating on the process and results obtained. The implementation and deployment of trained models are central to the book. Time series analysis, natural language processing, topic modelling, social network analysis, neural networks and deep learning are comprehensively covered. The book discusses the need to develop data products and addresses the subject of bringing models to their intended audiences – in this case, literally to the users’ fingertips in the form of an iPhone app. About the Author Dr. Jesús Rogel-Salazar is a lead data scientist in the field, working for companies such as Tympa Health Technologies, Barclays, AKQA, IBM Data Science Studio and Dow Jones. He is a visiting researcher at the Department of Physics at Imperial College London, UK and a member of the School of Physics, Astronomy and Mathematics at the University of Hertfordshire, UK.
Data Science and Machine Learning
Author: Dirk P. Kroese
Publisher: CRC Press
ISBN: 1000730778
Category : Business & Economics
Languages : en
Pages : 538
Book Description
Focuses on mathematical understanding Presentation is self-contained, accessible, and comprehensive Full color throughout Extensive list of exercises and worked-out examples Many concrete algorithms with actual code
Publisher: CRC Press
ISBN: 1000730778
Category : Business & Economics
Languages : en
Pages : 538
Book Description
Focuses on mathematical understanding Presentation is self-contained, accessible, and comprehensive Full color throughout Extensive list of exercises and worked-out examples Many concrete algorithms with actual code
Intelligent Analytics With Advanced Multi-Industry Applications
Author: Sun, Zhaohao
Publisher: IGI Global
ISBN: 1799849643
Category : Computers
Languages : en
Pages : 392
Book Description
Many fundamental technological and managerial issues surrounding the development and implementation of intelligent analytics within multi-industry applications remain unsolved. There are still questions surrounding the foundation of intelligent analytics, the elements, the big characteristics, and the effects on business, management, technology, and society. Research is devoted to answering these questions and understanding how intelligent analytics can improve healthcare, mobile commerce, web services, cloud services, blockchain, 5G development, digital transformation, and more. Intelligent Analytics With Advanced Multi-Industry Applications is a critical reference source that explores cutting-edge theories, technologies, and methodologies of intelligent analytics with multi-industry applications and emphasizes the integration of artificial intelligence, business intelligence, big data, and analytics from a perspective of computing, service, and management. This book also provides real-world applications of the proposed concept of intelligent analytics to e-SMACS (electronic, social, mobile, analytics, cloud, and service) commerce and services, healthcare, the internet of things, the sharing economy, cloud computing, blockchain, and Industry 4.0. This book is ideal for scientists, engineers, educators, university students, service and management professionals, policymakers, decision makers, practitioners, stakeholders, researchers, and others who have an interest in how intelligent analytics are being implemented and utilized in diverse industries.
Publisher: IGI Global
ISBN: 1799849643
Category : Computers
Languages : en
Pages : 392
Book Description
Many fundamental technological and managerial issues surrounding the development and implementation of intelligent analytics within multi-industry applications remain unsolved. There are still questions surrounding the foundation of intelligent analytics, the elements, the big characteristics, and the effects on business, management, technology, and society. Research is devoted to answering these questions and understanding how intelligent analytics can improve healthcare, mobile commerce, web services, cloud services, blockchain, 5G development, digital transformation, and more. Intelligent Analytics With Advanced Multi-Industry Applications is a critical reference source that explores cutting-edge theories, technologies, and methodologies of intelligent analytics with multi-industry applications and emphasizes the integration of artificial intelligence, business intelligence, big data, and analytics from a perspective of computing, service, and management. This book also provides real-world applications of the proposed concept of intelligent analytics to e-SMACS (electronic, social, mobile, analytics, cloud, and service) commerce and services, healthcare, the internet of things, the sharing economy, cloud computing, blockchain, and Industry 4.0. This book is ideal for scientists, engineers, educators, university students, service and management professionals, policymakers, decision makers, practitioners, stakeholders, researchers, and others who have an interest in how intelligent analytics are being implemented and utilized in diverse industries.
Python for Data Analysis
Author: Wes McKinney
Publisher: "O'Reilly Media, Inc."
ISBN: 1491957611
Category : Computers
Languages : en
Pages : 553
Book Description
Get complete instructions for manipulating, processing, cleaning, and crunching datasets in Python. Updated for Python 3.6, the second edition of this hands-on guide is packed with practical case studies that show you how to solve a broad set of data analysis problems effectively. You’ll learn the latest versions of pandas, NumPy, IPython, and Jupyter in the process. Written by Wes McKinney, the creator of the Python pandas project, this book is a practical, modern introduction to data science tools in Python. It’s ideal for analysts new to Python and for Python programmers new to data science and scientific computing. Data files and related material are available on GitHub. Use the IPython shell and Jupyter notebook for exploratory computing Learn basic and advanced features in NumPy (Numerical Python) Get started with data analysis tools in the pandas library Use flexible tools to load, clean, transform, merge, and reshape data Create informative visualizations with matplotlib Apply the pandas groupby facility to slice, dice, and summarize datasets Analyze and manipulate regular and irregular time series data Learn how to solve real-world data analysis problems with thorough, detailed examples
Publisher: "O'Reilly Media, Inc."
ISBN: 1491957611
Category : Computers
Languages : en
Pages : 553
Book Description
Get complete instructions for manipulating, processing, cleaning, and crunching datasets in Python. Updated for Python 3.6, the second edition of this hands-on guide is packed with practical case studies that show you how to solve a broad set of data analysis problems effectively. You’ll learn the latest versions of pandas, NumPy, IPython, and Jupyter in the process. Written by Wes McKinney, the creator of the Python pandas project, this book is a practical, modern introduction to data science tools in Python. It’s ideal for analysts new to Python and for Python programmers new to data science and scientific computing. Data files and related material are available on GitHub. Use the IPython shell and Jupyter notebook for exploratory computing Learn basic and advanced features in NumPy (Numerical Python) Get started with data analysis tools in the pandas library Use flexible tools to load, clean, transform, merge, and reshape data Create informative visualizations with matplotlib Apply the pandas groupby facility to slice, dice, and summarize datasets Analyze and manipulate regular and irregular time series data Learn how to solve real-world data analysis problems with thorough, detailed examples