<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nekoyukimmm</author_name>
  <author_url>https://blog.hatena.ne.jp/nekoyukimmm/</author_url>
  <blog_title>ねこゆきのメモ</blog_title>
  <blog_url>https://nekoyukimmm.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>pandas</anon>
  </categories>
  <description>データフレーム上の文字列値を切り取る。 In [31]: df = pd.DataFrame([['abcdeft','hijklmn'],['0123456','7890ast']]) In [32]: df Out[32]: 0 1 0 abcdeft hijklmn 1 0123456 7890ast In [33]: df[0].str[0] Out[33]: 0 a 1 0 Name: 0, dtype: object In [34]: df[0].str[0:3] Out[34]: 0 abc 1 012 Name: 0, dtype: object In [35]: df[0].…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekoyukimmm.hatenablog.com%2Fentry%2F2015%2F04%2F09%2F161548&quot; title=&quot;&amp;lt;Python, pdandas&amp;gt; データフレームの上の文字列を切り取る - ねこゆきのメモ&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>2015-04-09 16:15:48</published>
  <title>&lt;Python, pdandas&gt; データフレームの上の文字列を切り取る</title>
  <type>rich</type>
  <url>https://nekoyukimmm.hatenablog.com/entry/2015/04/09/161548</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
