KOTA ITO

Generation

generate functionMon, 02 Jan 2023

データフレームを縦にユニオンする

def concat_v(df, df2): return pd.concat([df, df2], axis=0) concat_v(df, df2)

Want to kickstart your project?Use the new AI Studio to create your code