Minor correction in documentation (#24130)

pull/24142/head
Amal 5 years ago committed by GitHub
parent bd0e56caac
commit 1bdc9703d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/plugins/developing/dataframe.md

@ -56,7 +56,7 @@ Let's look an example. The table below demonstrates a data frame with two fields
| 2020-01-02 03:05:00 | 47.0 |
| 2020-01-02 03:06:00 | 48.0 |
Each field has three values, and each value in a field must share the same type. In this case, all values in the time field are timestamp, and all values in the temperature field are numbers.
Each field has three values, and each value in a field must share the same type. In this case, all values in the time field are timestamps, and all values in the temperature field are numbers.
One restriction on data frames is that all fields in the frame must be of the same length to be a valid data frame.

Loading…
Cancel
Save