PGScatalog / pgscatalog_utils

(superseded by pygscatalog) Utilities for working with PGS Catalog API and scoring files
Apache License 2.0
4 stars 3 forks source link

Replace home-brewed batching with `read_csv_batched` #34

Closed nebfield closed 2 months ago

nebfield commented 1 year ago

Polars added native support for batched CSV reading

https://pola-rs.github.io/polars/py-polars/html/reference/api/polars.read_csv_batched.html

smlmbrt commented 1 year ago

Would implementing this be better/more stable long term?

nebfield commented 2 months ago

Batched reads now implemented in the new repo.