<?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 Learning Python for ArcMap in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/learning-python-for-arcmap/m-p/682195#M38704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am looking to&amp;nbsp; delete a specific rows from an attribute table that have specific names. I thought I could possibly use the arcpy. da.UpdateCurser function and end it with Delete Row, that is not working for me. This is what I am using, I am getting a parsing error on line 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; with arcpy.da.UpdateCursor("Export_Output", ["ZONE_SUBTY"]) as row:&lt;BR /&gt;... for row in row:&lt;BR /&gt;... if row in "AREA OF MINIMAL FLOOD HAZARD"&lt;BR /&gt;... row.deleteRow(row)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2018 21:21:51 GMT</pubDate>
    <dc:creator>RyanPhillips2</dc:creator>
    <dc:date>2018-11-21T21:21:51Z</dc:date>
    <item>
      <title>Learning Python for ArcMap</title>
      <link>https://community.esri.com/t5/data-management-questions/learning-python-for-arcmap/m-p/682195#M38704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am looking to&amp;nbsp; delete a specific rows from an attribute table that have specific names. I thought I could possibly use the arcpy. da.UpdateCurser function and end it with Delete Row, that is not working for me. This is what I am using, I am getting a parsing error on line 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; with arcpy.da.UpdateCursor("Export_Output", ["ZONE_SUBTY"]) as row:&lt;BR /&gt;... for row in row:&lt;BR /&gt;... if row in "AREA OF MINIMAL FLOOD HAZARD"&lt;BR /&gt;... row.deleteRow(row)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 21:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/learning-python-for-arcmap/m-p/682195#M38704</guid>
      <dc:creator>RyanPhillips2</dc:creator>
      <dc:date>2018-11-21T21:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Learning Python for ArcMap</title>
      <link>https://community.esri.com/t5/data-management-questions/learning-python-for-arcmap/m-p/682196#M38705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;if row[1] == "AREA OF MINIMAL FLOOD HAZARD":&amp;nbsp; # don't forget the colon at the end of the line&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 23:11:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/learning-python-for-arcmap/m-p/682196#M38705</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-11-21T23:11:57Z</dc:date>
    </item>
  </channel>
</rss>

