Tagged Questions
2
votes
2answers
105 views
Having trouble getting specific items from a list. What am I doing wrong?
I am a total beginner when it comes to python. I received some help already getting this code started but I hit a wall. I have a directory with 200 folders, each with a geodatabase, feature dataset, ...
1
vote
1answer
71 views
Arcpy Insert Cursor not inserting all rows
Good morning all, I have a script here that takes data from a cross-tabulated non-spatial dataset where monthly values are stored in a single table row for a given year and linearizes those data so ...