Combine df with concat

# Combine all dataframe with concat
frame_format = [df_f0_f1, df_f1_f2, df_f2_f3, df_f3_f4, df_f4_f5]
df_all = pd.concat(frame_format, sort = False)

 


Revision #1
Created 1 January 2024 07:20:21 by aki
Updated 1 January 2024 07:20:39 by aki