<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rare_Remrin</author_name>
  <author_url>https://blog.hatena.ne.jp/rare_Remrin/</author_url>
  <blog_title>Remrinのpython攻略日記</blog_title>
  <blog_url>https://python-remrin.hatenadiary.jp/</blog_url>
  <categories>
    <anon>python</anon>
    <anon>ライブラリ</anon>
    <anon>pandas</anon>
  </categories>
  <description>pandasライブラリの使い方。 pandasはSeries(1次元)とDataFrame(2次元)という2つのデータ構造を持つ。 今回はまずSeriesの使い方。 ○シリーズ（１次元配列）を作る。 import pandas as pd l = [3, 4, 5, 6, 7] series = pd.Series(l) print(series) # 0 3 # 1 4 # 2 5 # 3 6 # 4 7 # dtype: int64 index(label)が自動で割り振られます。 indexだけの取得：Series.index 値だけの取得 ：Series.values print(s1…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpython-remrin.hatenadiary.jp%2Fentry%2F2017%2F05%2F02%2F141016&quot; title=&quot;pandasの使い方（１） - Remrinのpython攻略日記&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>2017-05-02 14:10:16</published>
  <title>pandasの使い方（１）</title>
  <type>rich</type>
  <url>https://python-remrin.hatenadiary.jp/entry/2017/05/02/141016</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
