Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1007 Bytes

File metadata and controls

29 lines (21 loc) · 1007 Bytes

Seoul Bike Data Visualization

This project is an interactive data visualization tool for exploring Seoul Bike sharing data. It provides insights into rental trends by combining weather and time-based factors using heatmaps, scatterplots, and interactive features.


Features

  • Heatmap Visualization: Explore rental patterns across time-based dimensions like hours, days, months, seasons, and holidays.
  • Scatterplot Visualization: Analyze the impact of weather variables on bike rentals.
  • Interactive Controls: Dynamically select axes in the heatmap and scatterplot to customize the analysis.
  • 2D Brush Tool: Filter data across visualizations for deeper insights.
  • Redux Integration: Ensures efficient and scalable state management.

Installation and Running the Application

To set up and run the visualization tool:

  1. Install dependencies:
    npm install
    npm install react-select
    
  2. Start the application
    npm start