2017-12-21 3 views

답변

1

팬더 read_csv() 다음 코드

import pandas as pd 
df = pd.read_csv('path to your file goes here') 
+0

그리고 xls/xlsx 파일이 있다면? – gunr2171

+0

은 read_excel() 메소드를 사용합니다. 여기에있는 문서 : https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html – Usernamenotfound

관련 문제