We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51c9b5 commit 3f2c6a1Copy full SHA for 3f2c6a1
modin/core/storage_formats/pandas/query_compiler_caster.py
@@ -38,10 +38,10 @@ class QueryCompilerCasterCalculator:
38
"""
39
Calculate which QueryCompiler should be used for an operation.
40
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.
+ Given a set of QueryCompilers containing various data, determine
+ which query compiler's backend would minimize the cost of casting
+ or coercion. Use the aggregate sum of coercion to determine overall
+ cost.
45
46
47
def __init__(self):
0 commit comments