You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Maurin Lenglart <ma...@cuberonlabs.com> on 2016/08/15 22:09:49 UTC

SizeEstimator for python

Hi,
Is there a way to estimate the size of a dataframe in python?
Something similar to https://spark.apache.org/docs/1.4.0/api/java/org/apache/spark/util/SizeEstimator.html ?

thanks