diff --git a/src/pymovements/gaze/io.py b/src/pymovements/gaze/io.py index 0edd6da04..81bd391f7 100644 --- a/src/pymovements/gaze/io.py +++ b/src/pymovements/gaze/io.py @@ -119,6 +119,7 @@ def from_csv( We can now load the data into a ``GazeDataFrame`` by specyfing the experimental setting and the names of the pixel position columns. + >>> from pymovements.gaze.io import from_csv >>> gaze = from_csv( ... file='tests/gaze/io/files/monocular_example.csv', ... time_column = 'time',