How do you add data to a Vaex DataFrame?
I can see there is add_column()
, but no add/append_row()
I'm looking to use Vaex instead of Pandas.
I believe these is a concat method for this.
df = df_1.concat(df_2)
It's mentioned in the API Documentation as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With