Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Tistory
- 텐서플로
- Blog
- 서평단
- 파이썬
- tensorflow
- 티스토리
- SQL
- 한빛미디어서평단
- Pandas
- 통계학
- 파이썬 시각화
- python visualization
- Linux
- MySQL
- 매틀랩
- Ga
- Visualization
- 월간결산
- matplotlib
- 딥러닝
- 독후감
- MATLAB
- Python
- Google Analytics
- 리눅스
- 서평
- 시각화
- 블로그
- 한빛미디어
Archives
- Today
- Total
목록작업 스케줄러 (1)
pbj0812의 코딩 일기

0. 목표 - 개발환경이 열악한 윈도우즈 환경에서의 자동화 1. flow chart 1) python으로 현재시간 확인 2) 1)의 결과를 구글 스프레드 시트에 자동으로 입력 3) 작업 스케줄러로 업무 자동화 실행 2. 예제 코드 제작(구글시트 연결 참고) 1) 라이브러리 호출 import gspread from oauth2client.service_account import ServiceAccountCredentials from datetime import datetime 2) 현재 시간 계산 time = str(datetime.now()) 3) 구글 스프레드시트 연결(구글시트 연결 참고) scope = ['https://spreadsheets.google.com/feeds'] json_file_nam..
빅데이터/자동화
2020. 1. 27. 00:38