You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/usage.rst.txt
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ As the package was developed with the help of Jupyter Notebook (version 4.4.1) a
10
10
11
11
Once the package is imported, the suggested workflow is as follows:
12
12
13
-
1. Read data and convert it to a pandas DataFrame (see [the pandas documentation](https://pandas.pydata.org) for more information); format it in the way you like.
13
+
1. Read data and convert it to a pandas DataFrame (see (the pandas documentation)[https://pandas.pydata.org) for more information]; format it in the way you like.
14
14
15
15
2. Create an object of any of the three classes in the wwdata package, e.g. the OnlineSensorBased class::
16
16
@@ -21,14 +21,12 @@ Once the package is imported, the suggested workflow is as follows:
4. Tag non-valid data points. The way to do this depends on the data you are working with, but the general approach would be::
24
+
4. Tag non-valid data points. The way to do this depends on the data you are working with, but the general approach would be to simply apply any of the filtering functions to the class object::
i.e. to simply apply any of the filtering functions to the class object.
30
-
31
-
5. Apply any other functionalities to the object. In the below example, this is the filling of the gaps introduced by filtering data in the previous step (for details on the meaning of the arguments, please refer to the documentation provided within the source code)::
29
+
5. Apply any other functionalities to the object. In the below example, this is the filling of the gaps introduced by filtering data in the previous step (for details on the meaning of the arguments, please refer to the specific documentation provided)::
0 commit comments