Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GazeDataFrame.to_csv() #867

Open
1 task
dkrako opened this issue Oct 23, 2024 · 0 comments
Open
1 task

Add GazeDataFrame.to_csv() #867

dkrako opened this issue Oct 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dkrako
Copy link
Contributor

dkrako commented Oct 23, 2024

Description of the problem

Currently we do not have saving functionality on the level of a single gaze file.
We only have GazeDataFrame.save() which saves files of the complete dataset.

Description of a solution

The implementation is very straight forward and can be build up on the code from the internal function
save_preprocessed()

Minimum acceptance criteria

  • implement GazeDataFrame.to_csv()

Sample Code

Calling the method with an existing GazeDataFrame should be as easy as gaze.to_csv().

Context

Please provide any additional relevant information.

@dkrako dkrako added the enhancement New feature or request label Oct 23, 2024
@dkrako dkrako changed the title Add gaze.to_csv() Add GazeDataFrame.to_csv() Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant