Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new time series example that supports filtering #42

Open
Kibrael opened this issue Oct 4, 2018 · 0 comments
Open

Create new time series example that supports filtering #42

Kibrael opened this issue Oct 4, 2018 · 0 comments

Comments

@Kibrael
Copy link
Contributor

Kibrael commented Oct 4, 2018

In addition to the example notebook showing filtering of TS data, create a notebook showing filtering of LAR data.

Allow filtering by:

  • geography
  • demographics
  • institution

The filter code should not restrict the product type, that will be handled in a separate example.

The code should teach the user how to get a pipe-delimited (and have an explanation of using a different delimiter) file of a LAR subset saved to their computer. This functionality should be explained and coded such that a user understands how to generate multiple flat files from a single code block.

Many HMDA data users are interested in subsets of the data that are small enough to be loaded into Excel. The filtering logic of this code should allow for multiple filters of multiple types to be passed and the resulting datasets returned.

Additionally, an example of basic Pandas usage for analysis and graphing should be provided. This code should load one of the flat files created and written to disk in the previous step. The analysis should take two different subsets, such as 2 MSAs or institutions and compare an aggregation measure such as total application volume. Extending the example to cover multiple years to show trends in the comparison would be idea.

@Kibrael Kibrael changed the title Modify time series example Create new time series example that supports filtering Oct 4, 2018
Kibrael added a commit that referenced this issue Oct 9, 2018
Answers Issue #42 by Creating A Time Series that Supports Filtering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants