Skip to content

Commit

Permalink
Update data_formats.rst (#1034)
Browse files Browse the repository at this point in the history
* Update data_formats.rst

Very minor grammatical corrections.

* Update docs/text/data_formats.rst

---------

Co-authored-by: Nils Braun <nils-braun@users.noreply.github.com>
  • Loading branch information
GBodeker and nils-braun committed Jul 28, 2023
1 parent 0eb6ec0 commit ac413b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/text/data_formats.rst
Expand Up @@ -19,13 +19,13 @@ make up those DataFrames. Each will be described with an example from the robot

:`column_id`: This column indicates which entities the time series belong to. Features will be extracted individually
for each entity (id). The resulting feature matrix will contain one row per id.
Each robot is a different entity, so each of it has a different id.
Each robot is a different entity, so each of the set of features has a different id.

:`column_sort`: This column contains values which allow to sort the time series (e.g. time stamps).
In general, it is not required to have equidistant time steps or the same time scale for the different ids and/or kinds.
Some features might make however only sense for equidistant time stamps.
:`column_sort`: This column contains values which allows sorting of the time series (e.g. sorting by time stamps).
In general, having equidistant time steps, or the same time scale for the different ids and/or kinds, is not a requirement.
Some features, however, might only sense for equidistant time stamps.
If you omit this column, the DataFrame is assumed to be already sorted in ascending order.
Each of the robot sensor measurements have a time stamp which is used as the `column_sort`.
Each of the robot sensor measurements has a time stamp which is used as the `column_sort`.

Need only to be specified on some data formats (see below):

Expand Down

0 comments on commit ac413b6

Please sign in to comment.