Untitled

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

Reply to "Untitled"

Here you can reply to the paste above