Skip to content

Commit

Permalink
docs: update imports/exports for pyspark backend
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount authored and jcrist committed Jul 11, 2023
1 parent 93510d8 commit 16d73c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/backends/pyspark.md
Expand Up @@ -3,8 +3,8 @@ backend_name: PySpark
backend_url: https://spark.apache.org/docs/latest/api/python/
backend_module: pyspark
backend_param_style: PySpark things
exports: ["PyArrow", "Parquet", "CSV", "Pandas"]
imports: ["CSV", "Parquet"]
exports: ["PyArrow", "Parquet", "Delta Lake", "Pandas"]
imports: ["CSV", "Parquet", "Delta Lake"]
---

# PySpark
Expand Down

0 comments on commit 16d73c4

Please sign in to comment.