Skip to main content
Version: Python

Create, import, and export tables

Deephaven excels as an interface for ingesting data, parsing it as a table, and manipulating the data. However, Deephaven also includes a range of versatile methods for creating tables from scratch.

This section of the user guide covers various ways of creating Deephaven tables, be it from scratch with "synthetic" data or by importing data from external sources. You can also export your data into popular formats, iterate over table data, and replay historical data in real time. Below you will find a range of how-to guides and supporting documentation to get you started.