I'm currently using a Virtual Feature class, adding a field from a spatial
join, then exporting the result to Excel.
I'm deleting the virtual fc and join, by running
arcpy.management.RemoveJoin(virtual_FC,countryFC)
and
arcpy.Delete_management(virtual_FC)
..but despite me closing everything down, this - keeps happening.
I need to run four different 'join' and 'calculate' operations in my script, so this is really throwing a spanner in the works.
I am turning ArcGIS Pro and PyCharm off and on - so I've got no idea where this
information about the previous runs is being stored.
