Python Pandas 導入dta文件的方法

STATA的dta文件原來也能夠由python直接讀入,記錄一下方法:python f=r'D:\file_location\file_name.dta' name=pd.read_stata(f)
相關文章
相關標籤/搜索