aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/rddsampler.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4148][PySpark] fix seed distribution and add some tests for rdd.sampleXiangrui Meng2014-11-031-6/+5
* Fix for sampling error in NumPy v1.9 [SPARK-3995][PYSPARK]freeman2014-10-221-2/+2
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-0/+4
* [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