mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
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