<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>PX-WING</author_name>
  <author_url>https://blog.hatena.ne.jp/PX-WING/</author_url>
  <blog_title>フリーランス　技術調査ブログ</blog_title>
  <blog_url>https://px-wing.hatenablog.com/</blog_url>
  <categories>
    <anon>pandas</anon>
    <anon>python</anon>
  </categories>
  <description>はじめに 下記の動画の２０本ノックを試してみた。 www.youtube.com 20本ノックを試した結果 import pandas as pd # 1本目 データの読み込み df = pd.read_csv(&quot;./weather.csv&quot;); # 2本目 データの中身の確認(先頭３行、末尾１０行を表示) df.head(3) df.tail(10) # 3本目 不要な列、特定の行の削除 df.columns ## 下記の方法は必要な列だけを指定してデータを抽出する方法 df = df[['年月日', '平均気温(℃)', '最高気温(℃)','最低気温(℃)','降水量の合計(mm)','…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpx-wing.hatenablog.com%2Fentry%2F2022%2F02%2F17%2F082542&quot; title=&quot;pandasの20本ノックをやってみた。 - フリーランス　技術調査ブログ&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-02-17 08:25:42</published>
  <title>pandasの20本ノックをやってみた。</title>
  <type>rich</type>
  <url>https://px-wing.hatenablog.com/entry/2022/02/17/082542</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
