KOTA ITO

Generation

generate functionMon, 02 Jan 2023

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

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

Questions about programming?Chat with your personal AI assistant