How do I Differentiate between Ordinal and Nominal variables using Python?
The code needs to be dynamic and must be able to identify the difference for any data set that comes in. Is it possible to achieve this using python program?
The output must be the type of the variable (Nominal or Ordinal).