Python Pandas 导入dta文件的方法

STATA的dta文件原来也能够由python直接读入,记录一下方法:python f=r'D:\file_location\file_name.dta' name=pd.read_stata(f)
相关文章
相关标签/搜索