aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
57 stars 11 forks source link

feat: Add __str__() methods to EventDataFrame and GazeDataFrame #727

Closed josephine-funken closed 1 month ago

josephine-funken commented 1 month ago

Description

Added string representations to EventDataFrame and GazeDataFrame

Fixes issue # 448

Implemented changes

Insert a description of the changes implemented in the pull request.

Type of change

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (38e93da) to head (befc4f6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #727 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 60 60 Lines 2813 2823 +10 Branches 714 715 +1 ========================================= + Hits 2813 2823 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.