<?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: Pandas DataFrames and tables Problem in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763658#M415</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/43760"&gt;Alberto Cañivano&lt;/A&gt;‌, I tested your code snippet using ArcGIS API for Python versions 1.8.x, 1.7.x, and 1.6.x; and they all fail the same way.&amp;nbsp; So, unless you were using an old version of the API, I don't think anything in the API has changed recently that would make it stop working when it did before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of the API have you been using up until recently?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2020 15:19:38 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-08-18T15:19:38Z</dc:date>
    <item>
      <title>Pandas DataFrames and tables Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763654#M411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a service published in ArcGis Online that consists of a layer and two related tables.&lt;BR /&gt;I have to access one of the tables to write a url and I'm using Pandas to do it. Until now it worked correctly, but now I get the following error.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;item &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt; gis&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;content&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;get&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"xxxxxxxxxxx"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;
foto &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt; &lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;item&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;tables&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="" style="color: #990000; border: 0px; font-weight: inherit;"&gt;1&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;]&lt;/SPAN&gt;
field_service_dataframe &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt; pd&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;DataFrame&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;spatial&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #d74444; border: 0px; font-weight: inherit;"&gt;from_layer&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;foto&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Could not load the dataset&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'PropertyMap'&lt;/SPAN&gt; instance has no attribute &lt;SPAN class="string token"&gt;'drawingInfo'&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want to access the layer, I can create the dataframe correctly; however with a table I can't.&lt;BR /&gt;Is it normal that only the data of the layer can be accessed or I have something missing in my code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:27:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763654#M411</guid>
      <dc:creator>AlbertoCañivano</dc:creator>
      <dc:date>2021-12-12T08:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pandas DataFrames and tables Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763655#M412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/43760" target="_blank"&gt;Alberto Cañivano&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested the same code with a sample&amp;nbsp;feature layer and it's working fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just changed the item.tables index to 0 as I only have one related table to the feature layer.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;item &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;content&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;get&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"xxxxxxxxxxxx"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
foto &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;item&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tables&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
field_service_dataframe &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; pd&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DataFrame&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;spatial&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;from_layer&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;foto&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
field_service_dataframe&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/502816_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;I recommend check you feature layer first, then change the index.&lt;/P&gt;&lt;P&gt;you can also check the code on other feature layers to see if it throws the same error.&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:27:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763655#M412</guid>
      <dc:creator>MehdiPira1</dc:creator>
      <dc:date>2021-12-12T08:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pandas DataFrames and tables Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763656#M413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I also have this problem since upgrading to ArcGIS Pro 2.6. Layer and index are correct. Worked fine before upgrading ArcGIS Pro.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2020 15:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763656#M413</guid>
      <dc:creator>JohnHuillery1</dc:creator>
      <dc:date>2020-08-12T15:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pandas DataFrames and tables Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763657#M414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer.&lt;BR /&gt;I keep getting bugs when I use Pandas with a table, the funny thing is that if I want to consult a layer, I don't have any problem and it shows correctly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;geometry &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;item&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layers&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
