<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>round-rand</author_name>
  <author_url>https://blog.hatena.ne.jp/round-rand/</author_url>
  <blog_title>ランドML</blog_title>
  <blog_url>https://ml-rand-note.hatenablog.com/</blog_url>
  <categories>
    <anon>Pandas</anon>
  </categories>
  <description>使用データ iat(index・column番号から) at(index・column名から) iloc(番号による範囲取得) loc(文字列による範囲取得) 条件を満たす行 or 列のみ取得 使用データ 以下の例では次のDataFrameを使用しています。 import pandas as pd df = pd.DataFrame([[1, 2, 3], [4, 5, 6], [7, 8, 9]], index=[&quot;Zero&quot;, &quot;One&quot;, &quot;Two&quot;], columns=[&quot;X&quot;, &quot;Y&quot;, &quot;Z&quot;]) iat(index・column番号から) dataFrame.iat[index番…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fml-rand-note.hatenablog.com%2Fentry%2Fpandas-df-access&quot; title=&quot;【Pandas】データ抽出（at, iat, iloc, loc, 条件指定） - ランドML&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/r/round-rand/20250125/20250125165129.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-01-26 00:00:00</published>
  <title>【Pandas】データ抽出（at, iat, iloc, loc, 条件指定）</title>
  <type>rich</type>
  <url>https://ml-rand-note.hatenablog.com/entry/pandas-df-access</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
