Back to Vaex

About Vaex

packages/vaex-server/vaex/server/index.html

4.19.0683 B
Original Source

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) }}')mdi-clipboard-text-outlineCopy to clipboard

First 10 columns:

  • {{col.name}} - {{col.type}}

Columns:

  • {{col.name}} - {{col.type}}

Vaex.io