Blosc/python-blosc2 - Open Source PR Review Scorecard

A high-performance library for compressed ND arrays and columnar tables, with compute and indexing engines

C-Rank Grade: A (Welcoming) - 67/100

External PR Merge Rate: 79%

Response Time: 5h

First Timer Success: 60%

Frequently Asked Questions

Is Blosc/python-blosc2 welcoming to first-time open-source contributors?

Blosc/python-blosc2 has a recorded first-timer success rate of 60.0%. Repositories ranked A typically provide actionable feedback during code reviews and actively nurture new community contributors.

How fast can I expect code review feedback on my pull request?

Maintainers in Blosc/python-blosc2 respond to incoming external pull requests in approximately 5.3 hours on average. Keeping PRs focused on single tasks and ensuring tests pass helps maintainers review faster.

What does the 66.9 C-Rank™ score (A Tier) represent?

The C-Rank™ system evaluates GitHub projects on a 0–100 scale using real data: PR merge rates, review turnaround time, active maintainer presence, and first-time contributor success. A score of 66.9 places Blosc/python-blosc2 in the A tier.

What is the external contributor pull request merge rate for Blosc/python-blosc2?

The external contributor pull request merge rate for Blosc/python-blosc2 is 78.8%, based on public PR activity from non-core contributors.

Are there Good First Issues available in Blosc/python-blosc2?

Blosc/python-blosc2 currently has 7 active issue(s) tagged with beginner-friendly labels like "good first issue", "beginner", or "up-for-grabs".

Blosc
Blosc/python-blosc2AWelcoming210
GitHub
Back to Explorer
Blosc

Blosc/python-blosc2

210
AWelcoming(67/100)Python

A high-performance library for compressed ND arrays and columnar tables, with compute and indexing engines

Compare
Jump to:

AI Maintainer Review Guidelines

Review Persona

Welcoming Community Builder

Warmth Score
8.6/10
Patience Score
8.6/10
Nitpick Rate
35%

Highly welcoming maintainers in Blosc/python-blosc2. Prompt code reviews with positive guidance for new contributors.

Top PR Submission Do's

  • Ensure code complies with the project coding style
  • Keep PRs scoped to a single concern
  • Include context and link to the related issue

