<?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: Reformating data in a feature class/table in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325279#M25295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use &lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/summarizing-data-in-a-table.htm" title="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/summarizing-data-in-a-table.htm"&gt;Summarizing data in a table—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2015 18:46:31 GMT</pubDate>
    <dc:creator>WesMiller</dc:creator>
    <dc:date>2015-12-16T18:46:31Z</dc:date>
    <item>
      <title>Reformating data in a feature class/table</title>
      <link>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325278#M25294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I received a feature class that is currently in the format, illustrated below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #C6C6C6;" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;AREA&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;POPUNDER20&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;POPOVER20&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;POPOVER50&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;TAMPA&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;TAMPA&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;2000&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;MIAMI&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;MIAMI&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;MIAMI&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;3000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;MONTREAL&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;4000&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;MONTREAL&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;5000&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be needing to re-format this feature class to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #C6C6C6;" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;&lt;STRONG&gt;AREA&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;&lt;STRONG&gt;POPUNDER20&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;&lt;STRONG&gt;POPOVER20&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;&lt;STRONG&gt;POPOVER50&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;TAMPA&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;2000&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;MIAMI&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;3000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;MONTREAL&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;4000&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;5000&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone could recommened a script or a tool that would help reformat, that would be really helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325278#M25294</guid>
      <dc:creator>benberman</dc:creator>
      <dc:date>2015-12-16T18:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reformating data in a feature class/table</title>
      <link>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325279#M25295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use &lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/summarizing-data-in-a-table.htm" title="http://desktop.arcgis.com/en/desktop/latest/manage-data/tables/summarizing-data-in-a-table.htm"&gt;Summarizing data in a table—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:46:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325279#M25295</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-12-16T18:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reformating data in a feature class/table</title>
      <link>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325280#M25296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1%20/index.html#/Summary_Statistics/00080000001z000000/"&gt;Summary Statistics&lt;/A&gt;, using AREA as case field and the other fields as statistics fields should do the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:46:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325280#M25296</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-12-16T18:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reformating data in a feature class/table</title>
      <link>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325281#M25297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does not work. What statistic type would you assign to the other fields, anyway?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 19:38:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325281#M25297</guid>
      <dc:creator>benberman</dc:creator>
      <dc:date>2015-12-16T19:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reformating data in a feature class/table</title>
      <link>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325282#M25298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm... it works for me. Use MAX as the statistic type for each of the pop fields and AREA (the city names) for the case field. MAX should work regardless of whether it's a text or numerical field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't work, how does it not work? Error, blank output, wrong output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.)&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/157123_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;2.)&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/157130_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;3.) &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/157131_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 19:51:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325282#M25298</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-12-16T19:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reformating data in a feature class/table</title>
      <link>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325283#M25299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darren, changing the type to MAX does work. Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 00:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reformating-data-in-a-feature-class-table/m-p/325283#M25299</guid>
      <dc:creator>benberman</dc:creator>
      <dc:date>2015-12-17T00:57:27Z</dc:date>
    </item>
  </channel>
</rss>

