인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

nova020510's profile image
nova020510

asked

Pandas Pandas Data Analysis Basics Practice

Save as a dataframe file

index 질문이요

Written on

·

182

0

index 값이 0부터 시작하잖아요?

index 값을 1부터 시작하게 할려면 어떻게 해야 할까요?

pandas

Answer 1

0

df.index=df.index+1

 

저도 검색으로 찾았습니다....

nova020510's profile image
nova020510

asked

Ask a question