강의

멘토링

커뮤니티

Inflearn Community Q&A

ajh74575661's profile image
ajh74575661

asked

Pandas Pandas Data Analysis Basics Practice

Selecting and filtering dataframe rows and columns

행 삽입

Written on

·

318

0

동영상과 같이 했는데 에러가 나네요

어떻게 해야 하나요

pandas

Answer 1

1

np.where(df['job'] != 'student', 'yes', 'no')

ajh74575661's profile image
ajh74575661

asked

Ask a question