<?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 Up with SpatialDataFrame Documentation? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857196#M4064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not exactly sure, will have to take a deeper dive and get back with you.&amp;nbsp; As I mentioned, the gap between the documentation and API itself is making this a figure-it-out-as-I-go kind of learning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2017 21:59:35 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2017-07-19T21:59:35Z</dc:date>
    <item>
      <title>What's Up with SpatialDataFrame Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857194#M4062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am I missing something or is the &lt;A href="http://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#spatialdataframe"&gt;SpatialDataFrame documentation&lt;/A&gt; quite incomplete?&amp;nbsp; According to the documentation, there are &amp;lt; 20 properties and methods for SpatialDataFrame class, but when I instantiate a SpatialDataFrame there are &amp;gt;250 properties and methods.&amp;nbsp; I understand a SpatialDataFrame might inherit properties and methods from other classes, but 230 without any documentation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are numerous issues I see with SpatialDataFrames, but the one I know will cause problems right away is multiple "shape" properties.&amp;nbsp; When importing a feature class into a SpatialDataFrame, a property named "SHAPE" is created that returns a GeoSeries.&amp;nbsp; Additionally, there is a "shape" property that comes from a pandas DataFrame that returns the dimensionality of the DataFrame.&amp;nbsp; Having "SHAPE" and "shape" properties on the same object will inevitably cause confusion and coding mistakes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some neat/nice features added with 1.2, but I really think the product has gotten way ahead of the documentation.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 19:45:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857194#M4062</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-07-19T19:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: What's Up with SpatialDataFrame Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857195#M4063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua... is numpy supported directly without having to go through the Panda's fluff?&lt;/P&gt;&lt;P&gt;It will be of no interest to me if it isn't since Panda's is too slow for many tasks that I need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 21:13:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857195#M4063</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-19T21:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: What's Up with SpatialDataFrame Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857196#M4064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not exactly sure, will have to take a deeper dive and get back with you.&amp;nbsp; As I mentioned, the gap between the documentation and API itself is making this a figure-it-out-as-I-go kind of learning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 21:59:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857196#M4064</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-07-19T21:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: What's Up with SpatialDataFrame Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857197#M4065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered my own question sadly....&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;help&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SpatialDataFrame&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
Help on &lt;SPAN class="keyword token"&gt;class&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;SpatialDataFrame&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; module arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;features&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_data&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;geodataset&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;geodataframe&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;class&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;SpatialDataFrame&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;features&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_data&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;geodataset&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;base&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;BaseSpatialPandas&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; pandas&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;core&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;frame&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DataFrame&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;&amp;nbsp; A Spatial Dataframe &lt;SPAN class="keyword token"&gt;is&lt;/SPAN&gt; an object to manipulate&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; manage &lt;SPAN class="operator token"&gt;and&lt;/SPAN&gt; translate
 &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;&amp;nbsp; data into new forms of information &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; users&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;&amp;nbsp; 
 &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;&amp;nbsp; Required Parameters&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; None
 &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;&amp;nbsp; Optional&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;param data&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; panda's dataframe containing attribute information

&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; etc etc etc‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&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;/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;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;There is some hope&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;df &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SpatialDataFrame&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;from_featureclass&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc1&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
df
 
&amp;nbsp;&amp;nbsp; OBJECTID_1&amp;nbsp; OBJECTID&amp;nbsp; DrainID&amp;nbsp;&amp;nbsp; Shape_Leng&amp;nbsp;&amp;nbsp; EASlope Test&amp;nbsp; \
&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="number token"&gt;5&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="number token"&gt;10059&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="number token"&gt;2445.372364&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="number token"&gt;6.508173&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp; 
&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="number token"&gt;6&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="number token"&gt;10061&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="number token"&gt;1904.024600&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="number token"&gt;9.468992&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F&amp;nbsp;&amp;nbsp; 

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHAPE&amp;nbsp; 
&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'hasZ'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="token boolean"&gt;True&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'paths'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;74653.39319999982&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&amp;nbsp; 
&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'hasZ'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="token boolean"&gt;True&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'paths'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;75298.39319999982&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&amp;nbsp; 

a_df &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SpatialDataFrame&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;to_records&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;df&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
a_df
 
rec&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;array&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&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; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;5&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;10059&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2445.37236354&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;6.50817328097&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'E'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"hasZ"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; true&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"paths"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;74653.39319999982&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3464650.4749999996&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;334.29649999999674&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; null&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;74654.63260000013&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3464651.7144&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;334.39949999999953&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; null&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;74657.13260000013&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍&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;/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;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;/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 10:36:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857197#M4065</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T10:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: What's Up with SpatialDataFrame Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857198#M4066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the inheritance from the base object (Panda's Dataframe), imports all the functions. &amp;nbsp;I felt that those functions do not need to be documented since we did not write them, and they can be found on the panda's dataframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan basically posted where you can get class specific help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;help&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;arcgis&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;SpatialDataFrame&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;P&gt;With the SHAPE and shape issue you are seeing, is actually a function of the panda's dataframe itself. &amp;nbsp;It allows for '.' (dot) notation for field names. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 12:39:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857198#M4066</guid>
      <dc:creator>AndrewChapkowski</dc:creator>
      <dc:date>2017-07-24T12:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: What's Up with SpatialDataFrame Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857199#M4067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew, thanks for the reply.&amp;nbsp; I guess I am not used to subclassing packages/classes that have hundreds of properties/methods, so I wasn't expecting to see all of them.&amp;nbsp; It is a bit different with GeoPandas since it is "geo-enabled" pandas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding "SHAPE" and "shape", I understand why there are two fields (the pandas automatic field mapping), but I know it will cause confusion in my organization with people working with the API, at least at first, and I suspect that will be the case for others as well.&amp;nbsp; Seeing there is already a &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;SpatialDataFrame.geometry&lt;/SPAN&gt; property that gets the geometry series, maybe the geometry column doesn't have to be made available using its name, i.e., ".SHAPE" wouldn't exist since .geometry does.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 18:39:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/what-s-up-with-spatialdataframe-documentation/m-p/857199#M4067</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-07-24T18:39:06Z</dc:date>
    </item>
  </channel>
</rss>

