Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate CSV reader to pylibcudf #16011

Merged
merged 22 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
24a9d94
Migrate CSV reader to pylibcudf
lithomas1 Jun 12, 2024
86ebb02
fix cudf_kafka
lithomas1 Jun 12, 2024
52a7185
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 2, 2024
989a21e
stub out tests for csv
lithomas1 Jul 2, 2024
bfa4095
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 9, 2024
112a099
more tests
lithomas1 Jul 9, 2024
51827bc
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 10, 2024
3b020b1
add docs
lithomas1 Jul 10, 2024
c3aa845
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 10, 2024
b9af4ee
refactor data generation
lithomas1 Jul 10, 2024
f6afa00
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 11, 2024
f07c994
final tests update
lithomas1 Jul 11, 2024
929a39e
fix docs
lithomas1 Jul 11, 2024
e4877bd
remove debug prints
lithomas1 Jul 11, 2024
d53e531
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 12, 2024
3b9cec4
typo
lithomas1 Jul 12, 2024
dd09dc7
simplify more
lithomas1 Jul 15, 2024
6935b9c
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 16, 2024
704d51a
simplify greatly
lithomas1 Jul 16, 2024
da114dd
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 16, 2024
04cb9fb
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 17, 2024
7e8ad5d
cleanup more
lithomas1 Jul 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading