-
Couldn't load subscription status.
- Fork 428
Open
Description
For example, is something like
res = sp.partial_sql("SELECT ticker, trade_day min(price), max(price) FROM table GROUP BY ticker, trade_day", df)
supported?
Also we see in the README
df = df.repartition(3, hash_by="ticker")
which suggests that we need to manually shuffle the data before an aggregation. Is this strictly required?
Metadata
Metadata
Assignees
Labels
No labels