개발자로 취직하기

개발자로 취직하기

  • 개발자로 취직하기 YouTube
RSS 피드
로그인
로그아웃 글쓰기 관리

개발자로 취직하기

컨텐츠 검색

태그

PANDAS 코딩테스트 네카라쿠배 파이썬 독학 알고리즘 프로그래머스 개발자 취직 공부 코딩 테스트 설명 백준 해시 풀이 Python 코딩 해설 Java 자바 파이썬

최근글

댓글

공지사항

아카이브

Titanic(2)

  • [Python.TitanicOverview] 데이터 전처리 2 - 결측치 처리

    1. 결측치 처리 예제 In [1]:import pandas as pd import numpy as np In [2]:#https://chrisalbon.com/python/data_wrangling/pandas_missing_data/ raw_data = {'first_name': ['Jason', np.nan, 'Tina', 'Jake', 'Amy'], 'last_name': ['Miller', np.nan, 'Ali', 'Milner', 'Cooze'], 'age': [42, np.nan, 36, 24, 73], 'sex': ['m', np.nan, 'f', 'm', 'f'], 'preTestScore': [4, np.nan, np.nan, 2, 3], 'postTestScore': [25, np...

    2021.02.26
  • [Python.TitanicOverview] 데이터 입력 및 전처리

    1. 데이터 입력 In [1]:import pandas as pd import os import matplotlib.pyplot as plt import numpy as np import seaborn as sns In [2]:sns.set(style='white') #white background style for seaborn plots sns.set(style='whitegrid', color_codes=True) In [3]:DATA_DIR='titanic' os.listdir(DATA_DIR) Out[3]:['test.csv', 'train.csv'] In [4]:data_files = reversed([os.path.join(DATA_DIR, filename) for filename in os..

    2021.02.25
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바