kpubdata/seoul-bike-rent-month
Seoul Bike Ttareungi Monthly Usage (서울 따릉이 월별 이용정보) Monthly usage statistics for Seoul's public bike-sharing system "Ttareungi" (따릉이), aggregated by station, subscription type, and age group. Important: Text values (rent_type, station_name, age_group) are in Korean. Column names are in English for global accessibility. Dataset Summary Records ~119,000 Features 11 Period Multiple months (YYYYMM format) Source Seoul Open Data Plaza… See the full description on the dataset page: https://huggingface.co/datasets/kpubdata/seoul-bike-rent-month.
Seoul Bike Ttareungi Monthly Usage (서울 따릉이 월별 이용정보)
Monthly usage statistics for Seoul's public bike-sharing system "Ttareungi" (따릉이), aggregated by station, subscription type, and age group.
Important: Text values (rent_type, station_name, age_group) are in Korean. Column names are in English for global accessibility.
Dataset Summary
Features
Usage
from datasets import load_dataset
ds = load_dataset("kpubdata/seoul-bike-rent-month")
df = ds["train"].to_pandas()
print(df.head())Or collect fresh data with kpubdata:
from kpubdata import Client
client = Client.from_env()
ds = client.dataset("seoul.bike_rent_month")
result = ds.list(RENT_NM="202604", page_size=1000)Source
This dataset was generated using kpubdata from public data APIs on data.seoul.go.kr.
Legal & Attribution
This dataset uses "서울시 공공자전거 이용정보(월별)" published by the Seoul Metropolitan Government (서울특별시) under Korea Open Government License Type 1 (공공누리 제1유형).
Korean attribution (한국어 출처표시):
본 저작물은 '서울특별시'에서 작성하여 공공누리 제1유형으로 개방한 '서울시 공공자전거 이용정보(월별)'를 이용하였으며, 해당 저작물은 'data.seoul.go.kr'에서 무료로 다운받으실 수 있습니다.
License: CC-BY-4.0
