Remove object from H2O.
detailed error messages: Rollups not possible, because Vec was deleted: $04ff05000000ffffffffb39786c2718087b2014f877a0d850594$"
[Row(fisrt=1, second=1, third=2, fouth=50, fifth=0, sixth=0, label=1)]
fisrt second third fouth fifth sixth label
------- -------- ------- ------- ------- ------- -------
1 1 2 50 0 0 1
[1 rows x 7 columns]
[Row(fisrt=3, second=1, third=7, fouth=52, fifth=0, sixth=3, label=1)]
fisrt second third fouth fifth sixth label
------- -------- ------- ------- ------- ------- -------
1 1 2 50 0 0 1
[1 rows x 7 columns]
[Row(fisrt=3, second=1, third=5, fouth=0, fifth=2, sixth=3, label=1)]
fisrt second third fouth fifth sixth label
------- -------- ------- ------- ------- ------- -------
1 1 2 50 0 0 1
[1 rows x 7 columns]
[Row(fisrt=1, second=1, third=3, fouth=26, fifth=1, sixth=1, label=1)]
fisrt second third fouth fifth sixth label
------- -------- ------- ------- ------- ------- -------
1 1 2 50 0 0 1As I see I can delete a dataframe by delete operation: