[pycharm] PY-71967 Add impl (except sorting in outputs -- to fix)

GitOrigin-RevId: ac079eefe71d7b32daa5e95eaef9c986ab842294
This commit is contained in:
ekaterina.itsenko
2024-06-24 01:22:20 +02:00
committed by intellij-monorepo-bot
parent 58af8101d9
commit 2fc8ea1630
9 changed files with 123 additions and 3 deletions

View File

@@ -42,7 +42,8 @@ public class PyDebugValue extends XNamedValue {
DATA_FRAME, DATA_FRAME,
SERIES, SERIES,
"GeoDataFrame", DATA_FRAME,
"GeoSeries", SERIES
"GeoSeries", SERIES,
"Dataset", DATA_FRAME
);
private static final int MAX_ITEMS_TO_HANDLE = 100;
public static final int MAX_VALUE = 256;