UNPKG

@dpkit/table

Version:

Data Package implementation in TypeScript.

3 lines (2 loc) 87 B
import type { LazyDataFrame } from "nodejs-polars"; export type Table = LazyDataFrame;