semantique.processor.arrays.Array.to_dataframe#
- Array.to_dataframe()[source]#
Convert the array to a pandas DataFrame.
The data frame will contain one column per dimension, and a column containing the data values.
- Returns:
pandas.DataFrame
– The converted input array