Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

1.0.6

Compare
Choose a tag to compare
@jpivarski jpivarski released this 10 Jun 14:28
· 70 commits to master since this release
ac9da3e

Added SparkSQL filling: hist.fill(df) in PySpark uses Spark to compute increases to histogram bins and then adds them into hist.

Tested: all axis types, weights, and some simple expressions.

Implemented but untested: profile plots and Book.fill.

Note: no thread safety yet (not just for Spark, but in general).