You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python implementation of polars allows an option how = "diagonal" in the pl.concat() when DataFrames don't have the same columns. I tried with nodejs-polars but it seems that this is not implemented:
The python implementation of polars allows an option
how = "diagonal"
in thepl.concat()
when DataFrames don't have the same columns. I tried with nodejs-polars but it seems that this is not implemented:Thank you for this amazing library.
The text was updated successfully, but these errors were encountered: