Explorar o código

Update python.js

Lutz Roeder hai 1 mes
pai
achega
0b03d3b7a5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      source/python.js

+ 1 - 0
source/python.js

@@ -3379,6 +3379,7 @@ python.Execution = class {
         });
         this.registerType('pandas.core.arrays.interval.IntervalArray', class {});
         this.registerType('pandas.core.arrays.integer.IntegerArray', class extends pandas.core.arrays.numeric.NumericArray {});
+        this.registerType('pandas.core.arrays.integer.Int64Dtype', class {});
         this.registerType('pandas._libs.tslibs.dtypes.PeriodDtypeBase', class {});
         this.registerType('pandas.core.dtypes.dtypes.PeriodDtype', class extends pandas._libs.tslibs.dtypes.PeriodDtypeBase {});
         this.registerType('pandas.core.dtypes.dtypes.IntervalDtype', class {});