{"id":49176959,"url":"https://github.com/elphick/omfpandas","last_synced_at":"2026-04-22T23:00:47.228Z","repository":{"id":244871862,"uuid":"816521353","full_name":"elphick/omfpandas","owner":"elphick","description":"A pandas interface for the Open Mining Format package (omf).","archived":false,"fork":false,"pushed_at":"2026-02-04T09:48:34.000Z","size":24281,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-16T18:32:30.377Z","etag":null,"topics":["omf","pandas"],"latest_commit_sha":null,"homepage":"https://elphick.github.io/omfpandas/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elphick.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-17T23:30:24.000Z","updated_at":"2026-02-04T09:49:33.000Z","dependencies_parsed_at":"2024-08-11T02:43:42.496Z","dependency_job_id":"6ac25624-6449-43ce-b330-6b4ac037948d","html_url":"https://github.com/elphick/omfpandas","commit_stats":null,"previous_names":["elphick/omfpandas"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elphick/omfpandas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elphick%2Fomfpandas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elphick%2Fomfpandas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elphick%2Fomfpandas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elphick%2Fomfpandas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elphick","download_url":"https://codeload.github.com/elphick/omfpandas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elphick%2Fomfpandas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32139467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T13:27:12.868Z","status":"ssl_error","status_checked_at":"2026-04-22T13:26:44.791Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["omf","pandas"],"created_at":"2026-04-22T23:00:30.995Z","updated_at":"2026-04-22T23:00:47.222Z","avatar_url":"https://github.com/elphick.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# omfpandas\n\n[![PyPI](https://img.shields.io/pypi/v/omfpandas.svg?logo=python\u0026logoColor=white)](https://pypi.org/project/omfpandas/)\n[![Run Tests](https://github.com/Elphick/omfpandas/actions/workflows/poetry_build_and_test.yml/badge.svg?branch=main)](https://github.com/Elphick/omfpandas/actions/workflows/poetry_build_and_test.yml)\n[![Publish Docs](https://github.com/Elphick/omfpandas/actions/workflows/poetry_sphinx_docs_to_gh_pages.yml/badge.svg?branch=main)](https://github.com/Elphick/omfpandas/actions/workflows/poetry_sphinx_docs_to_gh_pages.yml)\n\nA pandas (and parquet) interface for the [Open Mining Format package (omf)](https://omf.readthedocs.io/en/latest/).\n\nWhen working with OMF files, it is often useful to convert the data to a pandas DataFrame.\nThis package provides a simple interface to do so.\n\nThe parquet format is a nice, compact, efficient format to persist pandas DataFrames.\nThis package also provides a simple interface to convert an omf element to a parquet file.\nWhen datasets do not fit into memory, parquet files can be read in chunks or by column.\n\n\u003e **Note:**\n\u003e This package *only* supports omf 2.0, which is currently only a pre-release.\n\n## Installation\n\n```bash\npip install omfpandas\n```\n\nIf you intend to use the parquet functionality, you will need to install the optional dependencies.\n\n```bash\npip install omfpandas[io]\n```\n\n## Roadmap\n\n- [x] 0.2.0 - Add support for reading a VolumeElement (Block Model) from an OMF file as a pandas DataFrame. \n  Export a VolumeElement as a parquet file.\n- [x] 0.3.0 - Add support for writing a DataFrame to an OMF BlockModel.  Version 2.0 of the OMF spec is supported.\n- [x] 0.4.0 - Convert to omf 2.0 support.\n- [x] 0.5.0 - Block model profiling, with reports persisted in the omf file.\n- [x] 0.6.0 - Optional block model validation using pandera json schemas.\n- [x] ...\n- [ ] 0.9.0 - Add support for low-memory/out-of-core writing an omf element to parquet\n- [ ] ...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felphick%2Fomfpandas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felphick%2Fomfpandas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felphick%2Fomfpandas/lists"}