We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazy evaluated models. We should also explore integrations with pyspark
df = client.query(“”” WITH cte AS ( SELECT … ) SELECT … FROM metrics_v0 JOIN … ON … WHERE … “””) df = df.groupby(...).agg(...).rename(...) df = df[df[‘days_active’] > 1] model_meta = df.save(“oso://username/my_model_name”)
The text was updated successfully, but these errors were encountered:
OSO-503 pyoso virtual dataframes
Sorry, something went wrong.
No branches or pull requests
What is it?
Lazy evaluated models. We should also explore integrations with pyspark
The text was updated successfully, but these errors were encountered: