Skip to content

Conversation

mroeschke
Copy link
Contributor

Description

To remove a workaround in PDSH Q1 for cudf.pandas

~/cudf$ python $PDSH_FILE $queries --scale=0.1 --iterations 1 --path "$dataset_path"
Empty DataFrame
Columns: []
Index: []
Query 0 - Iteration 0 finished in 0.0007s
  l_returnflag l_linestatus     sum_qty  sum_base_price  sum_disc_price    sum_charge  count_order
0            A            F  3774200.00   5320753880.69   -5.054096e+09 -5.256751e+09       147790
1            N            F    95257.00    133737795.84   -1.271324e+08 -1.322863e+08         3765
2            N            O  7459297.00  10512270008.90   -9.986238e+09 -1.038558e+10       292000
3            R            F  3785523.00   5337950526.47   -5.071819e+09 -5.274406e+09       148301
Query 1 - Iteration 0 finished in 0.2097s
Iteration Summary
=======================================
query: 0
path: /home/nfs/mroeschke/cudf/sf0.1
scale_factor: 0.1
executor: in-memory
iterations: 1
---------------------------------------
min time : 0.0007
max time : 0.0007
mean time: 0.0007
=======================================
query: 1
path: /home/nfs/mroeschke/cudf/sf0.1
scale_factor: 0.1
executor: in-memory
iterations: 1
---------------------------------------
min time : 0.2097
max time : 0.2097
mean time: 0.2097
=======================================
Total mean time across all queries: 0.2103 seconds

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@mroeschke mroeschke self-assigned this Oct 7, 2025
@mroeschke mroeschke requested a review from a team as a code owner October 7, 2025 20:06
@mroeschke mroeschke added Python Affects Python cuDF API. improvement Improvement / enhancement to an existing function labels Oct 7, 2025
@mroeschke mroeschke added the non-breaking Non-breaking change label Oct 7, 2025
@github-actions github-actions bot added the cudf.pandas Issues specific to cudf.pandas label Oct 7, 2025
@GPUtester GPUtester moved this to In Progress in cuDF Python Oct 7, 2025
@mroeschke
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 1e042a1 into rapidsai:branch-25.12 Oct 8, 2025
130 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in cuDF Python Oct 8, 2025
@mroeschke mroeschke deleted the feat/cudf/float_decimal_binops branch October 8, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudf.pandas Issues specific to cudf.pandas improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants