mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[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:
committed by
intellij-monorepo-bot
parent
1bc0b2b4c4
commit
9fd1a47707
@@ -36,5 +36,5 @@ class TableCommand(debugger: RemoteDebugger?,
|
||||
}
|
||||
|
||||
enum class TableCommandType {
|
||||
DF_INFO, SLICE
|
||||
DF_INFO, SLICE, DF_DESCRIBE
|
||||
}
|
||||
Reference in New Issue
Block a user