Plotting scatter plot of pandas dataframe with both categorical and numerical data

后端 未结 0 1286
死守一世寂寞
死守一世寂寞 2021-01-16 22:43

I am trying to plot a scatter plot of the following type of pandas dataframe:

df = pd.DataFrame([[\'RH1\', 1, 3], [\'RH2\', 0, 3], [\'RH3\', 2, 0], [\'RH4\',          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题