Bbryaninphilipdevblog.hashnode.dev·May 16, 2021 · 1 min readIntroduction to Data Analysis Lesson 5 Data Analysis Process - Case Study 2: Cleaning Column LabelsCleaning Column Labels 1. Drop extraneous columns Drop features that aren't consistent (not present in both datasets) or aren't relevant to our questions. Use pandas' drop function. Columns to Drop: From 2008 dataset: 'Stnd', 'Underhood ID', 'FE Cal...00
Bbryaninphilipdevblog.hashnode.dev·May 16, 2021 · 1 min readIntroduction to Data Analysis Lesson 5 Data Analysis Process - Case Study 2: Assessing DataAssessing Data The files all_alpha_08.csv and all_alpha_18.csv discussed in the previous pages have been provided in the workspace for you here to access. Use pandas to explore these datasets in the Jupyter Notebook below to answer the quiz questions...00
Bbryaninphilipdevblog.hashnode.dev·May 16, 2021 · 1 min readIntroduction to Data Analysis Lesson 5 Data Analysis Process - Case Study 2: Asking QuestionsFuel Economy Data This information is provided by the U.S. Environmental Protection Agency, Office of Mobile Sources, National Vehicle and Fuel Emissions Laboratory. ^ here00
Bbryaninphilipdevblog.hashnode.dev·May 16, 2021 · 1 min readIntroduction to Data Analysis Lesson 5 Data Analysis Process - Case Study 2: Data AttributesUsing Documentation to Understand Data Here are the files you saw in the last video. Use them to help you answer the following questions. README.txt download link PDF link00
Bbryaninphilipdevblog.hashnode.dev·May 16, 2021 · 1 min readIntroduction to Data Analysis Lesson 5 Data Analysis Process - Case Study 2: Data Overviewyt link Data Overview We'll learn more about these features as we go. Right now, we have a good idea of what data we're working with, so let's answer some questions. You'll see quick descriptions of each feature again in the next section to help you....00