- Data Science Projects with Python
- Stephen Klosterman
- 90字
- 2021-06-11 13:29:08
Chapter 1:
Data Exploration and Cleaning
Learning Objectives
By the end of this chapter, you will be able to:
- Perform basic operations in Python
- Describe the business context of the case study data and its suitability for the task
- Perform data cleaning operations
- Examine statistical summaries and visualize the case study data
- Implement one-hot encoding on categorical variables
This chapter will get you started with basic operations in Python and shows you how to perform data-related operations such as data verification, data cleaning, datatype conversion, examining statistical summaries, and more.
推薦閱讀
- 使用GitOps實(shí)現(xiàn)Kubernetes的持續(xù)部署:模式、流程及工具
- Creating Mobile Apps with Sencha Touch 2
- 文本挖掘:基于R語言的整潔工具
- 大數(shù)據(jù):規(guī)劃、實(shí)施、運(yùn)維
- 軟件成本度量國家標(biāo)準(zhǔn)實(shí)施指南:理論、方法與實(shí)踐
- 智能數(shù)據(jù)時(shí)代:企業(yè)大數(shù)據(jù)戰(zhàn)略與實(shí)戰(zhàn)
- Hands-On Mathematics for Deep Learning
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程上機(jī)指導(dǎo)與習(xí)題集(微課版)
- 數(shù)據(jù)庫技術(shù)及應(yīng)用
- SQL Server 2012實(shí)施與管理實(shí)戰(zhàn)指南
- 算力經(jīng)濟(jì):從超級(jí)計(jì)算到云計(jì)算
- SQL Server 2012 數(shù)據(jù)庫教程(第3版)
- 工業(yè)大數(shù)據(jù)工程:系統(tǒng)、方法與實(shí)踐
- UnrealScript Game Programming Cookbook
- 大數(shù)據(jù)處理框架Apache Spark設(shè)計(jì)與實(shí)現(xiàn)