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 to export dataframe for SingleTimeSeries data #51

Open
KapilDuwadi opened this issue Nov 12, 2024 · 2 comments
Open

Feature to export dataframe for SingleTimeSeries data #51

KapilDuwadi opened this issue Nov 12, 2024 · 2 comments

Comments

@KapilDuwadi
Copy link
Collaborator

KapilDuwadi commented Nov 12, 2024

@pesap What do you think of this ?

Problem:
Currently if I need to access the data from SingleTimeSeries class, I can access data field. But typical usage also require of knowledge of time array.

Potential solution
So either we can provide both array or we can add method to return dataframe.

@pesap
Copy link
Collaborator

pesap commented Nov 12, 2024

That sounds cool. I think the last time we discussed this, we agreed not to do it to avoid having pandas/polars as a dependency. What I ended up implementing on R2X is a method that will create the dataframe from a single time series. Have you explored this solution as well?

@KapilDuwadi
Copy link
Collaborator Author

@pesap I have not looked at R2X implementation. Can you put a link here ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants