Skip to content

Commit fef3aad

Browse files
committed
Modify return val of _process_string_column_data()
1 parent c4156bb commit fef3aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pointblank/datascan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ def _process_string_column_data(column_data: dict) -> dict:
10701070
"q_3": "—",
10711071
"p95": "—",
10721072
"max": quantile_stats["max"],
1073-
"iqr": quantile_stats["iqr"],
1073+
"iqr": "—",
10741074
}
10751075

10761076
return stats_dict

0 commit comments

Comments
 (0)