UNPKG

pandas-js

Version:
19 lines (17 loc) 404 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); /** * Read a csv file and return a pandas.DataFrame * * @param {string} filepath * @param {function} callback * @param {Object} args * @param {string} [args.sep=','] * * @returns {DataFrame} */ var read_csv = exports.read_csv = function read_csv(filepath, callback, args) { throw new Error('Not implemented'); };