<?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: Grouping a data frame whilst making a pie chart in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/grouping-a-data-frame-whilst-making-a-pie-chart/m-p/1019424#M36283</link>
    <description>&lt;P&gt;Floris - I wonder if &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/summarize-nearby.htm" target="_self"&gt;Summarize Nearby&lt;/A&gt; would work in this case.&amp;nbsp; But be aware that this GP tool does consume ArcGIS credits if you use the "driving time" or "driving distance" for the Distance Measurement parameter.&amp;nbsp; Reading the ArcGIS Pro help, it seems like this GP tool will create a new feature class that you can Sum the number of buildings within a distance of the parks&lt;/P&gt;</description>
    <pubDate>Sat, 23 Jan 2021 23:24:42 GMT</pubDate>
    <dc:creator>Robert_LeClair</dc:creator>
    <dc:date>2021-01-23T23:24:42Z</dc:date>
    <item>
      <title>Grouping a data frame whilst making a pie chart</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/grouping-a-data-frame-whilst-making-a-pie-chart/m-p/1019176#M36241</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I have a data layer which consists of an attribute table of ~30 columns and ~6000 rows. This table contains information about buildings that are located close to parks in Amsterdam. I want to create a map in which I create for each park in Amsterdam a pie chart which shows the amount of buildings near that park. I know how to make the pie charts and how to display these on a map, the issue here is that I need to group the data to fall into parks. As of now, when I make the pie charts, the pie charts are made for EACH building (as I have 6000 buildings) and hence I need to group these buildings to each park. I have around 6000 observations for just 20 parks. So ideally I want to have 20 pie charts, one for each park.&lt;/P&gt;&lt;P&gt;I used a few tools (e.g. summary statistics) but these all give me back a table and hence I cannot make pie charts out of this anymore. I have attached three screenshots, 1 of the table, 2 of the output I got (and which I want to group to parks). Lastly, I have attached an example of how I want my final outcome to look like (note: in this example the counties substitute the parks)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 17:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/grouping-a-data-frame-whilst-making-a-pie-chart/m-p/1019176#M36241</guid>
      <dc:creator>Floris508</dc:creator>
      <dc:date>2021-01-22T17:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping a data frame whilst making a pie chart</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/grouping-a-data-frame-whilst-making-a-pie-chart/m-p/1019424#M36283</link>
      <description>&lt;P&gt;Floris - I wonder if &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/summarize-nearby.htm" target="_self"&gt;Summarize Nearby&lt;/A&gt; would work in this case.&amp;nbsp; But be aware that this GP tool does consume ArcGIS credits if you use the "driving time" or "driving distance" for the Distance Measurement parameter.&amp;nbsp; Reading the ArcGIS Pro help, it seems like this GP tool will create a new feature class that you can Sum the number of buildings within a distance of the parks&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 23:24:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/grouping-a-data-frame-whilst-making-a-pie-chart/m-p/1019424#M36283</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2021-01-23T23:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping a data frame whilst making a pie chart</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/grouping-a-data-frame-whilst-making-a-pie-chart/m-p/1020899#M36482</link>
      <description>&lt;P&gt;Hi Robert, thanks for your reply! I tried Summarize Nearby, and then as a group field I used "Name". However, the output is a grouped table, which I cannot visualize on a map.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 07:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/grouping-a-data-frame-whilst-making-a-pie-chart/m-p/1020899#M36482</guid>
      <dc:creator>Floris508</dc:creator>
      <dc:date>2021-01-28T07:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping a data frame whilst making a pie chart</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/grouping-a-data-frame-whilst-making-a-pie-chart/m-p/1020905#M36483</link>
      <description>&lt;P&gt;Hi Robert, I tried it again this morning (this time using the data layer which I wanted to group as an "input feature" and the data layer I want to analyze/summarize as "Input summary feature") and it got the results I wanted, so thank you for that!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 08:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/grouping-a-data-frame-whilst-making-a-pie-chart/m-p/1020905#M36483</guid>
      <dc:creator>Floris508</dc:creator>
      <dc:date>2021-01-28T08:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping a data frame whilst making a pie chart</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/grouping-a-data-frame-whilst-making-a-pie-chart/m-p/1026129#M37295</link>
      <description>&lt;P&gt;Hi Floris, can you enlighten me on how to create Pie Charts in ArcGIS Pro? I have version 2.5.2. I can make all kinds of charts, but pie charts are not one of them. I don't seem to have this option? Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 00:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/grouping-a-data-frame-whilst-making-a-pie-chart/m-p/1026129#M37295</guid>
      <dc:creator>Marijeten_Napel2</dc:creator>
      <dc:date>2021-02-12T00:21:26Z</dc:date>
    </item>
  </channel>
</rss>

