showDS

fun <T> Dataset<T>.showDS(numRows: Int = 20, truncate: Boolean = true): Dataset<T>

Alternative to Dataset.show which returns source dataset. Useful for debug purposes when you need to view content of a dataset as an intermediate operation