[DS-5285] implemented statistic tooltip for tables in console

[DS-5285] made get_value_counts in polars return empty string instead of None

[DS-5285] implemented statistic tooltip for tables in console


Merge-request: IJ-MR-112213
Merged-by: Georgii Zorabov <georgii.zorabov@jetbrains.com>

GitOrigin-RevId: 2099a4b284d2c8d7163238abee78b6ef409fe89a
This commit is contained in:
Georgii Zorabov
2023-07-31 12:46:56 +00:00
committed by intellij-monorepo-bot
parent 1bc0b2b4c4
commit 9fd1a47707
3 changed files with 8 additions and 2 deletions

View File

@@ -36,5 +36,5 @@ class TableCommand(debugger: RemoteDebugger?,
}
enum class TableCommandType {
DF_INFO, SLICE
DF_INFO, SLICE, DF_DESCRIBE
}