import pandas as pd # if you wish, you can set column names and dtypes here df = pd.DataFrame() # must reassign since the append method does ...
確定! 回上一頁