🖥️ IT, 컴퓨터/🐍 Python
[Python] 데이터프레임의 모든 열이름 확인하기 :: df.columns
김 홍시
2024. 8. 8. 22:28
반응형
print(df.columns.tolist())
반응형