We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a3cb89 + 156ba6d commit c8a88b1Copy full SHA for c8a88b1
Orange/widgets/data/utils/tablesummary.py
@@ -125,7 +125,7 @@ def format_part(part: Optional[_ArrayStat]) -> str:
125
text[-1] += " (no missing data)"
126
127
nattrs = len(summary.domain.attributes)
128
- text.append(f"{nattrs} {pl(nattrs, 'feature')}"
+ text.append(f"{nattrs} {pl(nattrs, 'feature')}"
129
+ format_part(summary.X))
130
131
if not summary.domain.class_vars:
0 commit comments