We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665c6b0 commit d1b23a2Copy full SHA for d1b23a2
1 file changed
src/dataframe.rs
@@ -73,7 +73,6 @@ impl PyTableProvider {
73
}
74
const MAX_TABLE_BYTES_TO_DISPLAY: usize = 2 * 1024 * 1024; // 2 MB
75
const MIN_TABLE_ROWS_TO_DISPLAY: usize = 20;
76
-const MAX_LENGTH_CELL_WITHOUT_MINIMIZE: usize = 25;
77
78
/// A PyDataFrame is a representation of a logical plan and an API to compose statements.
79
/// Use it to build a plan and `.collect()` to execute the plan and collect the result.
0 commit comments