<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tryagain2020</author_name>
  <author_url>https://blog.hatena.ne.jp/tryagain2020/</author_url>
  <blog_title>やる気ないおっさんの日常</blog_title>
  <blog_url>https://yarukinailog.hateblo.jp/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>こんにちは。ちゃあ少佐です。 Python 学習20日目 今日はSeriesについて勉強しますです。 表の中から一列分だけ抜き出したものをSeriesというらしい。 import pandas as pd sample_list = ['a', 'b', 'c', 'd']series = pd.Series(sample_list) print(series) print(list(series.index)) s_values = series.values s_indexes = series.index.values print(s_values) print(s_indexes) 結…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyarukinailog.hateblo.jp%2Fentry%2F2020%2F06%2F08%2F080616&quot; title=&quot;Python Seriesについて - やる気ないおっさんの日常&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://images.pyq.jp/repo/prod/pandas_structure_series/pandas_structure_1.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-06-08 08:06:16</published>
  <title>Python Seriesについて</title>
  <type>rich</type>
  <url>https://yarukinailog.hateblo.jp/entry/2020/06/08/080616</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
