Add more information to the DataModel docstring
This commit is contained in:
parent
449ccfe6ec
commit
946f0621cc
1 changed files with 4 additions and 2 deletions
|
@ -5,9 +5,11 @@ import pandas as pd
|
||||||
|
|
||||||
class DataModel():
|
class DataModel():
|
||||||
"""
|
"""
|
||||||
Container to model processed data.
|
Container to model pre-processed data for analysis.
|
||||||
|
|
||||||
Contains data for an analysis to use.
|
Contains data for an analysis to use. This is a middleground between trace events data and the
|
||||||
|
output data of an analysis. This aims to represent the data in a ROS-aware way.
|
||||||
|
It uses pandas DataFrames directly.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue