使用 pandas 導出數據

import pandas as pd


# In[58]:

df = pd.DataFrame(houselist)


# In[59]:

df


# In[61]:

df.to_csv('lianjia')
相關文章
相關標籤/搜索