<?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: What's everyone using for Python reporting? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/what-s-everyone-using-for-python-reporting/m-p/54354#M4285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌ To be clear: the folks I know are using Shiny to generate outputs directly into word docs.&lt;/P&gt;&lt;P&gt;I know that ReportLab directs outputs to PDF.&lt;/P&gt;&lt;P&gt;To reiterate: the requirements are generally that the table (&lt;A _jive_internal="true" href="https://community.esri.com/thread/224283-panda-pivot-table-with-rounding"&gt;example here&lt;/A&gt;) are included directly in the map document (exported as a PDF). These are often contractual documents so having the categorized acreage values on the map is a requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, it is silly to me to have to generate a table, export it, only to have to copy &amp;amp; paste it back into the document but that's the required product and I don't currently see a way around it. [Pro Table Frames do not support the required categorization.].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My purpose here is to automate this task of report generation while enforcing a consistent format. We have a number of users generating this kind of content. Even if the user has to copy&amp;amp;paste the (pre-formatted) output and then manually resize to accommodate the various map elements (since record number, scale, and extent all vary) that is still a win.&lt;/P&gt;&lt;P&gt;Right now the ability to format Excel with Python appears to be too limited which is why I'm seeking reporting alternatives.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2018 14:39:31 GMT</pubDate>
    <dc:creator>ZacharyHart</dc:creator>
    <dc:date>2018-11-13T14:39:31Z</dc:date>
    <item>
      <title>What's everyone using for Python reporting?</title>
      <link>https://community.esri.com/t5/python-questions/what-s-everyone-using-for-python-reporting/m-p/54352#M4283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Starting a 'discussion' (rather than a specific 'question') seems like the best venue for my inquiry. I realize that many of you may have multiple reporting strategies and that other things like the output itself and audience would dictate or impact your choice for reporting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel like I'm about to jump into ReportLab with all the talk of future integration into Pro. Some of my colleagues are more on the R side of things and use Shiny which seems light years more advanced than anything I've found for a python implementation (please, tell me I'm wrong! I want to hear about it). That said, Shiny might be overshooting the scope of what I need to accomplish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My needs are mostly tabular outputs of acres/area categorizations but charts &amp;amp; graphs could become something the audience is interested in. Mostly, the product requirement is that the table be included directly on the map document. That creates some limitations &amp;amp; challenges right there. [One specific question I do have is: is there a way to output a Pandas dataframe directly into an ArcMap/Pro document? Having to export solely for the sake of having the ability to copy the content into ArcGIS is less than desirable (if not silly)].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that's the context from my end. What are you all using? What's your output content requirement? Who's your audience?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 14:02:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-s-everyone-using-for-python-reporting/m-p/54352#M4283</guid>
      <dc:creator>ZacharyHart</dc:creator>
      <dc:date>2018-11-13T14:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: What's everyone using for Python reporting?</title>
      <link>https://community.esri.com/t5/python-questions/what-s-everyone-using-for-python-reporting/m-p/54353#M4284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shiny ==&amp;gt; web apps&amp;nbsp; (pirates like shiny things)&lt;/P&gt;&lt;P&gt;ReportLab =&amp;gt; pdf docs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not the same... where do you want your 'docs' to go? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use neither of the above…&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;text?&amp;nbsp; whatever to wordprocesser to pdf if needed&lt;/LI&gt;&lt;LI&gt;graphs, graphics?... many python packages including Matplotlib, to SnagIt or other graphics programs for postprocessing, then to the above&lt;/LI&gt;&lt;LI&gt;maps?&amp;nbsp; rarely, but directly or indirectly to graphics&lt;/LI&gt;&lt;LI&gt;table into map?&amp;nbsp; I don't and wouldn't&lt;/LI&gt;&lt;LI&gt;whatever to the web?&amp;nbsp; I don't, reminds me of&amp;nbsp;&lt;A class="link-titled" href="https://www.theoceancleanup.com/great-pacific-garbage-patch/" title="https://www.theoceancleanup.com/great-pacific-garbage-patch/"&gt;The Great Pacific Garbage Patch | The Ocean Cleanup&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 14:19:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-s-everyone-using-for-python-reporting/m-p/54353#M4284</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-11-13T14:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: What's everyone using for Python reporting?</title>
      <link>https://community.esri.com/t5/python-questions/what-s-everyone-using-for-python-reporting/m-p/54354#M4285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌ To be clear: the folks I know are using Shiny to generate outputs directly into word docs.&lt;/P&gt;&lt;P&gt;I know that ReportLab directs outputs to PDF.&lt;/P&gt;&lt;P&gt;To reiterate: the requirements are generally that the table (&lt;A _jive_internal="true" href="https://community.esri.com/thread/224283-panda-pivot-table-with-rounding"&gt;example here&lt;/A&gt;) are included directly in the map document (exported as a PDF). These are often contractual documents so having the categorized acreage values on the map is a requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, it is silly to me to have to generate a table, export it, only to have to copy &amp;amp; paste it back into the document but that's the required product and I don't currently see a way around it. [Pro Table Frames do not support the required categorization.].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My purpose here is to automate this task of report generation while enforcing a consistent format. We have a number of users generating this kind of content. Even if the user has to copy&amp;amp;paste the (pre-formatted) output and then manually resize to accommodate the various map elements (since record number, scale, and extent all vary) that is still a win.&lt;/P&gt;&lt;P&gt;Right now the ability to format Excel with Python appears to be too limited which is why I'm seeking reporting alternatives.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 14:39:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-s-everyone-using-for-python-reporting/m-p/54354#M4285</guid>
      <dc:creator>ZacharyHart</dc:creator>
      <dc:date>2018-11-13T14:39:31Z</dc:date>
    </item>
  </channel>
</rss>

