微信扫一扫
df_test = pd.DataFrame( data=[ ['a'], ['A', 'B'], range(1,3) ] ).T.fillna(method='ffill') df_test
相关推荐