UNPKG

pandas-js

Version:
16 lines (15 loc) 294 B
/** * index * * Description: * Primary author(s): * Secondary author(s): * * Notes: * * January 11, 2017 * StratoDem Analytics, LLC */ export { default as Series } from './series'; export { default as DataFrame } from './frame'; export { default as concat } from './reshape/concat';