<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can Python be used to find duplicate datasets?   in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/can-python-be-used-to-find-duplicate-datasets/m-p/633531#M49362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;depends on what you are comparing, but it is part of the standard module in all versions of python&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.python.org/3/library/filecmp.html" title="https://docs.python.org/3/library/filecmp.html"&gt;filecmp — File and Directory Comparisons — Python 3.8.3 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;moved to &lt;A href="https://community.esri.com/space/2145"&gt;Python&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2020 22:09:51 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2020-05-21T22:09:51Z</dc:date>
    <item>
      <title>Can Python be used to find duplicate datasets?</title>
      <link>https://community.esri.com/t5/python-questions/can-python-be-used-to-find-duplicate-datasets/m-p/633530#M49361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Can Python be used to compare datasets?&amp;nbsp; We have 2 directories stuffed with datasets. I need to sort thru the directories to determine which dataset is a stand-alone vs. a duplicate in a 2nd directories. Any ideas on how to go about this?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2020 19:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-python-be-used-to-find-duplicate-datasets/m-p/633530#M49361</guid>
      <dc:creator>GailMorrison</dc:creator>
      <dc:date>2020-05-21T19:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can Python be used to find duplicate datasets?</title>
      <link>https://community.esri.com/t5/python-questions/can-python-be-used-to-find-duplicate-datasets/m-p/633531#M49362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;depends on what you are comparing, but it is part of the standard module in all versions of python&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.python.org/3/library/filecmp.html" title="https://docs.python.org/3/library/filecmp.html"&gt;filecmp — File and Directory Comparisons — Python 3.8.3 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;moved to &lt;A href="https://community.esri.com/space/2145"&gt;Python&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2020 22:09:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-python-be-used-to-find-duplicate-datasets/m-p/633531#M49362</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-05-21T22:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can Python be used to find duplicate datasets?</title>
      <link>https://community.esri.com/t5/python-questions/can-python-be-used-to-find-duplicate-datasets/m-p/633532#M49363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="background-color: #ffffff; "&gt;We have 2 directories stuffed with datasets.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;What is &lt;EM&gt;your&lt;/EM&gt; definition of dataset in this context?&amp;nbsp; Are these shape files?&amp;nbsp; Are they feature classes within geodatabases?&amp;nbsp; When you say duplicates do you mean the same name?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2020 23:06:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-python-be-used-to-find-duplicate-datasets/m-p/633532#M49363</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-05-21T23:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can Python be used to find duplicate datasets?</title>
      <link>https://community.esri.com/t5/python-questions/can-python-be-used-to-find-duplicate-datasets/m-p/633533#M49364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Joe suggests, it could get real difficult if you have multiple data types and aren't familiar with coding (using arcpy.da.Walk) and several of the tools in this toolset&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/an-overview-of-the-data-comparison-toolset.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/an-overview-of-the-data-comparison-toolset.htm"&gt;An overview of the Data Comparison toolset—Data Management toolbox | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2020 23:43:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-python-be-used-to-find-duplicate-datasets/m-p/633533#M49364</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-05-21T23:43:16Z</dc:date>
    </item>
  </channel>
</rss>

