res = df.loc[ <インデックス名>, <カラム名> ]
とすればいいです。
df.loc[ <インデックス名>, [ <カラム名> ] ]
とするとできないので注意。
Go to list of users who liked
More than 3 years have passed since last update.
res = df.loc[ <インデックス名>, <カラム名> ]
とすればいいです。
df.loc[ <インデックス名>, [ <カラム名> ] ]
とするとできないので注意。
Register as a new user and use Qiita more conveniently
Go to list of users who liked