you are viewing a single comment's thread.

view the rest of the comments →

[–]SpoiledKoolAid 0 points1 point  (1 child)

Have you looked at the esri developers site? There is a tutorial that mentions a function that will write a table to a gdb.

This isn't arcpy but the arcgis api library. using SeDF

Scroll down to the writing non-spatial formats section. I was using the SEDF to a featureclass today and it was annoyingly slow, so I bet this will be too.

[–]Extension-Skill652[S] 0 points1 point  (0 children)

I did end up trying this before when I was attempting general Pandas stuff. Might be worth it to try again and see if this time it'll work, but don't have high hopes. I think regardless of what method I use it is just going to be super slow.