You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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