http://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html
- 演算子[]と.は便利だが最適化されたものではないので、productionでは別のものを使うべき
- set演算に伴い参照とコピーのどちらが返るかは文脈に依存する。chained assignment と呼ばれるもので避けるべき。 詳しくはhttp://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#indexing-view-versus-copy