I have two DataFrame with same column names need to merge, Concat with concat_policy::all_columns will work fine, but concat return a StdDataFrame will copy all data of two DataFrame which may cause performance issues, could you add an View interface ?
self_concat will modify the first DataFrame, but we want to keep the original DF.
Hi
I have two DataFrame with same column names need to merge, Concat with concat_policy::all_columns will work fine, but concat return a StdDataFrame will copy all data of two DataFrame which may cause performance issues, could you add an View interface ?
self_concat will modify the first DataFrame, but we want to keep the original DF.
thanks for your great work in advance.