Skip to content

Commit 3f2c6a1

Browse files
Update modin/core/storage_formats/pandas/query_compiler_caster.py
Co-authored-by: Jonathan Shi <[email protected]>
1 parent b51c9b5 commit 3f2c6a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modin/core/storage_formats/pandas/query_compiler_caster.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ class QueryCompilerCasterCalculator:
3838
"""
3939
Calculate which QueryCompiler should be used for an operation.
4040
41-
Given a set of QueryCompilers; containing various data, determine
42-
which query compiler everything should be cast to which minimizes
43-
the cost of casting, or coercion. Use the aggregate sum of coercion
44-
to determine overall cost.
41+
Given a set of QueryCompilers containing various data, determine
42+
which query compiler's backend would minimize the cost of casting
43+
or coercion. Use the aggregate sum of coercion to determine overall
44+
cost.
4545
"""
4646

4747
def __init__(self):

0 commit comments

Comments
 (0)