-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep original column order #343
Comments
Hi @arjobsen, this is already an option!
All options can be found in the configuration file (although more explicit documentation would be better): |
Great, thanks! I searched for it in "the regular documentation" and on Google but couldn't find it. |
I think the sorting configuration is not working for sort: None, it does work for ascening and descending.
|
|
This is true when using the |
The issue has to do with multiprocessing returning random order of columns, it is already getting looked at in: Thanks |
Missing functionality
The report sorts the columns alphabetically. Most of the table I use pandas profiling on (for exploratory analysis) have a certain column order with the most important columns first and relevant columns adjacent.
Proposed feature
In the report I'd like to have the original column order retained. This would make inspection of the report much easier and more intuitive.
An option such as keepColumnOrder=true would be nice.
Alternatives considered
Additional context
The text was updated successfully, but these errors were encountered: