강의

멘토링

커뮤니티

Inflearn Community Q&A

rkathdus1482's profile image
rkathdus1482

asked

Getting Started with Machine Learning (Basic Principles + Beginner Practice)

실습3 삭제데이터 복구하기

Written on

·

471

0

안녕하세요 ! 타이타닉 실습3에서 Sex 를 삭제하는 줄 알고 냅다 

train =train.drop(['Sex'], axis =1)
test =test.drop(['Sex'], axis =1)
 
코드로 삭제해버렸습니다. 혹시나 mapping 코드를 작성했더니 역시나 삭제된 데이터이니 오류가 뜨더라구요
 
잘못삭제한 데이터를 다시 복구시킬 수 있는 방법이 있을까요 ?
 
 
파이썬머신러닝 배워볼래요? 딥러닝데이터삭제데이터복구

Answer

This question is waiting for answers
Be the first to answer!
rkathdus1482's profile image
rkathdus1482

asked

Ask a question