<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: buhtz</title>
    <description>The latest articles on DEV Community by buhtz (@buhtz).</description>
    <link>https://dev.to/buhtz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F995136%2F347d6e03-5384-4219-ba00-2427b4ba84d7.jpeg</url>
      <title>DEV Community: buhtz</title>
      <link>https://dev.to/buhtz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/buhtz"/>
    <language>en</language>
    <item>
      <title>How to know if a Pandas DataFrame was modified</title>
      <dc:creator>buhtz</dc:creator>
      <pubDate>Wed, 24 May 2023 19:43:44 +0000</pubDate>
      <link>https://dev.to/buhtz/how-to-know-if-a-pandas-dataframe-was-modified-4cn</link>
      <guid>https://dev.to/buhtz/how-to-know-if-a-pandas-dataframe-was-modified-4cn</guid>
      <description>&lt;p&gt;I would like to know if a &lt;code&gt;pandas.DataFrame&lt;/code&gt; was modified or not.&lt;/p&gt;

&lt;p&gt;One idea is to create a hash value for the whole data frame.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;# Credits: https://stackoverflow.com/a/62754084/4865723&lt;br&gt;
hashlib.sha1(pd.util.hash_pandas_object(df).values).hexdigest()&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;But I wonder if there might be another way doing this. Any ideas?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
