강의

멘토링

커뮤니티

Inflearn Community Q&A

angelcuu71219's profile image
angelcuu71219

asked

Pandas Pandas Data Analysis Basics Practice

Creating and modifying rows and columns

데이터프레임을 만들 때 딕셔너를 자주 쓰시는 이유가 있나요?

Written on

·

204

1

딕셔너리를 사용해서 데이터프레임을 만들면 key값을 계속 입력해야 되는 번거로움이 있어서요.

리스트로 만들면 한번만 리스트로 컬럼값을 묶어주고 파라미터로 반환시켜주면 되는데, 딕셔너리를 자주 쓰시길래 궁금해서 올립니다.

pandas

Answer

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

asked

Ask a question