Python

작성일자 : 2024-09-16Ver 0.1.1 Arc MarkArc Mark는 중심점과 각도 및 방사형 범위로 정의되는 원형 원호이다. Arc 표시는 일반적으로 Pie 및 Donut 차트와 같은 방사형 플롯에 사용된다.속성Arc 마크 정의에는 표준 마크 속성과 다음과 같은 특수 속성이 포함될 수 있다.속성유형설명radiusanyOf(number,ExprRef)For arc Mark, the primary (outer) radius in pixels.For text marks, polar coordinate radial offset, in pixels, of the text from the origin determined by the x and y properties.Default value : min(..
작성일자 : 2024-05-09Ver 0.1.1  시간 구간별 선수 활동량 지표 집계 및 시각화¶In [1]: import os# directory 변경new_dir = '/Users/limjongjun/Desktop/JayJay/Growth/Python/soccer-analytics'os.chdir(new_dir)import numpy as npimport pandas as pdfrom tqdm import tqdmimport matplotlib.pyplot as pltfrom src.plot_utils import draw_pitch (1) 가공 데이터 불러오기¶In [3]: match_id = 1# file = f'data_metrica/Sample_Game_{match_id}..
작성일자 : 2024-05-08Ver 0.1.1 데이터 준비¶In [1]: import os# directory 변경new_dir = '/Users/limjongjun/Desktop/JayJay/Growth/Python/soccer-analytics'os.chdir(new_dir)import numpy as npimport pandas as pdfrom tqdm import tqdmimport matplotlib.pyplot as pltfrom src.plot_utils import draw_pitch (1) 가공 데이터 불러오기¶In [3]: match_id = 1file = f'data_metrica/data/Sample_Game_{match_id}/Sample_Game_{mat..
작성일자 : 2024-05-07Ver 0.1.1강의에서 소개된 파이썬 주요 기능¶ffmpeg: https://anaconda.org/conda-forge/ffmpeg터미널에서 conda install -c conda-forge ffmpeg 명령어 실행scipy.signal.savgol_filter: https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.savgol_filter.htmlmatplotlib.pyplot.quiver: https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.quiver.htmlmatplotlib.animation.FFMpegWriter: https://matplo..
Unlimited Jun
'Python' 태그의 글 목록 (9 Page)