From 808cb3fcfb5d0c35339ce3ec41c93878aa977543 Mon Sep 17 00:00:00 2001 From: Doyoung01 <74997144+Doyoung01@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:39:13 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2fe5571..e32a364 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ delete from subway_monthly_time_slot_passenger_counts where line == "1호선" an 1. 지하철 역별 위도 경도 데이터 로드 2. 터미널에서 다음을 실행: `python manage.py fetch_subway_lat_lng_data` +1. 지하철 호선별 시간대별 혼잡도 데이터 로드 +2. 터미널에서 다음을 실행 : `python manage.py fetch_degree_data` + #### 초기화
  1. 지하철 역별 시간대별 승하차인원 데이터 초기화