Select to view content in your preferred language

Visualizing Longitudinal Data

171
2
Wednesday
HWhitty
Emerging Contributor

I have a dataset that is structured like this:

FYCountyStatAStatBStatC
2023CountyA123
2023CountyB234
2023CountyC345
2024CountyA456
2024CountyB012
2024CountyC123
2025CountyA234
2025CountyB345
2025CountyC456


...and so on for many counties, across many years. 

I would like to create some interactive visualizations for this dataset, eventually in the form of a web app, but don't have much experience with time enabled layers or even just longitudinal data in general. From my understanding of time enabled layers in ArcGIS, I will need to change my dataset to look more like this, so that each county has only one record:

CountyFY23_StatAFY23_StatBFY23_StatCFY24_StatAFY24_StatBFY24_StatCFY25_StatAFY25_StatBFY25_StatC
CountyA123456234

CountyB

234012345

CountyC

345123456

 

Is my understanding correct? And is there a smarter way to go about visualizing this data that doesn't require reformatting? 

 

0 Kudos
2 Replies
DanielFox1
Esri Regular Contributor

Hi @HWhitty 

With the table at the moment I can't see why you can't use this format once you have joined the data to something spatial, date filters should be able to identify the date field or you can specify. 

0 Kudos
AlfredBaldenweck
MVP Frequent Contributor

You may also want to look at Transpose Fields (Data Management) 

0 Kudos