-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #568 from pandas-profiling/develop
Release v2.9.0
- Loading branch information
Showing
41 changed files
with
929 additions
and
56,039 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Changelog v2.9.0 | ||
---------------- | ||
|
||
🎉 Features | ||
^^^^^^^^^^^ | ||
- Description per variable now possible (see the metadata page) or the Census example. | ||
|
||
🐛 Bug fixes | ||
^^^^^^^^^^^^ | ||
- Fixed bug for small DataFrames with unused categories. | ||
- Fixed bug where parallelization would have side effects. | ||
- Removed warning where colormap was modified in place. | ||
- Distinguish between unique and distinct correctly. | ||
|
||
📖 Documentation | ||
^^^^^^^^^^^^^^^^ | ||
- Extend documentation for frequent issues. | ||
- Extended documentation for Streamlit and Panel. | ||
- Provide visibility to our supporters. | ||
|
||
⬆️ Dependencies | ||
^^^^^^^^^^^^^^^^^^ | ||
- Pandas 1.1.0 contains bugs that make it incompatible. Please up- or downgrade. | ||
- Upgraded visions to 0.5.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"age": "definition 0", | ||
"workclass": "definition 1", | ||
"fnlwgt": "definition 2", | ||
"education": "definition 3", | ||
"education-num": "definition 4", | ||
"marital-status": "definition 5", | ||
"occupation": "definition 6", | ||
"relationship": "definition 7", | ||
"race": "definition 8", | ||
"sex": "definition 9", | ||
"capital-gain": "definition 10", | ||
"capital-loss": "definition 11", | ||
"hours-per-week": "definition 12", | ||
"native-country": "definition 13" | ||
} |
Oops, something went wrong.