Putting Pandas in a Box
Summary: Transpiles Pandas scripts into DBMS-executable SQL, pushing core DataFrame ops and external file access into the database. Automatically converts Python UDFs to SQL UDFs to run complex computations in-DB (e.g., model-join for scoring pre-trained ML models). (summarized by gpt-5-mini on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Stefan Hagedorn (Ilmenau University of Technology)
- 2. Steffen Kläbe (Ilmenau University of Technology)
- 3. Kai-Uwe Sattler (Ilmenau University of Technology)
BibTeX Citation
@inproceedings{hagedorn_cidr21,
address = {Amsterdam, Netherlands},
series = {{CIDR} '21},
title = {{Putting Pandas in a Box}},
booktitle = {Proceedings of the {Conference} on {Innovative} {Data} {Systems} {Research}},
author = {Hagedorn, Stefan and Kläbe, Steffen and Sattler, Kai-Uwe},
year = {2021}
}
Incoming Citations (Sorted by Pagerank)
Showing 10 of 10 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 4,728 | PolyFrame: A Retargetable Query-based Approach to Scaling Dataframes | 2021 | VLDB | 6.5360246e-05 |
| 5,301 | Babelfish: Efficient Execution of Polyglot Queries | 2022 | VLDB | 6.2750553e-05 |
| 6,314 | YeSQL: "You extend SQL" with Rich and Highly Performant User-Defined Functions in Relational Databases | 2022 | VLDB | 5.9157364e-05 |
| 6,553 | Containerized Execution of UDFs: An Experimental Evaluation | 2022 | VLDB | 5.8417517e-05 |
| 6,628 | ConnectorX: Accelerating Data Loading From Databases to Dataframes | 2022 | VLDB | 5.8197537e-05 |
| 8,096 | Efficient Execution of User-Defined Functions in SQL Queries | 2023 | VLDB | 5.4875738e-05 |
| 9,456 | QURE: AI-Assisted and Automatically Verified UDF Inlining | 2025 | SIGMOD | 5.2643416e-05 |
| 9,917 | The UDFBench Benchmark for General-purpose UDF Queries | 2025 | VLDB | 5.1955087e-05 |
| 10,232 | EncoderForge: Generating Efficient SQL for Encoders in Machine Learning Inference Pipelines | 2026 | SIGMOD | 5.093636e-05 |
| 10,751 | Approximating Opaque Top-k Queries | 2025 | SIGMOD | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 3 of 3 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
| Rank | Cited Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 1,039 | RIOT: I/O-Efficient Numerical Computing without SQL | 2009 | CIDR | 0.00012474977 |
| 2,847 | AIDA - Abstraction for Advanced In-Database Analytics | 2018 | VLDB | 8.0583142e-05 |
| 9,567 | When sweet and cute isn't enough anymore: Solving scalability issues in Python Pandas with Grizzly | 2020 | CIDR | 5.2528121e-05 |
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 6,357 | A Unified Transferable Model for ML-Enhanced DBMS | 2022 | CIDR |
| 2 | 4,728 | PolyFrame: A Retargetable Query-based Approach to Scaling Dataframes | 2021 | VLDB |
| 3 | 9,804 | One-pass Data Mining Algorithms in a DBMS with UDFs | 2011 | SIGMOD |
| 4 | 11,481 | Demonstration of OpenDBML, a Framework for Democratizing In-Database Machine Learning | 2023 | VLDB |
| 5 | 5,791 | Accelerating Python UDFs in Vectorized Query Execution | 2022 | CIDR |
| 6 | 2,651 | Magpie: Python at Speed and Scale using Cloud Backends | 2021 | CIDR |
| 7 | 1,431 | Towards Scalable Dataframe Systems | 2020 | VLDB |
| 8 | 11,329 | PD-Explain: A Unified Python-native Framework for Query Explanations Over DataFrames | 2024 | VLDB |
| 9 | 11,487 | To UDFs and Beyond: Demonstration of a Fully Decomposed Data Processor for General Data Wrangling Tasks | 2023 | VLDB |
| 10 | 9,567 | When sweet and cute isn't enough anymore: Solving scalability issues in Python Pandas with Grizzly | 2020 | CIDR |