<?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: Python and Parcel Data in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-and-parcel-data/m-p/44366#M3511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Dan this may also help &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-data-access/updatecursor-class.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-data-access/updatecursor-class.htm"&gt;UpdateCursor—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2016 20:50:14 GMT</pubDate>
    <dc:creator>WesMiller</dc:creator>
    <dc:date>2016-08-09T20:50:14Z</dc:date>
    <item>
      <title>Python and Parcel Data</title>
      <link>https://community.esri.com/t5/python-questions/python-and-parcel-data/m-p/44364#M3509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Python is a bit rusty at this point and what I thought was a simple script has me hung up for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have table of parcel data which includes "qualifiers" noting whether or not a particular record is a condo, a billboard, or cell tower for instance.&amp;nbsp; For the purposes of an analysis I would like to perform, I have added a new "Yes/No" field which is to simply note whether or not a particular record is a condo.&amp;nbsp; Here is the rub.&amp;nbsp; The 'qualifier' for each condo unit has a unique number as a part of the string, meaning that it doesn't simply have a "C", it can be "C007K" or "C127U".&amp;nbsp; No qualifier is duplicated when it comes to condos. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a python script that will recognize that first character in the string as a "C" and subsequently note a "Yes" in the new field I have added to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help you folks can throw my way would be great.&amp;nbsp; If not, a smack in the head to jog my brain!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 16:59:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-and-parcel-data/m-p/44364#M3509</guid>
      <dc:creator>deleted-user-o0qo22IL6bb6</dc:creator>
      <dc:date>2016-08-09T16:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Python and Parcel Data</title>
      <link>https://community.esri.com/t5/python-questions/python-and-parcel-data/m-p/44365#M3510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; a = "C001"&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; a[0] == "C"&lt;/P&gt;&lt;P&gt;True&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 17:04:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-and-parcel-data/m-p/44365#M3510</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-09T17:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Python and Parcel Data</title>
      <link>https://community.esri.com/t5/python-questions/python-and-parcel-data/m-p/44366#M3511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Dan this may also help &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-data-access/updatecursor-class.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-data-access/updatecursor-class.htm"&gt;UpdateCursor—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 20:50:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-and-parcel-data/m-p/44366#M3511</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-08-09T20:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python and Parcel Data</title>
      <link>https://community.esri.com/t5/python-questions/python-and-parcel-data/m-p/44367#M3512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No python needed. write a definition query or select by attribute ' field LIKE "C%" ' and run field calculator&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 19:12:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-and-parcel-data/m-p/44367#M3512</guid>
      <dc:creator>BenNadler</dc:creator>
      <dc:date>2016-08-10T19:12:04Z</dc:date>
    </item>
  </channel>
</rss>

