issues
search
mlverse
/
pysparklyr
Extension to {sparklyr} that allows you to interact with Spark & Databricks Connect
https://spark.posit.co/deployment/databricks-connect.html
Other
14
stars
3
forks
source link
Required packages
#116
Closed
edgararuiz
closed
5 months ago
edgararuiz
commented
5 months ago
reticulate::install_python(version = "3.10")
pysparklyr::install_databricks(version = "14.3", python_version = "3.10")
install.packages('arrow')
install.packages('assertthat')
install.packages('bit64')
edgararuiz
commented
5 months ago
Add
arrow
to deps
reticulate::install_python(version = "3.10")
pysparklyr::install_databricks(version = "14.3", python_version = "3.10")
install.packages('arrow')
install.packages('assertthat')
install.packages('bit64')