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 single Series to MultiSeries object #18

Closed
kcpevey opened this issue Jan 20, 2023 · 2 comments
Closed

Add single Series to MultiSeries object #18

kcpevey opened this issue Jan 20, 2023 · 2 comments
Labels
priority_medium medium priority issue

Comments

@kcpevey
Copy link
Collaborator

kcpevey commented Jan 20, 2023

We need a way to add a single Series to a MultiSeries object.

Perhaps something like this:
MultiSeries.add(Series)
or
MultiSeries.add([Series1, Series2])

@CommonClimate
Copy link
Contributor

That's an incremental improvement over our current process, which we can easily do ourselves. We'd be more interested in an overloaded method, so that ms + ts1 + ts2 would append the Series objects ts1 and ts2 to an existing MultipleSeries object ms

@CommonClimate
Copy link
Contributor

I've tested this and it works well

@MarcoGorelli MarcoGorelli moved this from Todo to Done in Pandas integration Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority_medium medium priority issue
Projects
Development

No branches or pull requests

2 participants