Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
50 contributions in the last year
Contribution activity
June 2020
- sb2nov/pyspark-stubs Python
Created a pull request in zero323/pyspark-stubs that received 2 comments
Misc fixes to pyspark stubs around storage level, functions and appName
Few misc fixes that I encountered with the stubs.
+12
−3
•
2
comments
Created an issue in zero323/pyspark-stubs that received 1 comment
"Type[StorageLevel]" has no attribute for predefined levels
Following tests yield
[case predefinedStorageLevels]
from pyspark.storagelevel import StorageLevel StorageLevel.DISK_ONLY
StorageLevel.DISK_ONLY_2
…
1
comment