Skip to content

Commit

Permalink
Migrate Parquet reader to pylibcudf (#16078)
Browse files Browse the repository at this point in the history
xref #15162 

Migrates the parquet reader (and chunked parquet reader) to pylibcudf.

(Does not migrate the writers or the metadata reader yet).

Authors:
  - Thomas Li (https://github.com/lithomas1)
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Lawrence Mitchell (https://github.com/wence-)

URL: #16078
  • Loading branch information
lithomas1 authored Jul 20, 2024
1 parent 26a3799 commit c5b9600
Show file tree
Hide file tree
Showing 16 changed files with 581 additions and 225 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ I/O Functions
avro
csv
json
parquet
6 changes: 6 additions & 0 deletions docs/cudf/source/user_guide/api_docs/pylibcudf/io/parquet.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
=======
Parquet
=======

.. automodule:: cudf._lib.pylibcudf.io.parquet
:members:
Loading

0 comments on commit c5b9600

Please sign in to comment.