koalas — Easy Playground
Pandas-like API on Apache Spark (now merged into PySpark)
Getting started with koalasRun locally
Install
pip install pysparkPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: koalas)
koalas is a third-party package. Pandas-like API on Apache Spark (now merged into PySpark). Install with: pip install pyspark
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?