Skip to content

Data and code for analysis in 2024 Tennessee Business Tax article

License

Notifications You must be signed in to change notification settings

OpenSourceEcon/TN-BusTax2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data and code for "What Business Tax Reforms would be Best for Tennessee?"

This repository contains the data and code for the analyses by Richard W. Evans (@rickecon) in the September 2024 article on Tennessee business tax reform as part of the article "Tennessee Trends: The State of Tennessee’s Economy," by Ron Shultis, Jason Edmonds, and Richard W. Evans, Beacon Center of Tennessee (Sep. 12, 2024).

How to run the code from these analyses in the cloud in your browser

We have created a Google Colab notebook with code almost exactly the same as th code in the Jupyter Notebook TN_BusTax2024.ipynb decribed in the next section. The Google Colab notebook has the advantage of using a distribution of Python and corresponding packages that run in the cloud on remote servers instead of on your local machine. This allows you to use the notebook from any kind of device with a browser. You can execute th code, see the results, and save output to a temporary cloud folder from which you can download anything you want to keep.

How to run the Jupyter Notebook on your machine

This repository contains a Jupyter Notebook TN_BusTax2024.ipynb that can be run locally on your own machine to replicate the analyses in the paper. You can also modify this notebook to use for other analyses you might want to experiment with. To run this notebook locally on your machine, do the following steps:

  • Fork and clone (or download) the https://github.com/OpenSourceEcon/TN-BusTax2024 repository
  • In your computer's terminal, navigate to the directory of the TN-BusTax2024 repository on your local machine.
  • Create the conda environment tn-bustax2024-dev by typing the following command: conda env create -f environment.yml
  • Activate the tn-bustax2024-dev conda environment by typing the following command: conda activate tn-bustax2024-dev
  • This should allow your notebook to run while this conda environment is activated.

Files and directories in the repository

This repository contains the following items:

About

Data and code for analysis in 2024 Tennessee Business Tax article

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published