You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be doable and I was thinking about it some time ago. Someone would need to write parser of SQL. The point is that I think most people nowadays started using DuckDB interface for writing SQL queries in Julia (but I might be wrong here).
A parser that converted df.jl to sql would be amazing, and would lead me to rewrite TidierDB. I've toyed with writing a tables.jl to sql interface, but there's some nuance to sql that has made it tricky.
I think as far as writing sql to run on df.jl, I wonder what the benefit of that vs registering the table in duckdb and using their existing engine?
Has anyone thought about taking SQL as query interface for data frames?
For example, doing something like this:
The text was updated successfully, but these errors were encountered: