I have a pandas Dataframe that has 3 features(columns), namely X,Y and Z. X and Y are lists that contain data, whereas Z contains a list of string values(colors -Red & Blue). I want a scatter plot with x-axis as feature X and y-axis with feature Y, with the scatter points colored according to the values in Z.I have a pandas Dataframe that has 3 features(c