반응형
인덱스가 1부터 시작하는 데이터 프레임 생성
df.index = df.index+1
코드 예시
import pandas as pd
df = pd.DataFrame({"sales" : [24, 25, 23, 25, 26, 23, 24, 25, 28, 23]})
df.index = df.index+1
반응형
'python' 카테고리의 다른 글
yolov5 사용해보기 (0) | 2023.04.27 |
---|---|
객체 class 매직 키워드 init, repr, str, python 파이썬 (0) | 2023.04.26 |
파이썬 판매량 정규분포, scipy sigma (0) | 2023.04.26 |
bert를 활용한 문장 분류(bert classification), BertForSequenceClassification (0) | 2023.04.25 |
python argparse True False(action="store_true") (0) | 2023.04.24 |
댓글