Untitled

From Big Bongo, 1 Year ago, written in Plain Text, viewed 223 times.
URL http://codebin.org/view/36f4a376 Embed
Download Paste or View Raw
  1. data_actual.query('platform == "PS4"').plot(kind = 'scatter', x = 'critic_score', y = 'total_sales', figsize = (12,7),
  2. title='Зависимость продаж от отзывов критиков', ylim=(0, 2.5));
  3.  
  4. data_actual.query('platform == "PS4"')['critic_score'].corr(data_actual.query('platform == "PS4"')['total_sales'])

Reply to "Untitled"

Here you can reply to the paste above