Bike Sharing Demand
  • AI Chat
  • Code
  • Report
  • Beta
    Spinner

    Bike Sharing Demand

    This dataset consists of the number of public bikes rented in Seoul's bike sharing system at each hour. It also includes information about the weather and the time, such as whether it was a public holiday.

    Not sure where to begin? Scroll to the bottom to find challenges!

    import pandas as pd
    
    pd.read_csv("data/SeoulBikeData.csv")

    Source of dataset.

    Citations:

    • Sathishkumar V E, Jangwoo Park, and Yongyun Cho. 'Using data mining techniques for bike sharing demand prediction in metropolitan city.' Computer Communications, Vol.153, pp.353-366, March, 2020
    • Sathishkumar V E and Yongyun Cho. 'A rule-based model for Seoul Bike sharing demand prediction using weather data' European Journal of Remote Sensing, pp. 1-18, Feb, 2020

    Don't know where to start?

    Challenges are brief tasks designed to help you practice specific skills:

    • πŸ—ΊοΈ Explore: Compare the average number of bikes rented by the time of day (morning, afternoon, and evening) across the four different seasons.
    • πŸ“Š Visualize: Create a plot to visualize the relationship between temperature and the number of bikes rented. Differentiate between seasons within the plot.
    • πŸ”Ž Analyze: Which variables correlate most with the number of bikes rented, and how strong are these relationships?

    Scenarios are broader questions to help you develop an end-to-end project for your portfolio:

    A bike-sharing startup has just hired you as their data analyst. The business is scaling quickly, but the demand fluctuates a lot. This means that there are not enough usable bikes available on some days, and on other days there are too many bikes. If the company could predict demand in advance, it could avoid these situations.

    The founder of the company has asked you whether you can predict the number of bikes that will be rented based on information such as predicted weather, the time of year, and the time of day.

    You will need to prepare a report that is accessible to a broad audience. It will need to outline your steps, findings, and conclusions.


    ✍️ If you have an idea for an interesting Scenario or Challenge, or have feedback on our existing ones, let us know! You can submit feedback by pressing the question mark in the top right corner of the screen and selecting "Give Feedback". Include the phrase "Content Feedback" to help us flag it in our system.