<?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: I am looking to find all fields that have all NULLs in a mxd and turn them off in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/i-am-looking-to-find-all-fields-that-have-all/m-p/652194#M50797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there an error, or what is the problem? What version of ArcGIS are you on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2016 17:19:13 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2016-03-11T17:19:13Z</dc:date>
    <item>
      <title>I am looking to find all fields that have all NULLs in a mxd and turn them off</title>
      <link>https://community.esri.com/t5/python-questions/i-am-looking-to-find-all-fields-that-have-all/m-p/652193#M50796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I this is the code I have tried so far &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for lyr in arcpy.mapping.ListLayers(mxd):&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fields = arcpy.ListFields(lyr)&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for field in fields:&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rows = arcpy.SearchCursor(lyr,"","","","")&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for row in rows:&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for field in fields.keys():&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fields[field].append(row.getValue(field))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a newbie trying to get this to run any and all help would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 14:29:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-am-looking-to-find-all-fields-that-have-all/m-p/652193#M50796</guid>
      <dc:creator>DanMacDonald</dc:creator>
      <dc:date>2016-03-11T14:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking to find all fields that have all NULLs in a mxd and turn them off</title>
      <link>https://community.esri.com/t5/python-questions/i-am-looking-to-find-all-fields-that-have-all/m-p/652194#M50797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there an error, or what is the problem? What version of ArcGIS are you on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 17:19:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-am-looking-to-find-all-fields-that-have-all/m-p/652194#M50797</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-03-11T17:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking to find all fields that have all NULLs in a mxd and turn them off</title>
      <link>https://community.esri.com/t5/python-questions/i-am-looking-to-find-all-fields-that-have-all/m-p/652195#M50798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a need for this from an analysis perspective? Or is this just a preference on presentation?&lt;/P&gt;&lt;P&gt;If is the first, there are ways to handle nulls in data processing and analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 17:35:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/i-am-looking-to-find-all-fields-that-have-all/m-p/652195#M50798</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-11T17:35:04Z</dc:date>
    </item>
  </channel>
</rss>

