<?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: How to aggregate data in an attribute table in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401611#M23008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Take a look at creating a summary table: you can summarize on your region field and then create stats on any other field you may have.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still confused, however.&amp;nbsp; So first, I summarize on the column entitled "region."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But then, I have these three questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; What statistic do I need?&amp;nbsp; The average, the sum, or what, please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; Into what column do I place this statistic?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; And here is what really perplexes me:&amp;nbsp; How do I map this data?&amp;nbsp; I guess that I don't understand the difference between an attribute table, to which a shapefile is attached, and a database file.&amp;nbsp; This procedure of creating a summary table apparently creates a database file.&amp;nbsp; But then how do I map the data that gets generated?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am sorry to be so thick on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stanley&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Apr 2013 20:53:53 GMT</pubDate>
    <dc:creator>StanleyMax</dc:creator>
    <dc:date>2013-04-07T20:53:53Z</dc:date>
    <item>
      <title>How to aggregate data in an attribute table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401609#M23006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Among the fields in a shapefile's attribute table are two for state population in 2000 and state population in 2010.&amp;nbsp; For these two, I need to create the percentage change for these and put that result into another field.&amp;nbsp; I will do that with the following formula using the field calculator:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PopulationChange = (pop2010 - pop2000) / pop2000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK.&amp;nbsp; No problem there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But here is what I don't know how to do:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each state is also assigned to a region, and that assignment is in another field.&amp;nbsp; For example, California is in the Pacific Region and Massachusetts is in the New England Region, and so on and so forth.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;aggregate&lt;/SPAN&gt;&lt;SPAN&gt; the population data at this regional level.&amp;nbsp; Thus, I will get the population change from 2000 to 2010 at this aggregated level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not know how to do this aggregation using the field calculator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could someone please tell me how to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stanley&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Apr 2013 01:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401609#M23006</guid>
      <dc:creator>StanleyMax</dc:creator>
      <dc:date>2013-04-07T01:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to aggregate data in an attribute table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401610#M23007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at creating a summary table: you can summarize on your region field and then create stats on any other field you may have.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Apr 2013 13:06:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401610#M23007</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-04-07T13:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to aggregate data in an attribute table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401611#M23008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Take a look at creating a summary table: you can summarize on your region field and then create stats on any other field you may have.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still confused, however.&amp;nbsp; So first, I summarize on the column entitled "region."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But then, I have these three questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; What statistic do I need?&amp;nbsp; The average, the sum, or what, please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; Into what column do I place this statistic?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; And here is what really perplexes me:&amp;nbsp; How do I map this data?&amp;nbsp; I guess that I don't understand the difference between an attribute table, to which a shapefile is attached, and a database file.&amp;nbsp; This procedure of creating a summary table apparently creates a database file.&amp;nbsp; But then how do I map the data that gets generated?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am sorry to be so thick on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stanley&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Apr 2013 20:53:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401611#M23008</guid>
      <dc:creator>StanleyMax</dc:creator>
      <dc:date>2013-04-07T20:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to aggregate data in an attribute table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401612#M23009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;gt; What statistic do I need? The average, the sum, or what, please? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Didn't you say you are interested in the change in population by region?&amp;nbsp; I would take the average of your 'PopulationChange' attribute mentioned in your original post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;gt; Into what column do I place this statistic?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The summary table will create it for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;gt; And here is what really perplexes me: How do I map this data? I guess that I don't understand the difference between an attribute table, to which a shapefile is attached, and a database file. This procedure of creating a summary table apparently creates a database file. But then how do I map the data that gets generated?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll to join the summary table into the attribute table.&amp;nbsp; This is the beauty of using a relational database.&amp;nbsp; The attribute table and the summary table have a common field; 'REGION'.&amp;nbsp; Thus they have a relationship.&amp;nbsp; You will perform a Many to One join: Many records in your attribute table to One record in your Summary table.&amp;nbsp; You can then map it via the Average field from your summary table&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Surely they go over the cool stuff like this in your classes at Townson.&amp;nbsp; Be sure to site this in your footnotes....&amp;nbsp; :cool:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 11:23:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401612#M23009</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-04-08T11:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to aggregate data in an attribute table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401613#M23010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your reply was thorough, instructive, and extraordinarily helpful.&amp;nbsp; It seems to have solved the problem, and I am now getting my map to draw just as I wanted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can assure you that I will give you full credit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you again.&amp;nbsp; You are a great teacher.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stanley&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 01:28:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401613#M23010</guid>
      <dc:creator>StanleyMax</dc:creator>
      <dc:date>2013-04-09T01:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to aggregate data in an attribute table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401614#M23011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad it worked out for you; summary tables and relates/joins are really powerful tool in many different applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the best-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 12:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-aggregate-data-in-an-attribute-table/m-p/401614#M23011</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-04-09T12:57:34Z</dc:date>
    </item>
  </channel>
</rss>

