I have a datatable frame with about 30 columns, here I wanted to look at only 26 cols by keeping the remaining 4 columns a side in Frame,
would the unary operator be useful to deselect the columns as follows
DT[:,-(f.x)]
I have tried it but it's inserting the operator to the column values, could you please let me know how to do it in pydatatable way?.