Make a data_hash function
A recursive function that has to calculate a hash of a dictionary after ordering it.
Lists must be ordered based on their hash, integers must be converted to float, time/date/datetime to string, dict to OrderedDict.
A recursive function that has to calculate a hash of a dictionary after ordering it.
Lists must be ordered based on their hash, integers must be converted to float, time/date/datetime to string, dict to OrderedDict.