question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pandas DataFrames and tables Problem

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
achapkowskicommented, May 14, 2021

Tentatively around UC 2021.

0reactions
koelker12commented, May 13, 2021

Is there a release window or timeframe for 1.9.0?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pandas DataFrames and tables Problem - Esri Community
I have a service published in ArcGis Online that consists of a layer and two related tables. I have to access one of...
Read more >
python - performance problem when dealing with DataFrames
I tried different approaches to enhance the performance, such as reading it row by row and accessing the values from that row instead...
Read more >
Display the Pandas DataFrame in table style - GeeksforGeeks
In this article, we'll see how we can display a DataFrame in the form of a table with borders around rows and columns....
Read more >
Scaling to large datasets — pandas 1.5.2 documentation
pandas provides data structures for in-memory analytics, which makes using pandas to analyze datasets that are larger than memory datasets somewhat tricky. Even ......
Read more >
HDFExtError: Problem creating the table · Issue #24823 - GitHub
I tried it with pandas as below. With ncols=1000, it works alright, when ncols=2000 it fails with error "HDF5ExtError: Problems creating the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found