blaze/odo
Data Migration for the Blaze Project observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4285
- days_rel: n/a
- days_push: 1510
- n_releases_24m: 0
Adoption not part of the score
1006 stars · 131 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Odo is a Python library for migrating data between different containers, from in-memory structures like lists and pandas DataFrames to out-of-core stores like SQL databases, HDF5 files, and Spark. It uses a network of small conversion functions and finds the shortest path between source and target types.
Use cases
- load a csv file into a pandas dataframe
- migrate data from hdf5 into a postgresql table
- convert between python data containers
- load csv into a sql database
- transfer data between different storage formats
- move data from s3 into redshift
When to choose
- you need to move data between heterogeneous formats like CSV, SQL, HDF5, or Spark
- you want an extensible conversion system where you can register custom type conversions
- you work in the Blaze/pandas ecosystem and need out-of-core data transfers
When to avoid
- you need a modern, actively maintained ETL tool - the project has not released since 2022 and targets legacy Python ecosystems
- you only need simple one-format parsing that a dedicated library handles better
- you need streaming or real-time data pipelines rather than batch migration
Facets
library · maturity maintenance
etl serialization database-driver data-science databases data-science big-data python cross-platform data-migration data-conversion csv hdf5 sql blaze-project out-of-core data-engineering
4 sources
- readme: https://github.com/blaze/odo · fetched 2026-08-28 · b35cac4a72b9
- homepage: http://odo.readthedocs.org/ · fetched 2026-08-29 · 263f00edf56a
- registry_pypi: https://pypi.org/pypi/odo/json · fetched 2026-08-29 · 6d5b5bed19af
- site_page: http://odo.pydata.org/en/latest/releases.html · fetched 2026-08-29 · 53731062b210
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| blaze/odo | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem