Columns to proportions
Converts values into the proportion they represented in their original column.

Inputs
- 
    
Data — Tensor
2D tensor (a table) to transform.
 - 
    
Column(s) — List of Integer
Index(es) of the column(s) to transform.
 
Outputs
- 
    
Scaled data — Tensor
Resulting transformed table.