aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/rddsampler.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2656] Python version of stratified samplingDoris Xin2014-07-241-3/+27
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-211-12/+12
* follow pep8 None should be compared using is or is notKen Takagiwa2014-07-151-1/+1
* SPARK-1438 RDD.sample() make seed param optionalArun Ramakrishnan2014-04-241-17/+14
* RDD sample() and takeSample() prototypes for PySparkAndre Schumacher2013-08-281-0/+112