박범준의 일상로그

    PANDAS 2

    파이썬 기초 통계분석

    파이썬에서 기본적인 추리 통계분석 패키지를 사용하는 방법입니다. In [1]: from IPython.core.display import display, HTML display(HTML("")) In [2]: import pandas as pd import numpy as np from scipy import stats 추리통계¶ t 검증¶ 독립표본 t 검증¶ In [3]: sample1=np.random.randint(1000,size=50) sample2=np.random.randint(1000,size=50) print("평균") print(np.mean(sample1)) print(np.mean(sample2)) print("표준편차") print(np.std(sample1)) print(np.s..

    파이썬 2020.10.20

    파이썬 NetworkX 사용법 - 예제

    In [1]: from IPython.core.display import display, HTML display(HTML("")) NetworkX¶ 참고 https://networkx.github.io/documentation/stable/tutorial.html https://networkx.github.io/documentation/stable/reference/generated/networkx.convert_matrix.from_pandas_adjacency.html In [2]: import networkx as nx 무방향성 그래프¶ In [3]: #객체 생성 g1 = nx.Graph() In [4]: #노드 추가 g1.add_node("a") g1.add_node(1) g1.add_node(2..

    파이썬 2020.03.08
    1
    더보기
    프로필사진

    관심사와 관련된 여러가지를 다룹니다.

    • 분류 전체보기 (47)
      • 파이썬 (18)
      • 데이터 분석 (5)
      • 책 (16)
      • 기타 (7)

    Tag

    주피터, 공공데이터, Python, PANDAS, 데이터, jupyternotebook, SQL, 파이썬, 카카오웹툰, 손무, 공공데이터포털, 웹툰크롤링, Review, 분석, t검정, 요약, 크롤링, 데이터분석, 마케팅, 업무자동화,

    최근글과 인기글

    • 최근글
    • 인기글

    최근댓글

    공지사항

    페이스북 트위터 플러그인

    • Facebook
    • Twitter

    Archives

    Calendar

    «   2025/07   »
    일 월 화 수 목 금 토
    1 2 3 4 5
    6 7 8 9 10 11 12
    13 14 15 16 17 18 19
    20 21 22 23 24 25 26
    27 28 29 30 31

    방문자수Total

    • Today :
    • Yesterday :

    Copyright © Kakao Corp. All rights reserved.

    티스토리툴바