Installing
Installing Arrow JS
The Apache Arrow JS bindings are published as an npm module.
npm install apache-arrow
yarn add apache-arrow
Importing Arrow JS
You should now be able to import arrow into your projects
import {Table} from 'apache-arrow';