Is your feature request related to a problem? Please describe
Sometimes we want to drop all non numerical columns, so we can easily plot an heatmap.
A function which drops all non numerical rows and returns a new table could work well here.
Desired solution
Table.drop_non_numerical_columns()-->Table