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

Pandas time series object #40

Open
ixmatus opened this issue Apr 22, 2014 · 3 comments
Open

Pandas time series object #40

ixmatus opened this issue Apr 22, 2014 · 3 comments

Comments

@ixmatus
Copy link

ixmatus commented Apr 22, 2014

I'm doing this in my own fork anyway but an arg to have tempo python lib load series data to / from pandas time series objects would be stellar.

Our data is pretty much touched by pandas anytime read.

@meshulam
Copy link
Contributor

Do you have a branch where we can see how you've implemented this?

I don't think it would make sense to add Pandas as a dependency for the TempoDB client, but seems like it would still be a useful addon utility.

@ixmatus
Copy link
Author

ixmatus commented Apr 24, 2014

I'll clean it up and push the branch to my fork.

The dependencies are too heavy to be included whole-sale into it. I'm mostly a Haskell programmer so I don't actually know what the best way to introduce Pandas into the TempoDB client would be without building a convoluted module / plugin / hook system.

Maybe there's just the TempoDB Client and then a higher-level (and heavier) TempoDB-Pandas package that can provide an API layer for composing TempoDB client operations with the Pandas DataFrame type and TimeSeries operations.

@ixmatus
Copy link
Author

ixmatus commented Apr 24, 2014

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