回答編集履歴

1

追記

2018/11/20 09:35

投稿

can110
can110

スコア38266

test CHANGED
@@ -8,6 +8,6 @@
8
8
 
9
9
 
10
10
 
11
- ちなみに`df.A`は`dot notation`、`df['A']`は`squared brackets`と呼称するようです。
11
+ ちなみに`df.A`は`dot notation`や`attribute access`、`df['A']`は`bracket notation`や`squared brackets`と海外では呼称するようです。
12
12
 
13
13
  参考:[In a Pandas DataFrame, what's the difference between using squared brackets or dot to 'cal a column?](https://stackoverflow.com/questions/41130255/in-a-pandas-dataframe-whats-the-difference-between-using-squared-brackets-or-d)