koalas

Package — Data SciencePython 3.7+Intermediate

Pandas-like API on Apache Spark (now merged into PySpark)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
pandas, PySpark (merged into PySpark 3.2+)
Install
pip install pyspark

Learn by Difficulty

Quick Example

python
# Install: pip install pyspark
import koalas

# Basic koalas usage
print(f"Using koalas")
# See documentation for detailed examples

koalas is a third-party package. Pandas-like API on Apache Spark (now merged into PySpark). Install with: pip install pyspark

Try in Playground

Tags

packagedata-scienceanalyticsnumeric