UNPKG

datapilot-cli

Version:

Enterprise-grade streaming multi-format data analysis with comprehensive statistical insights and intelligent relationship detection - supports CSV, JSON, Excel, TSV, Parquet - memory-efficient, cross-platform

12 lines (9 loc) 253 B
var Buffer = require('buffer').Buffer; // Backwards compatibility for node versions < 8 if (Buffer.from === undefined) { Buffer.from = function (a, b, c) { return new Buffer(a, b, c) }; Buffer.alloc = Buffer.from; } module.exports = Buffer;