Import and Export Data to and from the USA for the last 5 years
This project is intended to give the user the tools to see trends of products that the USA has imported over the past 3 years. It also gives the option to show the volume of import by country of origin
Livestock US Import (https://drive.google.com/file/d/1RtDl_u2cbVdq7gyw5G_JoqN8GElI2zkF/view?usp=sharing)
1.Python 3 is required. This project is written using version 3.10.4. 2.Clone the repo from github. 3. Setup a virtual environment and activate it. 4. To make sure you have all the necessary packages, run "pip install -r requirements.txt".
The following packages will be required to run the program:
pandas, numpy, matplotlib.pyplot, scipy, seaborn To run the "main.ipynb" file, Jupyter Notebook needs to be installed.
The program can be run directly by running "main.py" from the script folder. You can also run the "main.ipynb" file from script folder using Jupyter Notebook.