Transpose2
Introduction #
Like Tranpose
, Transpose2
will automatically use first column as new column name
Example #
<?php
use \koolreport\processes\Transpose;
class MyReport extends \koolreport\KoolReport
{
public function setup()
{
...
->pipe(new Transpose2())
...
}
}
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.