<?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>pandas</anon>
    <anon>Python</anon>
  </categories>
  <description>データフレームDataFlameのコピーは、=だけではだめらしい。。。初めてしった。。。 In [207]: df = pd.DataFrame(data=[(0,1),(2,3)]) In [208]: df Out[208]: 0 1 0 0 1 1 2 3 In [209]: df1 = df In [210]: df1.ix[0,0]=99 In [211]: df1 Out[211]: 0 1 0 99 1 1 2 3 In [212]: df Out[212]: 0 1 0 99 1 1 2 3 と、いうことで、=はコピーでなく、リンクを作成している。 コピーを作成するのは、.co…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekoyukimmm.hatenablog.com%2Fentry%2F2015%2F07%2F29%2F173809&quot; title=&quot;&amp;lt;Python, pandas&amp;gt; DataFlame.copy() - ねこゆきのメモ&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-07-29 17:38:09</published>
  <title>&lt;Python, pandas&gt; DataFlame.copy()</title>
  <type>rich</type>
  <url>https://nekoyukimmm.hatenablog.com/entry/2015/07/29/173809</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
