scatter plot requires data to be pivot_wide with target names. This throws up error when data is repeated in non_unique columns. How can this be avoided?
Discarding the repeated data
Passing in more columns that differentiate between data
Currently scatter plot is skipped with a message when there is repeated names
scatter plot requires data to be pivot_wide with target names. This throws up error when data is repeated in non_unique columns. How can this be avoided?
Currently scatter plot is skipped with a message when there is repeated names