brekelma / dsbox_corex

Apache License 2.0
0 stars 0 forks source link

Unique column names #3

Closed kyao closed 5 years ago

kyao commented 5 years ago

The column names corex adds are not unique. They are 0, 1, 2 and so on. This sometimes confuses other primitives.

Would you please create unique column names, such as corex_0, corex_1, and so on.

@serbanstan @brekelma

kyao commented 5 years ago

By the way, what I mean is the dataframe column names, not the metadata column names.

02-17 14:39:03 [INFO] redirect -- (Pdb)
data.head()
02-17 14:39:15 [INFO] redirect --      0    0         1         2         3         4
02-17 14:39:15 [INFO] redirect -- 0  143  143  0.235321  0.669405  0.513776  0.261158
02-17 14:39:15 [INFO] redirect -- 1   14   14  0.202479  0.692948  0.522003  0.305493
02-17 14:39:15 [INFO] redirect -- 2   72   72  0.235778  0.671245  0.499026  0.259296
02-17 14:39:15 [INFO] redirect -- 3  135  135  0.208009  0.691362  0.509344  0.273949
02-17 14:39:15 [INFO] redirect -- 4   82   82  0.214998  0.680114  0.516318  0.280843
serbanstan commented 5 years ago

Should now be corex_0, corex_1 etc.