Files
openide/python/helpers
Natalia.Murycheva 89b0fbb41e [PyCharm Tables] PY-80834 Rewrite computation of statistics for statistics headers #PY-80834 Ready for Merge
Reworked how statistics are computed for table headers to improve performance.

Motivation:
- Columns with iterable values (e.g. lists, np.arrays) cause `.describe()` to take ~30 seconds even for small columns.

Solution:
- Added a check to skip `.describe()` for columns where fast summarization is not possible.
- Computation used for visualizations remains unchanged.

GitOrigin-RevId: 46b3678cd7a0a3a0779fe4ae799a150f0b5255eb
2025-06-13 10:34:15 +00:00
..
2025-05-13 19:16:24 +00:00