[AUTO-MERGE] Adding lance-to-parquet conversion notebook.#754
[AUTO-MERGE] Adding lance-to-parquet conversion notebook.#754
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Pull request overview
Adds documentation demonstrating how to convert Hyrax inference results stored on disk in Lance format into Parquet files, addressing the workflow requested in #721.
Changes:
- Added a new notebook walking through Lance → Parquet conversion (in-memory and batched).
- Linked the new workflow from the “Common workflows” docs index.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/notebooks/convert_lance_to_parquet.ipynb | New notebook demonstrating simple and batched conversion of Lance results to Parquet. |
| docs/common_workflows.rst | Adds a toctree entry intended to surface the new conversion notebook in the docs. |
You can also share your feedback on Copilot code review. Take the survey.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #754 +/- ##
=======================================
Coverage 64.66% 64.66%
=======================================
Files 61 61
Lines 5881 5881
=======================================
Hits 3803 3803
Misses 2078 2078 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Click here to view all benchmarks. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
aritraghsh09
left a comment
There was a problem hiding this comment.
I like these byte-sized notebooks!
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Change Description
Added a notebook showing how to convert lance output files to parquet files.
Closes #721