분류 전체보기

Created Date : 2023-12-30 Ver 0.1.1 [Thoughts] 좋은 대시보드의 조건 작성일자 : 2023-09-16 대시보드란? BI(Business Intelligence) 영역에서 대시보드는 데이터를 분석하는 데 사용되는 정보 관리 및 데이터 시각화 솔루션 입니다. 대시보드 개발자는 차트, 그래프, 보고서 junius96.com What is Dashboard? The dashboard meant the speedometer in front of the driver's seat of the car or plane and the 'instrument panel' indicating information needed to drive, such as engine speed, speed..
작성일자 : 2023-12-29 Ver 0.1.1 강의에서 소개된 파이썬 주요 기능¶ numpy.ndarray.flatten: https://numpy.org/doc/stable/reference/generated/numpy.ndarray.flatten.html matplotlib.pyplot.text: https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.text.html 위치 추적 데이터 준비¶ In [1]: import os import numpy as np import pandas as pd import matplotlib.pyplot as plt new_dir = '/Users/limjongjun/Desktop/JayJay/Growth/Pyt..
작성일자 : 2023-12-28 Ver 0.1.1 슈팅 데이터 불러오기¶ In [1]: import os import numpy as np import pandas as pd import plotly.graph_objects as go new_dir = '/Users/limjongjun/Desktop/JayJay/Growth/Python/soccer-analytics' os.chdir(new_dir) from src.plot_utils import get_pitch_layout In [2]: shots = pd.read_pickle('data/shots.pkl') shots Out[2]: competition_name match_id event_id period time team_id team_name ..
· Books
작성일자 : 2023-12-27 Ver 0.1.1 1) 동기 : 제 7회 책마중을 위해 선정된 책이었고, 구매를했으나 감기로 인해 참석할 수 없었다. 이에 이번 기회에 읽게 되었다. 2) 한 줄 소개글 상대방의 마음을 헤아리고, ‘우리’의 의미를 생각하게 해주는 책 3) 기억하고 싶은 문장 놀린거 아닌데… 발화자의 의도가 있건 없건 그걸 받아들이는 사람의 입장에서는 상처가 될 수도 있음을 다시금 깨닫게 되는 상황이었다. 나 역시 일상 생활 중에 하는 말에 있어서 나쁜 의도가 없음에도 나의 말을 듣는 사람은 상처를 받을 수 있음을 항상 인지하면서 말을 해야겠음을 다시금 다짐 한다. 우와, 그러면 우리 같이 놀 수 있겠네! ‘나’가 ‘우리’가 되는 순간이다. ‘우리’라는 단어에 대해서 되돌아 보는 계기가 되..
Unlimited Jun
'분류 전체보기' 카테고리의 글 목록 (13 Page)