• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
yjyoon / 웰라인_웹페이지_전력사용량_크롤링 star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
웰라인_웹페이지_전력사용량_크롤링folder_creator.py
Download as .zip file
File name
Commit message
Commit date
README.md
Hello Yona
2023-11-10
customer_list.csv
Hello Yona
2023-11-10
date_string.csv
Hello Yona
2023-11-10
file_download_massive.py
Hello Yona
2023-11-10
folder_creator.py
Hello Yona
2023-11-10
main.py
Hello Yona
2023-11-10
time_interval_list
Hello Yona
2023-11-10
time_interval_list.csv
Hello Yona
2023-11-10
juni 2023-11-10 97aed7c Hello Yona UNIX
Raw Open in browser Change history
import os import pandas as pd base_dir = "/media/juni/T7 Shield/웰라인데이터/" df_c = pd.read_csv("customer_list.csv") df_t = pd.read_csv("time_interval_list") for t in df_t.values: for c in df_c.values: os.makedirs(f"{base_dir}{t[1].replace(' ', '')}/{c[0]}")

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up