Skip to content

Conversation

@PredictiveManish
Copy link

This PR adds a new example demonstrating how to use skrub DataOps with database-backed data.
Fixes #1322
The example uses SQLite and Ibis to:

  • express joins and filtering at the database level

  • materialize the result once into pandas

  • build a skrub DataOps plan on top of the resulting DataFrame

The goal is to illustrate a realistic database-first workflow aligned with skrub’s vision, without focusing on model performance or deployment.

I’m happy to iterate on the scope, structure, or level of detail if you’d prefer a narrower or simpler example.

@PredictiveManish PredictiveManish marked this pull request as ready for review January 27, 2026 21:01
@PredictiveManish
Copy link
Author

Unable to understand why checks are cancelled. Please help if anything I can do to overcome this. @rcap107

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add an example with a database

1 participant