Skip to content

Country Data Dashboard displaying CPI and inflation data in heatmap, barchart, line grpah

Notifications You must be signed in to change notification settings

JosephHauter/country-market-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Country Data Dashboard

This project is a data dashboard that allows you to explore different types of data for various countries. It uses data from the Quandl API and presents it in a user-friendly format using Dash and Plotly. The dashboard includes several interactive components such as dropdowns and sliders that allow you to filter the data, and it displays the data in various types of charts including line charts, bar charts, and a heatmap.

Screenshots

Dashboard

Installation

To install the necessary dependencies for this project, you can use pip:

pip install -r requirements.txt

This will install all the necessary Python packages for this project.

Configuration

Before running the project, you need to add your Quandl API key. Here's how you can do it:

  1. If you don't already have a key go to this site https://data.nasdaq.com/data/RATEINF-inflation-rates and get a free api key
  2. Open the config.py file in a text editor.
  3. Replace 'your-api-key' with your actual Quandl API key.
  4. Save and close the file.

Please note that you should never share your config.py file with anyone else, as it contains sensitive information.

Usage

To run the project, you can use the following command:

python main.py

This will start the Dash server and you can view the dashboard by opening a web browser and navigating to http://127.0.0.1:8050.

We hope you find this project useful and we welcome any feedback or contributions!

About

Country Data Dashboard displaying CPI and inflation data in heatmap, barchart, line grpah

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages