I am trying to create a map series to summarise species information from various taxonomic groups, for various sites, referred to here as 'patches'. The table below shows an example of the layer I am using for the spatial map series index layer. 'Patch_Taxon_Page' is the index field.
I want to export a map series for each value of 'Patch_Name', that is saved somewhere with the value of Patch_Name as a file suffix. As if I were putting a definition query for each value of Patch_Name and exporting manually one at a time. Can anyone help me with some python code to do this from a notebook?
| Patch_Name | Taxon_Grouping | Page | Patch_Taxon_Page |
| Netpool Park | Bird | 1 | Netpool Park_Bird_1 |
| Netpool Park | Vascular Plant | 2 | Netpool Park_Vascular Plant_2 |
| Netpool Park | Vascular Plant | 3 | Netpool Park_Vascular Plant_3 |
| Mynydd Mawr Woodland Park | Arachnid | 1 | Mynydd Mawr Woodland Park_Arachnid_1 |
| Mynydd Mawr Woodland Park | Bird | 1 | Mynydd Mawr Woodland Park_Bird_1 |
| Mynydd Mawr Woodland Park | Bird | 2 | Mynydd Mawr Woodland Park_Bird_2 |
Many thanks