<?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: Stand-Alone Table to Pandas Data Frame in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/stand-alone-table-to-pandas-data-frame/m-p/1349944#M75222</link>
    <description>&lt;P&gt;see you thread in the python community&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2023 20:30:49 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2023-11-15T20:30:49Z</dc:date>
    <item>
      <title>Stand-Alone Table to Pandas Data Frame</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/stand-alone-table-to-pandas-data-frame/m-p/1349807#M75213</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm looking for the most efficient way to convert a stand-alone table to a pandas data frame. This table will ultimately be geocoded and saved as a feature class, but I need to manipulate the data and fields quite a bit before that. I find pandas to the easiest and most efficient way to do the data manipulation.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Currently, I am using&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;arcpy.conversion.TableToTable(&lt;/SPAN&gt;&lt;SPAN&gt;) to first convert the table to a csv file, and then pandas.read_csv() to convert to a data frame. The table has roughly 63,000 records and it is taking over an hour to do the TableToTable portion of the conversion.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there a better way to do this? Pandas is so quick so read the csv and I so wish I could read the table directly into pandas without the intermediate of a csv.&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 17:54:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/stand-alone-table-to-pandas-data-frame/m-p/1349807#M75213</guid>
      <dc:creator>KellyTaylor</dc:creator>
      <dc:date>2023-11-15T17:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Stand-Alone Table to Pandas Data Frame</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/stand-alone-table-to-pandas-data-frame/m-p/1349944#M75222</link>
      <description>&lt;P&gt;see you thread in the python community&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 20:30:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/stand-alone-table-to-pandas-data-frame/m-p/1349944#M75222</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-11-15T20:30:49Z</dc:date>
    </item>
  </channel>
</rss>

