diff --git a/README.md b/README.md index ccc95cf3a..f8da12dd9 100644 --- a/README.md +++ b/README.md @@ -135,3 +135,15 @@ Please take a look at our [wiki] for development documentations! [wiki]: https://github.com/sfu-db/dataprep/wiki [examples]: https://github.com/sfu-db/dataprep/tree/master/examples [Twitter]: https://img.shields.io/twitter/follow/sfu_db?style=social + +## Acknowledgement + + Some functionalities of DataPrep are inspired by the following packages. + +- [Pandas Profiling](https://github.com/pandas-profiling/pandas-profiling) + + Inspired the report functionality and insights provided in DataPrep.eda. + +- [missingno](https://github.com/ResidentMario/missingno) + + Inspired the missing value analysis in DataPrep.eda. diff --git a/docs/source/acknowledgement.rst b/docs/source/acknowledgement.rst new file mode 100644 index 000000000..07f6af334 --- /dev/null +++ b/docs/source/acknowledgement.rst @@ -0,0 +1,15 @@ +.. _acknowledgement: + +=============== +Acknowledgement +=============== + +Some functionalities of DataPrep are inspired by the following packages. + +* `Pandas Profiling `_ + + Inspired the report functionality and insights provided in DataPrep.eda. + +* `missingno `_ + + Inspired the missing value analysis in DataPrep.eda. diff --git a/docs/source/index.rst b/docs/source/index.rst index 452c99f81..47b84e4ae 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -28,6 +28,7 @@ If you want to get involved with the DataPrep community see :ref:`contribute`. user_guide/user_guide api_reference/dataprep contribute + acknowledgement .. Indices and tables .. ==================