pandas-js is a JavaScript library inspired by the popular Python library pandas. It provides a DataFrame class for data manipulation and analysis, allowing you to work with structured data in a ...
var d = DataFrame(data-source or raw data) // first row of data d[0] // data fields / columns d.fields d.query(querySpec) There's also a connection with Tabular Data Packages and JSON Table Schema and ...