데이터분석

작성일자 : 2024-12-28Ver 0.1.10. Intro Google Analytics란?Google Analytics는 웹사이트 또는 애플리케이션의 방문자 데이터를 수집하고 분석할 수 있는 무료 웹 분석 도구입니다.구글에서 제공하는 이 서비스는 웹사이트의 트래픽, 사용자 행동, 전환율 등을 실시간으로 모니터링하며, 데이터를 기반으로 한 마케팅 및 비즈니스 전략 수립에 도움을 줍니다.주요 특징사용자 행동 분석사용자가 웹사이트에서 어떤 페이지를 방문했는지, 머무른 시간, 클릭한 버튼 등을 추적할 수 있습니다.이를 통해 사용자 흐름을 파악하고 UX/UI 개선에 필요한 인사이트를 얻을 수 있습니다.트래픽 소스 분석웹사이트 방문자가 어떤 경로(예: 검색 엔진, 소셜 미디어, 광고 등)를 통해 유입되었는지 ..
작성일자 : 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(액자)에 ..
Unlimited Jun
'데이터분석' 태그의 글 목록