[FEA] Create collection of dataframes for testing #2530
Labels
feature request
New feature or request
Python
Affects Python cuDF API.
tests
Unit testing for project
When testing cudf with new systems it is often useful to have a somewhat comprehensive collection of dataframes that cudf might create. This would be useful for testing systems like serialization, writing to various formats, and so on. Ideally, I would test my system with with cudf by doing something like the following:
This collection might include things like ...
and so on.
I think that @quasiben could use this for UCX testing (we keep running into situations where our serialization can't handle things correctly) and I suspect that it would also be helpful for I/O work (cc @mjsamoht )
I made the actual values callables above so that we wouldn't need to actually allocate these at startup.
The text was updated successfully, but these errors were encountered: