sqlframe
Run PySpark DataFrame code directly on any SQL database
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install SQLFrame?โผ
Run `npx skills add eakmanrq/sqlframe --all -g -y` in your terminal to install all skills in this suite globally.
Can I run PySpark code without a Spark cluster?โผ
Yes. SQLFrame translates PySpark DataFrame operations into SQL that runs directly on engines like BigQuery, Snowflake, DuckDB, and Postgres.
How do I convert existing PySpark pipelines to SQLFrame?โผ
Call sqlframe.activate with your engine name, and your existing pyspark imports automatically resolve to SQLFrame classes with no code rewrites.
Can SQLFrame show the SQL behind my DataFrame code?โผ
Yes. Call df.sql() on any DataFrame to get the generated SQL, with an optimize option for cleaner human-readable output.
Does SQLFrame work with AI coding agents?โผ
Yes. The included skill guides agents through sqlglot upgrades and engine compatibility fixes, and the CLAUDE.md provides full project context.
Related Repositories in Data & Analytics
View All in Data & AnalyticsโPaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web