As counterpoint <@U03RJ2PH79D> experimental pyspar...
# random
d
As counterpoint @Nok Lam Chan experimental pyspark support for duckdb is bonkers! Basically replace your connection string… https://duckdb.org/2023/09/26/announcing-duckdb-090.html
👀 4
m
Copy code
from duckdb.experimental.spark.sql import SparkSession as session
from duckdb.experimental.spark.sql.functions import lit, col
This one is sick 😮
d
yeah it’s actually really interesting
basically the way Snowpark was made, but this one isn’t even pretending
🫠 1
lolsob 2
image.png
it’s experimental
👀 1
n
The DataFrame protocol seems to solve these problem more fundamentally. There has been so many library trying to copy pandas/Spark API
d
or ibis