field_service_dataframe &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; pd&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DataFrame&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;spatial&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;from_layer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;geometry&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
field_service_dataframe&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:27:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763657#M414</guid>
      <dc:creator>AlbertoCañivano1</dc:creator>
      <dc:date>2021-12-12T08:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pandas DataFrames and tables Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763658#M415</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/43760"&gt;Alberto Cañivano&lt;/A&gt;‌, I tested your code snippet using ArcGIS API for Python versions 1.8.x, 1.7.x, and 1.6.x; and they all fail the same way.&amp;nbsp; So, unless you were using an old version of the API, I don't think anything in the API has changed recently that would make it stop working when it did before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of the API have you been using up until recently?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 15:19:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763658#M415</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-08-18T15:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pandas DataFrames and tables Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763659#M416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Joshua.&lt;BR /&gt;Thank you for answering.&lt;BR /&gt;To make the script I based on the following post:&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.esri.com/community/comunidad-geotec/blog/2019/10/03/agregar-la-url-de-un-adjunto-a-la-tabla-o-capa."&gt;https://community.esri.com/community/comunidad-geotec/blog/2019/10/03/agregar-la-url-de-un-adjunto-a-la-tabla-o-capa.&lt;/A&gt;&lt;BR /&gt;The author said that instead of using a layer, it was possible to enter a table (my project is about Survey123 repeats and the relational tables I need). &lt;BR /&gt;I modified the code for my example and it worked perfectly (running on the ArcGis Online Notebook, in BETA version: I don't know if the BETA output to production may have been the problem).&lt;/P&gt;&lt;P&gt;It's true that with the previous code it seems that I can't access the table anymore (as I said before I could, and with other tables I can; even &lt;A href="https://community.esri.com/migrated-users/20738"&gt;mehdi pira&lt;/A&gt; in his answer says that he has been able to access it.&lt;/P&gt;&lt;P&gt;I'm testing with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;features &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; SpatialDataFrame&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/introduction-to-the-spatial-dataframe/#:~:text=This%20means%20the%20ArcGIS%20API,analyze%20and%20visualize%20geographic%20information." title="https://developers.arcgis.com/python/guide/introduction-to-the-spatial-dataframe/#:~:text=This%20means%20the%20ArcGIS%20API,analyze%20and%20visualize%20geographic%20information."&gt;Introduction to the Spatial DataFrame | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And it does read the tables. But there are fields in the table that do not read it (I am interested in taking the ObjectID of a table to get a value from the layer, through the relationship that is given between the two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 11:58:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763659#M416</guid>
      <dc:creator>DanielPérez_López</dc:creator>
      <dc:date>2020-08-20T11:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pandas DataFrames and tables Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763660#M417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since Esri deprecated the SpatialDataFrame at version 1.5, I don't think switching to it represents a long-term solution, although it is good to get you past the problem for right now.&amp;nbsp; Regarding from_layer, either the documentation is wrong or the software has a defect, that much is clear. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 13:35:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763660#M417</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-08-20T13:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pandas DataFrames and tables Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763661#M418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your interest in my problem and excuse the "username dance" I write with.&lt;/P&gt;&lt;P&gt;So you're telling me that it's not possible to access a table within a feature service published in ArcGis Online using&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;pd&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DataFrame&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;spatial&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;from_layer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;item&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tables&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;right?&lt;/P&gt;&lt;P&gt;I need to access that table because I want to automatically modify a field with a value I collect in my survey.&lt;/P&gt;&lt;P&gt;I get this value from a layer via&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;item&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tables&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;query_related_records&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Or at least I used to.&lt;/P&gt;&lt;P&gt;I tried&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;SpatialDataFrame&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;from_layer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;item&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tables&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and I can get into the table, as I told you&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;However, the "objectID" field of the table, which I need to get the related value from the layer, doesn't appear, all fields (GlobalId, ParentId..except that one).&lt;/P&gt;&lt;P&gt;Can you think of another way to access the table?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2020 11:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763661#M418</guid>
      <dc:creator>DanielPérez_López</dc:creator>
      <dc:date>2020-08-21T11:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pandas DataFrames and tables Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763662#M419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not OP but I had been using version 1.7.&amp;nbsp; I didn't change anything in my code bu now I get&amp;nbsp;&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; font-size: 14px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Could not load the dataset&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit; font-size: 14px;"&gt;:&lt;/SPAN&gt; &lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit; font-size: 14px;"&gt;'PropertyMap'&lt;/SPAN&gt; instance has no attribute &lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit; font-size: 14px;"&gt;'drawingInfo'&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;after moving to 1.8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2020 13:51:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763662#M419</guid>
      <dc:creator>JohnHuillery1</dc:creator>
      <dc:date>2020-08-21T13:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pandas DataFrames and tables Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763663#M420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does seem to be a software defect.&amp;nbsp; I encourage you to open a case with Esri Support and/or submit an issue on &lt;A class="link-titled" href="https://github.com/Esri/arcgis-python-api/issues" title="https://github.com/Esri/arcgis-python-api/issues"&gt;Issues · Esri/arcgis-python-api · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2020 14:29:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763663#M420</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-08-21T14:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pandas DataFrames and tables Problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763664#M421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I contacted the ESRI support team, they told me it was a bug in the program and that with the new release they would fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-python-api/issues/771" title="https://github.com/Esri/arcgis-python-api/issues/771"&gt;Pandas DataFrames and tables Problem · Issue #771 · Esri/arcgis-python-api · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the meantime, it's still (more or less) working for one table but for another table it's not working. Also, if I make a new Notebook with the same code, it doesn't work for any table.&lt;BR /&gt;I'll keep an eye on the new version of the api&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2020 06:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/pandas-dataframes-and-tables-problem/m-p/763664#M421</guid>
      <dc:creator>DanielPérez_López</dc:creator>
      <dc:date>2020-09-15T06:53:03Z</dc:date>
    </item>
  </channel>
</rss>

