rapidsai / cudf

cuDF - GPU DataFrame Library
https://docs.rapids.ai/api/cudf/stable/
Apache License 2.0
8.23k stars 884 forks source link

Deprecate windowslinetermination from libcudf read_csv #15985

Open lithomas1 opened 3 months ago

lithomas1 commented 3 months ago

It doesn't do anything (there are only getters and setters for it defined in the csv header file, but it is not used in the csv reader cuda files).

See Github code search link https://github.com/search?q=repo%3Arapidsai%2Fcudf%20windowslinetermination&type=code

yytsui commented 2 months ago

First time here , I would like working on this to get familiar with the contribution working flow.

vyasr commented 1 month ago

@yytsui apologies for the slow response! Please do, we'd love to have your help. Let us know if you have any issues getting started! I would recommend trying out the devcontainers as an easy starting point.