factly / hunting

Hunting is data profiling exposed as REST API. It is built on top of Pandas Profiling & Polars.
4 stars 1 forks source link

Sequence of Columns are not maintained by pandas profiling Samples #5

Closed 100mi closed 2 years ago

100mi commented 2 years ago

Description :

Screenshot 2022-06-17 at 3 10 00 PM

Pandas Profiling does not map the exact sequence of the columns arrangement, for the mentioned image :

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.

100mi commented 2 years ago

Issue resolved in Pull Request #7 , closing