dataframe-js
Version:
Immutable and functional data structure for datascientists and developpers
28 lines (16 loc) • 585 B
JavaScript
;
require("core-js/modules/es.symbol");
require("core-js/modules/es.symbol.description");
require("core-js/modules/es.object.to-string");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.__hashes__ = exports.__groups__ = exports.__rows__ = exports.__columns__ = void 0;
var __columns__ = Symbol("columns");
exports.__columns__ = __columns__;
var __rows__ = Symbol("rows");
exports.__rows__ = __rows__;
var __groups__ = Symbol("groups");
exports.__groups__ = __groups__;
var __hashes__ = Symbol("hashes");
exports.__hashes__ = __hashes__;