Table#

Table#

Attribute Name

Data Type

Description

data

DataFrame

The data contained in the table as a DataFrame.

Python: pandas.DataFrame.

C#: Microsoft.Data.Analysis.DataFrame.

Both types allow for efficient manipulation and analysis of tabular data.

warning

str

A warning message associated with the DataFrame when it’s empty.