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!
135
135
[ wiki ] : https://github.com/sfu-db/dataprep/wiki
136
136
[ examples ] : https://github.com/sfu-db/dataprep/tree/master/examples
137
137
[ 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`.
28
28
user_guide/user_guide
29
29
api_reference/dataprep
30
30
contribute
31
+ acknowledgement
31
32
32
33
.. Indices and tables
33
34
.. ==================
You can’t perform that action at this time.
0 commit comments