When running any one of the statistical tools inside ArcPro, we are limited to numerical variables. There are frequent times when we would want to use categorical variables (State names, urban/rural...) it would really help if there was a tool, call it "encode", or something similar, where all Text fields could be converted to Integer. Using the analogy from about StateName, would go to StateName_num, urban_rural would go to urban_rural_num, etc. Even more ideally, we would be able to have the option to display the category alias or the number.
Right now, I either script it in Python, or continue my data prep work in Stata which does this off the shelf with Encode. Ideally I would be able to do all of this in the ArcPro/ArcPy environment so we can reduce license requirements for outside software.