- The Applied Data Science Workshop
- Alex Galea
- 280字
- 2021-06-18 18:27:37
Introduction
So far, we have taken a glance at the data science ecosystem and jumped into learning about Jupyter, the tool that we'll be using throughout this book for our coding exercises and activities. Now, we'll shift our focus away from learning about Jupyter and start actually using it for analysis.
Data visualization and exploration are important steps in the data science process. This is how you can learn about your data and make sure you understand it completely. Visualizations can be used as a means of discovering unusual records in datasets and presenting that information to others.
In addition to understanding and gaining fundamental trust in data, your analysis may lead to the discovery of patterns and insights in the data. In some cases, these patterns can prompt further research and ultimately be very beneficial to your business.
Applied knowledge of a high-level programming language such as Python or R will make datasets accessible to you, from top-level aggregations to granular details. However, it's also possible to learn a lot from data with tools that are easier to pick up and use, such as Tableau or Microsoft Power BI.
In addition to learning about the tools to create them, it's important to have a conceptual understanding of different types of visualizations and their uses. Similarly, there are a handful of important techniques relating to data exploration, such as aggregation and filtering for outliers or missing samples.
In this chapter, we'll start out by learning about some of the basics of working with datasets in Jupyter by using pandas DataFrames. Then, we'll learn about exploring datasets with the Seaborn visualization library and do basic modeling with scikit learn.
- 算法精粹:經典計算機科學問題的Java實現
- PostgreSQL技術內幕:事務處理深度探索
- TypeScript項目開發實戰
- 深入淺出Serverless:技術原理與應用實踐
- Python時間序列預測
- Oracle GoldenGate 12c Implementer's Guide
- Java語言程序設計教程
- 網絡數據采集技術:Java網絡爬蟲實戰
- 計算語言學導論
- Visual Basic 程序設計實踐教程
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- Qt 5.12實戰
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- Implementing NetScaler VPX?(Second Edition)
- Switching to Angular 2