Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandas DataFrames and tables Problem #771

Closed
acanivano opened this issue Aug 21, 2020 · 5 comments
Closed

Pandas DataFrames and tables Problem #771

acanivano opened this issue Aug 21, 2020 · 5 comments

Comments

@acanivano
Copy link

acanivano commented Aug 21, 2020

I have a service published in ArcGis Online that consists of a layer and two related tables.
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.

item = gis.content.get("xxxxxxxxxxx")
foto = (item.tables)[1]
field_service_dataframe = pd.DataFrame.spatial.from_layer(foto)

error:
Could not load the dataset: 'PropertyMap' instance has no attribute 'drawingInfo'

If I want to access the layer, I can create the dataframe correctly; however with a table I can't.
Is it normal that only the data of the layer can be accessed or I have something missing in my code?

@achapkowski
Copy link
Contributor

This issue will be resolved in the next release, which will be near the end of the year.

@jhuillery
Copy link

This issue was never fixed. It is still active

@achapkowski
Copy link
Contributor

The issue is resolved in the next release, which will be 1.9.0.

@koelker12
Copy link

Is there a release window or timeframe for 1.9.0?

@achapkowski
Copy link
Contributor

Tentatively around UC 2021.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants