작성일자 : 2024-09-25수정일자 : 2024-09-29Ver 0.1.21. 데이터 준비Terra Mystica Snellman Statistics Terra Mystica Snellman StatisticsGame logs and statistics from online games of Terra Mysticawww.kaggle.com2. EDA - 데이터 파악# 모듈 importimport osimport pandas as pdimport numpy as npimport seaborn as snsimport matplotlib.pyplot as pltfrom matplotlib.gridspec import GridSpec# Directory 확인os.getcwd()'/Users/limjongju..
데이터분석
작성일자 : 2024-09-21수정일자 : 2024-09-26Ver 0.1.2Matplotlib 해부도subplot() 이용 matplotlib.pyplot.subplot — Matplotlib 3.5.3 documentationThree integers (nrows, ncols, index). The subplot will take the index position on a grid with nrows rows and ncols columns. index starts at 1 in the upper left corner and increases to the right. index can also be a two-tuple specifying the (first, last) inmatplotlib.org..
작성일자 : 2024-09-21Ver 0.1.1대표 표현 방식matplotlib은 대표적으로 stateless API(Objected-based) 방식과 statefull API(state-based) 방식으로 사용할 수 있다.stateless 방법은 내가 지정한 figure, 내가 지정한 ax에 그림을 그리는 방법 (import matplotib)이고, stateful 방법은 현재의 figure, 현재의 ax에 그림을 그리는 방법 (import matplotlib.pyplot)이다. stateful 방법은 stateless 방법을 쉽게 사용하기 위한 방법이다. 이에 stateless 만큼 정교한 작업은 할 수 없다.figure그림을 그리기 전 액자의 모양과 크기를 정하는 것그림은 figure(액자)에 ..
작성일자 : 2024-09-17Ver 0.1.1 AreaArea는 단일 면적 모양으로 다중 데이터 요소를 나타낸다. 면적 표시는 종종 단일 면적 또는 stack 면적을 사용하여 시간 경과에 따른 변화를 표시하는 데 사용된다.속성속성유형설명alignanyOf(Align,ExprRef)The horizontal alignment of the text or ranged marks (area, bar, image, rect, rule). One of "left", "right", "center".Note: Expression reference is not supported for range marks.baselineanyOf(TextBaseline, ExprRef)For text marks, the verti..