Skip to content

1.0.4

Choose a tag to compare

@jpivarski jpivarski released this 10 Nov 13:48
· 24 commits to 1.0.x since this release

Added features to sparksql so that it can be called like this:

val result = myDataFrame.Bin(100, -5, 5, myColumn)

and a Py4J-friendly interface so that it can be called from PySpark as well. Running SparkSQL Histogrammar in PySpark will actually call Histogrammar-Scala for better performance.