Skip to content

Instantly share code, notes, and snippets.

@iktakahiro
Created July 29, 2017 03:58
Show Gist options
  • Save iktakahiro/d29b5b5ff2ba56ab820b5676357473f4 to your computer and use it in GitHub Desktop.
Save iktakahiro/d29b5b5ff2ba56ab820b5676357473f4 to your computer and use it in GitHub Desktop.
scatter_matrix() 関数 のコードについて変更があります
from pandas.plotting import scatter_matrix
scatter_matrix(lego_df[['pieces', 'us_price', 'owner', 'want_it']],
figsize=(8, 8))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment