#23871 enabled the pdsh.py benchmarks to run with data generated from tcphgen-cli, namely decimal and date data, (without fallback) using cudf.pandas.
pdsh.py still has options to run these benchmarks with just pandas which currently fails because pandas doesn't natively support decimal or date types. The queries should contain a mapping of casts (e.g. decimal -> float64, date32 -> datetime64[ns]) to apply when running these benchmarks with only pandas
#23871 enabled the
pdsh.pybenchmarks to run with data generated fromtcphgen-cli, namely decimal and date data, (without fallback) using cudf.pandas.pdsh.pystill has options to run these benchmarks with just pandas which currently fails because pandas doesn't natively support decimal or date types. The queries should contain a mapping of casts (e.g. decimal -> float64, date32 -> datetime64[ns]) to apply when running these benchmarks with only pandas