Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 872 Bytes

File metadata and controls

12 lines (10 loc) · 872 Bytes

FWD-Professional-Data-Analysis-2ndProject

In this project, you'll go through the data analysis process and see how everything fits together.

using the Python libraries NumPy, pandas, and Matplotlib, which make writing data analysis of dataset

Project Steps

Know all the steps involved in a typical data analysis process

posing questions that can be answered with a given dataset and then answering those questions

Know how to investigate problems in a dataset and wrangle the data into a format you can use

Have experience communicating the results of your analysis

Be able to use vectorized operations in NumPy and pandas to speed up your data analysis code Be familiar with pandas' Series and DataFrame objects, which let you access your data more conveniently

Know how to use Matplotlib to produce plots showing your findings