Given a program such as Ghidra, Binary Ninja, etc., is there a way to auto-identify a set of data and assign values a symbol based on the pattern of the data? For example, from this screenshot in Ghidra:

Can I have Ghidra (or another program) automatically identify and "symbolize" a set of data that would fit a user-defined pattern? Note that I'm trying to achieve this for a range of data within the file, as other parts of the file may have different data structures.
I have a programming background, so I am somewhat familiar with symbols, but only know they are used to link source code and compiled data, not specifics. I don't know what I am trying to do is called or the best way to approach the situation. Ideally, I would like to do this so I can better see what the binary data represents.