Skip to content

This is a Data Science Web app created using Streamlit and Python. This app is used to analyse the different aspects of the dataset in interactive way. The dataset used here is "Motor_Vehicle_Collisions_-_Crashes.csv" which shows the different attributes of the accidents occurred in New York City . The dataset contains 1.6 million rows and 29 co…

Notifications You must be signed in to change notification settings

Dajinder/Data-Science-Web-App-Using-Streamlit-and-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Data-Science-Web-App-Using-Streamlit-and-Python

This is a Data Science Web app created using Streamlit and Python. This app is used to analyse the different aspects of the dataset in interactive way. The dataset used here is "Motor_Vehicle_Collisions_-_Crashes.csv" which shows the different attributes of the accidents occurred in New York City . The dataset contains 1.6 million rows and 29 columns

link to the dataset = https://catalog.data.gov/dataset/motor-vehicle-crashes-vehicle-information-beginning-2009

libraries to be installed:-

  1. pandas = pip install pandas
  2. numpy = pip install numpy
  3. streamlit = pip install streamlit
  4. pydeck = pip install pydeck
  5. plotly.express = pip install plotly-express

Note: The dataset and python file should be present in same folder. Path of the folder should be entered correctly in the "DATA_URL"

To run the program just use the command "streamlit run web_app.py" in the command line.

Below are the screensots of my Data Science Web App

image

2

3

4

5

About

This is a Data Science Web app created using Streamlit and Python. This app is used to analyse the different aspects of the dataset in interactive way. The dataset used here is "Motor_Vehicle_Collisions_-_Crashes.csv" which shows the different attributes of the accidents occurred in New York City . The dataset contains 1.6 million rows and 29 co…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages