Python 2022. 5. 30. 11:38

dataframe column의 index를 가져오는 코드

import pandas as pd

df = pd.read_csv("")

df.columns.get_loc("columns_name")
posted by 초코렛과자
: