iru

  • 홈
  • 태그
  • 방명록

2026/01/08 1

PANDAS

# 데이터 정제와 결손값의 처리# how -> any, all# weather.dropna(axis=0, how='any', inplace=True)pure_weather = weather.dropna(axis=0, how='any', inplace=False)print(pure_weather)print(pure_weather.shape)missing_data = weather[weather['평균풍속'].isna()]print(missing_data)print(weather[weather.isnull().any(axis=1)])print(weather.describe())print(pure_weather.describe())​d_df = pd.DataFrame(data = [[10,20,30,40], ..

머신러닝 2026.01.08
이전
1
다음
더보기
프로필사진

iru

  • 분류 전체보기 (167)
    • 공부 (0)
    • Docker (11)
    • Kubernetes (0)
    • c (16)
    • c++ (13)
    • python (5)
    • SQL (1)
    • OpenCV (3)
    • ... (0)
    • 터틀봇 (4)
    • 로봇팔 (1)
    • 머신러닝 (10)
    • ROS2 (2)
    • 아두이노 (10)

Tag

s3, SplashScreen, 일렉트론, 코틀린, 인천인력개발원, 인천AI로봇, node, KDT, 자바스크립트, 티스토리챌린지, electron-builder, 스프링, 오블완, 인천국비교육, 노드,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2026/01   »
일 월 화 수 목 금 토
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 © AXZ Corp. All rights reserved.

티스토리툴바