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
- 서평단
- Blog
- 시각화
- 한빛미디어서평단
- 텐서플로
- 파이썬 시각화
- 매틀랩
- 리눅스
- tensorflow
- Python
- python visualization
- Pandas
- MySQL
- 파이썬
- matplotlib
- Visualization
- 한빛미디어
- Google Analytics
- 독후감
- 통계학
- 월간결산
- 티스토리
- 서평
- SQL
- Tistory
- 블로그
- MATLAB
- 딥러닝
- Linux
- Ga
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