kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.37k stars 96 forks source link

Feature: Support `SKIP` option in parquet/pandas dataframe reader. #3878

Open acquamarin opened 3 months ago

acquamarin commented 3 months ago

API

Other

Description

https://github.com/kuzudb/kuzu/pull/3877 implements SKIP option in CSV. We should also support SKIP option in both parquet and pandas reader.

prrao87 commented 3 months ago

Arrow table reader (and hence Polars, too) - whatever applies to Pandas should apply to Polars, imo.