cfpb / HMDA_Data_Science_Kit

Creative Commons Zero v1.0 Universal
41 stars 25 forks source link

Create Analysis Notebook 3 #40

Open Kibrael opened 6 years ago

Kibrael commented 6 years ago

Create example code and instructions to segment single-family products with the below filters:

This code should be provided as a function that accepts:

These filters should accept single inputs, or list-like inputs.

This function should have an option that allows the user to write the query results to a pipe-delimited file with a .txt extension.

In the instructions inside the Jupyter notebook, discuss:

Produce the following outputs:

The goal of this example is to demonstrate how to get a dataset of a homogenous mortgage product, save the dataset to disk, load the data to Pandas, produce aggregate metrics, and graph them in a meaningful way.

MichaelFurey17 commented 6 years ago

This can probably be combined with the issue for creating a function library.