How do I scale columns by another column
Hi there, I have a table that looks like this, a few nominal columns and then lots of numerical columns And I want to make a new "table_scaled" that has the nominal columns copied over and the N(#) columns divided by the "N rows" column and *100 to get a %. I'm trying this code but I'm only getting an empty new table with one blank column, any suggestions? dt = Current Data Table();
NewTable("HOT
...