python 去读DAT文件

import  pandas  as pd
df=pd.read_stata('cepsw2studentEN.dta')#
print(df.head())

import pandas as pd

df=pd.read_stata('cepsw2studentEN.dta')#

print(df.head())

你可能感兴趣的:(pythonbug记录,python,django,numpy,pandas)