Timestream.preview

Timestream.preview(limit=10, results=None)

Preview the points in this TimeStream as a DataFrame.

Parameters:
  • limit (int, default: 10)

    The number of points to preview.

  • results (Optional[Union[History, Snapshot]], default: None)

    The results to produce. Defaults to History() producing all points.