We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5266c54 commit b19400dCopy full SHA for b19400d
README.rst
@@ -71,7 +71,7 @@ Sparkit-learn introduces two important distributed data format:
71
# array([ 0, 1, 2, ... 17, 18, 19])
72
73
# pyspark.rdd operations will still work
74
- X.numPartitions() # 2 - number of partitions
+ X.getNumPartitions() # 2 - number of partitions
75
76
- **DictRDD:**
77
0 commit comments