승하차기록파일 1. 년월, 역이름 으로 필터 2. 필터된 승하차 총합을 구함 3. plotly 설치후 그래프로 표시 def read_file(path): with open(path, "r") as f: return f.readlines() class Log: def __init__(self, date=None, line=None, station=None, in_outs=None): self.date = date self.line = line self.station = station self.in_outs = in_outs def __str__(self): return f"{self.__dict__}" @classmethod def line_to_list(cls, line): line = line.repl..
시간 데이타 파일 더보기 22 25 0 5 30 195 17 40 200 17 15 210 0 40 -50 8 40 -200 22 10 -50 2 15 910 23 20 100 10 50 -20 8 40 200 결과 더보기 22:25 8:45 21:0 20:45 23:50 5:20 21:20 17:25 1:0 10:30 12:0 def read_file(path): with open(path, "r") as f: return f.readlines() def write_file(path, lines): with open(path, "w") as f: f.writelines(lines) def lines_to_rows(lines): rows = list(map(lambda x: x.replace("\n", ..
- Total
- Today
- Yesterday
- GIT
- admin.py
- 면접답변
- 면접정답
- 파이썬
- Python
- 모바일 테마 적용
- django chatbot
- wsgi
- virtualenv
- django
- 문서 비교
- 장고 플러스친구 자동응답
- 모바일 스킨 적용
- PuTTYGen
- Tistory
- 파이썬 프로그래밍
- chatbot
- 플러스친구 자동응답
- gitignore
- 장고 카톡 자동응답
- gitlab
- 파이썬 강좌
- 파이썬 독학
- 파이썬 입문
- 엑셀 비교
- 장고
- 이미지 비교
- 문과 코딩
- pycrypto
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |