Skip to content

Commit 0a27b8d

Browse files
committed
chore: add acknowledgement
1 parent 040cc1c commit 0a27b8d

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

docs/source/acknowledgement.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
.. ==================

0 commit comments

Comments
 (0)