Arrow JS API ReferenceGet StartedGet StartedOn this pageGet Started Installing Arrow JS The Apache Arrow JS bindings are published as an npm module. npm install apache-arrow# oryarn add apache-arrow Importing Arrow JS You should now be able to import arrow into your projects import {Table} from 'apache-arrow';