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

[Feature Request] Time series processing directly on dataframes #31

Open
2 tasks
samgdotson opened this issue Nov 19, 2021 · 0 comments
Open
2 tasks

[Feature Request] Time series processing directly on dataframes #31

samgdotson opened this issue Nov 19, 2021 · 0 comments
Assignees
Labels
Comp:Analysis This issue has to do with the analysis component of the code or document. (plots, postprocessing) Comp:Core This issue has to do with the main bulk of the code or document. (methods, main content) Difficulty:2-Challenging This issue may be complex or require specialized skills. Priority:3-Desired This work is important, but not urgent. Status:3-Selected The assignee has chosen to work on this item next (after their current, in progress, issue) Type:Feature New feature or feature request

Comments

@samgdotson
Copy link
Collaborator

Currently, all functions in tsprocess.py accept a path argument, which PyGenesys attempts to read into a pandas dataframe. These functions do NOT accept a dataframe itself -- which should change.

This issue can be closed when the following features have been added to the time series processing tools:

  • The main argument should accept a string OR a dataframe.
  • A "column" parameter to specify which columns in the dataframe should be used (this is also helpful for reading in dataframes with more than one column!) However, PyGenesys will still assume that the index column is called "time."
@samgdotson samgdotson added Comp:Analysis This issue has to do with the analysis component of the code or document. (plots, postprocessing) Comp:Core This issue has to do with the main bulk of the code or document. (methods, main content) Difficulty:2-Challenging This issue may be complex or require specialized skills. Priority:3-Desired This work is important, but not urgent. Status:3-Selected The assignee has chosen to work on this item next (after their current, in progress, issue) Type:Feature New feature or feature request labels Nov 19, 2021
@samgdotson samgdotson self-assigned this Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Comp:Analysis This issue has to do with the analysis component of the code or document. (plots, postprocessing) Comp:Core This issue has to do with the main bulk of the code or document. (methods, main content) Difficulty:2-Challenging This issue may be complex or require specialized skills. Priority:3-Desired This work is important, but not urgent. Status:3-Selected The assignee has chosen to work on this item next (after their current, in progress, issue) Type:Feature New feature or feature request
Projects
None yet
Development

No branches or pull requests

1 participant