CleanData
Overview #
Missing data is always a problem with data analysis and data mining. The cleandata
package give you methods to solve this data missing issue.
The missing value normally comes to KoolReport in form of null
value. We solve this by either drop the row or fill new value for it.
Installation #
By downloading .zip file #
- Download
- Unzip the zip file
- Copy the folder
cleandata
intokoolreport
folder so that look like below
koolreport
├── core
├── cleandata
By composer #
composer require koolreport/cleandata
Get started with KoolReport
KoolReport will help you to construct good php data report by gathering your data from multiple sources, transforming them into valuable insights, and finally visualizing them in stunning charts and graphs.