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

Support pandas DataFrame #9

Open
thomassajot opened this issue Jan 21, 2020 · 1 comment
Open

Support pandas DataFrame #9

thomassajot opened this issue Jan 21, 2020 · 1 comment

Comments

@thomassajot
Copy link

Pandas is a common library used for data management. It would be very useful to support dataframes on top of numpy arrays.

@danlester
Copy link
Member

This sounds like a reasonable idea. It can normally be possible to access the underlying numpy array so might not need new code in Innotater, just a bit of thought about how to instantiate the Innotater object.

As a starting point, would you be able to provide some example code for construction of a Pandas dataframe, and then making it clear how you would expect the Innotater to be invoked in that case (which presumably isn't quite working at the moment)?

Thanks,

Dan

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