Skip to main content

This package will provide the ability for users to access IRS data combined with geographic data in a powerful way.

Project description

Project Logo

TaxFilingFusion stands as the solution for effortlessly accessing and navigating IRS tax filing data. This package transforms complexity into simplicity, empowering users to delve deep into federal tax data. TaxFilingFusion makes historical IRS data accessible and searchable by ZIP code, city, county, and state.

Features

It provides:

  • a variety of functions to smoothly search through large volumes of data
  • a connection between tax filing data and geographical data

Detailed Package Info

This Python package provides access to individual income tax statistics for various ZIP codes using data obtained from the IRS. The data spans the years between 2015 and 2020. Each year's data may have a different format as some attributes may be dropped in certain years, while new attributes may be added.

The data is ingested into Google BigQuery, where all individual year tables are combined normalized into a comprehensive table. To enrich the ZIP code data and provide more detailed information, the package utilizes crosswalk files from HUD USPS, which establishes links between ZIP codes, state FIPS codes, county FIPS codes, and city FIPS codes. This enriched data allows users to obtain additional details about each ZIP code, such as county, state, region, and other associated information.

Several views, table query functions, and single-valued functions are implemented to support various data needs for the API. These functions are designed to expose the cleansed data for public access. By building and leveraging these APIs, we have created an easy-to-use PyPI package that allows the public to interact with and analyze the IRS individual income tax statistics for different ZIP codes, intertwined with valuable geographic information.

Call for Contributions

The TaxFilingFusion project welcomes everyone's passions, thoughts, ideas, and contributions.

Small improvements or fixes are greatly appreciated. If you have any questions, please email: vedrathi10@gmail.com

Our GitHub repository may be small and simple, but the functionality it provides is still powerful. Our goal is to continue adding new features and datasets to make this data more accessible for users and include integration from various data sources. To help contribute to our project, you can:

  • review the code and create pull requests via forking the repo
  • develop tutorials, presentations, and other educational materials
  • help with outreach and publicity

Package Usage

To download the package on a command-line interface, run: pip install taxfilingfusion

To download the package on Jupyter Notebooks or IPython environments, run: !pip install taxfilingfusion

To upgrade the package version (CLI), run: pip install taxfilingfusion --upgrade.
To use the functions provided by this package, after downloading, run: from taxfilingfusion import ff_fusion
Then a method can be accessed using the dot operator, like: ff_fusion.{function_name(parameters...)}
Refer to TaxFilingFusion Functions to get a high-level overview of the key functions available in this package.

Special Note

In cases when a ZIP code encompasses multiple counties, we implement a ZIP code data multiplier. This multiplier is utilized to evenly distribute data among these counties, ensuring proportional representation. For example, if a ZIP code is associated with three counties and there was a total of 999 filings, each county's dataset would display 333 filings for that specific zip code (a multiplier of 0.33). Through the application of this multiplier approach, we achieve an equitable allocation of data across the different counties. This multiplier concept is similarly employed in city statistics.

Sources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

taxfilingfusion-1.0.1.tar.gz (15.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page