Akash Dubey
ProjectsWritingResumeCVContact
Akash Dubey icon

Akash Dubey

If you want to talk about research, robotics, startups, math, or a project worth building together, there are a few easy ways to reach me.

EmailLinkedInGitHubYouTubeKhan AcademyPortfolio
Email
akash.dubey@rutgers.edu
LinkedIn
Professional updates ↗
GitHub
Code, experiments, repositories ↗
Around The Site
ProjectsWritingResumeContact
# Economic Series Plotter

URL: https://akashdubey.me/projects/economic-grapher
Date: Thu Nov 14 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
Tags: Data, Web

Summary: A plotter for FED and BLS data

Sections: Inspiration | Description
Links: Repository (https://github.com/AkeBoss-tech/FEDChallenge) | Demo (https://fedchallenge-graphs.streamlit.app/)
← Back to projects
DataWeb

Economic Series Plotter

A plotter for FED and BLS data

RepositoryDemo
Economic Series Plotter
Economic plotter

Repository - Demo

Inspiration

This project was made for the FED Challenge. The goal was to create a tool that would help our team graph FED and BLS data. Instead of having to download the data as CSVs and then graph it, this website does it all for us with consistent formatting.

Description

This project uses the FRED and BLS APIs to get data and then graphs it using Matplotlib and Seaborn. Initially, I just had a Python function that I ran to create graphs, but I decided to make it a Streamlit app so that it would be easier to use and share.