Assignment

data-sciencepandasmicrosoft-for-beginners2-Working-With-Datamicrosoft-Data-Science-For-Beginnersdata-visualization08-data-preparationPythondata-analysis

Assignment: Evaluating Data from a Form

A client has been testing a small form to gather some basic data about their client-base. They have brought their findings to you to validate the data they have gathered. You can open the index.html page in a browser to take a look at the form.

You have been provided a dataset of csv records that contain entries from the form as well as some basic visualizations.The client pointed out that some of the visualizations look incorrect but they're unsure about how to resolve them. You can explore it in the assignment notebook.

Instructions

Use the techniques in this lesson to make recommendations about the form so it captures accurate and consistent information.

[ ]
[4]
  birth_month       state   pet
0     January         NaN  Cats
1         JAN          CA  Cats
2        Sept      Hawaii   Dog
3     january          AK   Dog
4        July          RI  Cats
5   September  California  Cats
6       April          CA   Dog
7     January  California  Cats
8    November          FL   Dog
9    December     Florida  Cats
[7]
Output
[8]
Output