Pandas Profiling does not map the exact sequence of the columns arrangement, for the mentioned image :
Original Sequence :
fiscal_year
state
scheme_type
scheme
commodity
value
unit
note
What could help ?
Either pass the sequence of columns as a python list to restore the order so that it could be mapped in frontend whenever call is made to hunting service, or check with hunting api if there is an argument that can preserve order of arrangement.
Description :
Pandas Profiling does not map the exact sequence of the columns arrangement, for the mentioned image :
What could help ?
Either pass the sequence of columns as a python list to restore the order so that it could be mapped in frontend whenever call is made to hunting service, or check with hunting api if there is an argument that can preserve order of arrangement.