File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -135,3 +135,15 @@ Please take a look at our [wiki] for development documentations!
135135[ wiki ] : https://github.com/sfu-db/dataprep/wiki
136136[ examples ] : https://github.com/sfu-db/dataprep/tree/master/examples
137137[ Twitter ] : https://img.shields.io/twitter/follow/sfu_db?style=social
138+
139+ ## Acknowledgement
140+
141+ Some functionalities of DataPrep are inspired by the following packages.
142+
143+ - [ Pandas Profiling] ( https://github.com/pandas-profiling/pandas-profiling )
144+
145+ Inspired the report functionality and insights provided in DataPrep.eda.
146+
147+ - [ missingno] ( https://github.com/ResidentMario/missingno )
148+
149+ Inspired the missing value analysis in DataPrep.eda.
Original file line number Diff line number Diff line change 1+ .. _acknowledgement :
2+
3+ ===============
4+ Acknowledgement
5+ ===============
6+
7+ Some functionalities of DataPrep are inspired by the following packages.
8+
9+ * `Pandas Profiling <https://github.com/pandas-profiling/pandas-profiling >`_
10+
11+ Inspired the report functionality and insights provided in DataPrep.eda.
12+
13+ * `missingno <https://github.com/ResidentMario/missingno >`_
14+
15+ Inspired the missing value analysis in DataPrep.eda.
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ If you want to get involved with the DataPrep community see :ref:`contribute`.
2828 user_guide/user_guide
2929 api_reference/dataprep
3030 contribute
31+ acknowledgement
3132
3233.. Indices and tables
3334.. ==================
You can’t perform that action at this time.
0 commit comments