Vaex dataframe server

About Vaex

To learn more about Vaex, visit vaex.io/docs

REST API

The REST API is documented using Swagger.

GraphQL

Try the GraphQL interface
GraphQL is not enabled. Run withVAEX_SERVER_GRAPHQL=1 or pass the --graphql flag

Remote dataframe

For the remote dataframe API, the following datasets are available: {{dataset.name}} {{dataset.rows.toLocaleString()}} rows To connect, use the following Python code:
df = vaex.open('{{ vaexURL(dataset) }}') Copy to clipboard
First 10 columns:
  • {{col.name}} - {{col.type}}
Columns:
  • {{col.name}} - {{col.type}}
Vaex.io