Skip to content

Commit

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

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

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

URL: #16011
  • Loading branch information
lithomas1 authored Jul 18, 2024
1 parent c4471c4 commit faddc8c
Show file tree
Hide file tree
Showing 13 changed files with 751 additions and 310 deletions.
6 changes: 6 additions & 0 deletions docs/cudf/source/user_guide/api_docs/pylibcudf/io/csv.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
===
CSV
===

.. automodule:: cudf._lib.pylibcudf.io.csv
:members:
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ I/O Functions
:maxdepth: 1

avro
csv
json
Loading

0 comments on commit faddc8c

Please sign in to comment.