TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Control Pandas, Polars, or SQL from One DSL

34 pointsby jmountover 2 years ago

3 comments

hatmatrixover 2 years ago
Reminds me of the sqldf project for R [0] which allowed you to work with R data frames and SQL databases with SQL queries.<p>[0] <a href="https:&#x2F;&#x2F;cran.r-project.org&#x2F;web&#x2F;packages&#x2F;sqldf&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;cran.r-project.org&#x2F;web&#x2F;packages&#x2F;sqldf&#x2F;index.html</a>
评论 #34191491 未加载
password4321over 2 years ago
Seems to be &quot;transpile to SQL&quot; week:<p>12&#x2F;30 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34181319" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34181319</a> <i>PRQL: a simple, powerful, pipelined SQL replacement</i><p>12&#x2F;28 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34159699" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34159699</a> <i>SQL + M4 = Composable SQL</i>
评论 #34194298 未加载
评论 #34195911 未加载
snthpyover 2 years ago
This looks very interesting. Have you looked at Substrait.io [1] at all?. The aim of Substrait is similar to what you describe, i.e. to create a universal relational algebra representation that can be executed directly by backend systems without having to go through SQL.<p>[1]: <a href="https:&#x2F;&#x2F;substrait.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;substrait.io&#x2F;</a>