LoginSignup
0
0

More than 1 year has passed since last update.

競馬予想AI 勉強メモ#1 pandas DataFrameの特定行の抽出方法

Posted at

競馬予想AI作成中にpandasのDataFrameの特定行を抽出したくなった際のメモです。
(参照:https://www.yutaka-note.com/entry/pandas_access#DataFrame%E3%81%AE%E8%A1%8C%E5%88%97%E5%80%A4%E3%82%92%E6%8A%BD%E5%87%BA%E3%81%99%E3%82%8B%E6%96%B9%E6%B3%95)

特定の行を指定|df.loc[インデックス名, : ] または df.loc[インデックス名]

以上。これだけ!!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0