We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040cc1c commit 44f201fCopy full SHA for 44f201f
README.md
@@ -135,3 +135,15 @@ Please take a look at our [wiki] for development documentations!
135
[wiki]: https://github.com/sfu-db/dataprep/wiki
136
[examples]: https://github.com/sfu-db/dataprep/tree/master/examples
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.
0 commit comments