Notice
Recent Posts
Recent Comments
관리 메뉴

안까먹을라고 쓰는 블로그

[Python] 모두의 데이터분석 with 파이썬 - 참고자료 본문

Language/Python

[Python] 모두의 데이터분석 with 파이썬 - 참고자료

YawnsDuzin 2019. 10. 15. 09:16

 

반응형

출판사 자료실

https://www.gilbut.co.kr/book/view?bookcode=BN002416&pdscode=pds#bookTab

 

모두의 데이터 분석 with 파이썬

실생활 예제로 시작하는 데이터 분석 첫걸음

www.gilbut.co.kr

 

https://docs.python.org/ko/3/library/index.html

 

파이썬 표준 라이브러리 — Python 3.7.5 문서

파이썬 표준 라이브러리 파이썬 언어 레퍼런스 는 파이썬 언어의 정확한 문법과 의미를 설명하고 있지만, 이 라이브러리 레퍼런스 설명서는 파이썬과 함께 배포되는 표준 라이브러리를 설명합니다. 또한, 파이썬 배포판에 일반적으로 포함되어있는 선택적 구성 요소 중 일부를 설명합니다. 파이썬의 표준 라이브러리는 매우 광범위하며, 아래 나열된 긴 목차에 표시된 대로 다양한 기능을 제공합니다. 라이브러리에는 일상적인 프로그래밍에서 발생하는 많은 문제에 대한 표준적인 해

docs.python.org

 

 

 

아나콘다 설치

https://www.anaconda.com/distribution/

 

Anaconda Python/R Distribution - Free Download

Anaconda Distribution is the world's most popular Python data science platform. Download the free version to access over 1500 data science packages and manage libraries and dependencies with Conda.

www.anaconda.com

 

기상자료개방포털

https://data.kma.go.kr/stcs/grnd/grndTaList.do?pgmNo=70

 

기상자료개방포털

지점별로 평균기온과 최저기온, 최고기온의 시계열 분석을 확인합니다. 일자료, 월자료, 연자료에 대해 각각 조회할 수 있습니다. * '지역/지점'의 '지역'은 전국 및 광역 단위의 평균 제공(1973년~) (전국 및 광역별 평균에 사용된 지점은 전국 평균산출에 사용되는 45개 지점이며, 제주도는 제주시와 서귀포시 자료임)

data.kma.go.kr

 

인구통계정보

https://mois.go.kr/frt/a01/frtMain.do

 

행정안전부 대표 누리집

행정안전부 홈페이지에 오신것을 환영합니다.

mois.go.kr

 

교통통계자료

https://pay.tmoney.co.kr/index.dev

 

티머니 카드&페이

티머니카드, 어린이/청소년할인, T마일리지적립, 소득공제, 유통/교통/모바일결제, 고속/시외버스예매

pay.tmoney.co.kr

- "이용안내"  - "대중교통 통계자료" 에서 원하는 월을 선택하여 다운로드

 

 

 

https://matplotlib.org/gallery/color/named_colors.html

 

List of named colors — Matplotlib 3.1.1 documentation

Note Click here to download the full example code List of named colors This plots a list of the named colors supported in matplotlib. Note that xkcd colors are supported as well, but are not listed here for brevity. For more information on colors in matplo

matplotlib.org

 

 

https://matplotlib.org/api/colors_api.html#module-matplotlib.colors

 

matplotlib.colors — Matplotlib 3.1.1 documentation

matplotlib.colors For a visual representation of the Matplotlib colormaps, see: The Color examples for examples of controlling color with Matplotlib. The Colors tutorial for an in-depth guide on controlling color. A module for converting numbers or color a

matplotlib.org

 

https://matplotlib.org/tutorials/colors/colormaps.html

 

Choosing Colormaps in Matplotlib — Matplotlib 3.1.1 documentation

Note Click here to download the full example code Choosing Colormaps in Matplotlib Matplotlib has a number of built-in colormaps accessible via matplotlib.cm.get_cmap. There are also external libraries like [palettable] and [colorcet] that have many extra

matplotlib.org

 

 

반응형
Comments