Top PR Friction Pitfalls (Don'ts)

  • Do not submit PRs without linking an issue
  • Do not break existing tests without fixing them
  • Do not mix unrelated refactors in a single PR
Response Velocity
5 hours
Standard maintainer review cycle

Average Response Latency

Tracks hours until a maintainer leaves a review, comment, or PR response.

Merge Efficiency
78.8%
High acceptance rate for external PRs

External Acceptance Rate

Percentage of community pull requests successfully merged into main.

First-Timer Success
60.0%
Strong first-timer PR acceptance rate

First PR Conversion

Rate at which developers submitting their first repository PR succeed.

Active Maintainers
2 core
Small core review team
Diagnostic Health HUD
78.8%
Merge Gauge
60.0%
1st-Timer
Community Vibe76/100

Embed C-Rank Badge

Show contributors that your repository actively reviews and merges external pull requests.

GetMerged C-Rank badge for Blosc/python-blosc2
[![GetMerged C-Rank](https://getmerged.abhishekco.de/api/badge/Blosc/python-blosc2)](https://getmerged.abhishekco.de/Blosc/python-blosc2?utm_source=github&utm_medium=badge)

Active Good First Issues (5)

View on GitHub

The b2view command-line TUI (installed as a project script) allows to browse visually inspect a .b2nd or .b2z/.b2d file/dir. It has different views (tree, meta, vlmeta, data), but more love is needed to make it working in a smoother way and/or adding new features. Also, b2view is not mentioned anywhere in doc/. Users who install python-blosc2 and want to visually inspect a .b2nd or .b2z file have no way to discover it from the docs. Suggested work: Use real-world datasets (e.g. coming from parquet files in Hugging Face), and assess navegability on them. Try to improve visual aspects and browsability in general. Add a short section to doc/getting_started/overview.rst (or a new tools.rst) describing b2view, what file types it supports, and how to launch it Add a screenshot or short ASCII rendering of the TUI output Link it from the parquet-to-blosc2 docs (issue 3 above) since that tool and b2view are often used together

📅 Opened Jun 2, 2026💬 0 comments
Quality: 90/100Contribute

examples/ctable/real_world.py exists but is a fairly raw script. There is no self-contained example that clearly shows what performance gain SUMMARY indexes provide over a full scan, or how block size affects that gain — which is the most common question users will have after enabling auto-indexing. Suggested work: Write bench/ctable/summary_index_perf.py that: Generates a synthetic CTable with a few million rows and numeric columns Runs the same where() query three ways: no index, SUMMARY at chunk granularity, SUMMARY at block granularity Prints a clean results table (rows scanned, time, speedup) Includes comments explaining the trade-offs Ideally, it should work without any external dataset so it can be run immediately after install, but using an accessible dataset is also an option.

📅 Opened Jun 2, 2026💬 0 comments
Quality: 90/100Contribute

New contributors and users frequently confuse chunks, blocks, frames, and superchunks — terms that appear throughout the API but are never defined in one place. The getting-started section has no glossary. Suggested work: Create doc/getting_started/glossary.rst (and link it from doc/getting_started/index.rst) defining at minimum: SChunk, frame, chunk, block, subblock Compression parameters (cparams): codec, clevel, filters NDArray vs CTable vs SChunk — when to use each Index types: SUMMARY, BUCKET, PARTIAL, FULL, OPSI — one-sentence each Each term should link to the relevant API reference page.

📅 Opened Jun 2, 2026💬 0 comments
Quality: 90/100Contribute

The docstrings for CTable.where() and CTable.sort_by() describe the API well but contain no runnable Examples: section. New contributors exploring the API in a REPL or reading rendered API docs get no concrete illustration of the lazy-view behaviour introduced in this release. Suggested work: Add an Examples section to both docstrings (NumPy docstring format) showing: where(): filter with a simple predicate, with columns=, and with a compound condition sort_by(): sort a plain table, sort a filtered view (demonstrating that it stays lazy until iterated), and multi-key sort Both should include print() calls that make the lazy-vs-eager distinction visible

📅 Opened Jun 2, 2026💬 0 comments
Quality: 90/100Contribute

12.batcharray.ipynb covers BatchArray basics but there is no tutorial for ListArray — the newer, more flexible varlen column type. Users working with nested or ragged data (e.g. GPS waypoints, tags, embeddings of varying length) have no worked example to follow. Suggested work: Extend 12.batcharray.ipynb or add 12b.listarray.ipynb covering: Creating a ListArray with item_spec Appending, extending, and fancy-indexing Embedding a ListArray as a column inside a CTable (using the dataclass schema API) Arrow round-trip (from_arrow / to_arrow) When to prefer ListArray over BatchArray

📅 Opened Jun 2, 2026💬 0 comments
Quality: 90/100Contribute
Looking for more Python beginner tasks?Explore Python GFI

Contributor Community Vibe Feedback

Rate what actually matters after opening a pull request here.

Have you contributed to this repo?

Rate your first-hand PR experience (review speed, maintainer responsiveness, and onboarding ease) to help other contributors.

3 ratings required
Maintainer helpfulness
Review speed
Beginner friendliness

Contributor Compatibility & Review Speed Analysis for Blosc/python-blosc2

When evaluating whether to contribute to Blosc/python-blosc2, response velocity and maintainer engagement are crucial. GetMerged continuously tracks pull request trajectories, first-comment latency, and code review rounds to help developers avoid submitting pull requests to backlogged repositories.

Currently, maintainers of Blosc/python-blosc2 acknowledge new external contributions in approximately 5 hours. Out of all submitted pull requests from non-core authors in the last 180-day window, 78.8% were successfully merged into the primary branch.

Frequently Asked Questions - Contributing to Blosc/python-blosc2

01

Is Blosc/python-blosc2 welcoming to first-time open-source contributors?

Blosc/python-blosc2 has a recorded first-timer success rate of 60.0%. Repositories ranked Welcoming typically provide actionable feedback during code reviews and actively nurture new community contributors.

02

How fast can I expect code review feedback on my pull request?

The initial maintainer response time averages ~5 hours. Keeping PRs scoped to single concerns and ensuring CI checks succeed will optimize review turnaround.

03

What does the 66.9 C-Rank™ score represent?

The C-Rank™ index scores repositories on a 0 to 100 scale using an objective formula: external PR merge rates, initial response speed, active maintainer count, and first-time contributor retention. A score of 66.9 places Blosc/python-blosc2 in the Welcoming tier.

04

What is the external contributor pull request merge rate for Blosc/python-blosc2?

The external pull request merge rate is 78.8%. GetMerged isolates non-core community contributions so external developers get an accurate benchmark of PR acceptance probability.

05

Are there beginner Good First Issues open in Blosc/python-blosc2?

Yes, Blosc/python-blosc2 currently has 7 active issue(s) tagged with beginner-friendly labels. You can inspect these directly from the repository issues tab.

GetMerged C-Rank™ Indexing Standard

All metrics displayed for Blosc/python-blosc2 are automatically retrieved via the public GitHub API and recalculated daily. Insider pull requests submitted by repository owners or organization members are excluded from merge rate calculations to preserve objective external contributor statistics.