Skip to content

create df in a loop ? #3109

Answered by jaychia
djouallah asked this question in Q&A
Oct 23, 2024 · 9 comments · 6 replies
Discussion options

You must be logged in to vote

I'm trying to move towards #3036 which is more like:

daft.register_dataframe("lineitem", daft.read_parquet(...))

daft.sql("SELECT * FROM lineitem")

This also opens up opportunities for something like

daft.register_aws_glue(...)
df = daft.read_table("x.y.z")
daft.sql("SELECT * FROM x.y.z")

Which lets us register entire catalog services to start reading tables from

Replies: 9 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@jaychia
Comment options

Answer selected by djouallah
@jaychia
Comment options

@jaychia
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jaychia
Comment options

@jaychia
Comment options

Comment options

You must be logged in to vote
1 reply
@jaychia
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants