Skip to content

Interactive Natural Gas Usage Dashboard built with Streamlit and Snowflake

Notifications You must be signed in to change notification settings

calgod/snowflake-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Natural Gas Usage Dashboard (Snowflake Hackathon)

Overview

This project was created during a short hackathon to try out Snowflake. It uses a public Kaggle dataset, Snowflake as the cloud data warehouse, and Streamlit for interactive data visualization.

The dataset was lightly cleaned and loaded into Snowflake tables. The Streamlit app queries Snowflake directly and provides basic filtering, charts, and simple anomaly detection.

Dataset

Source: Kaggle - Natural Gas Usage

Description: 10 years of natural gas consumption in the United States.

Screenshots

image image

Setup

To use this project, you will need your own Snowflake account and credentials.

  1. Download the dataset from Kaggle

  2. Load and clean the data in Snowflake

  3. Create the required database, schema, and tables

  4. Update the Snowflake connection details in the Streamlit app (Python code)

  5. Run the Streamlit app locally:

    streamlit run app.py

Dependencies

Running this app requires the following Python packages:

  • streamlit
  • pandas
  • plotly
  • snowflake-connector-python

About

Interactive Natural Gas Usage Dashboard built with Streamlit and Snowflake

Topics

Resources

Stars

Watchers

Forks

Languages