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/numpy C++ interface #5

Closed
glyg opened this issue Jun 22, 2015 · 4 comments
Closed

Pandas/numpy C++ interface #5

glyg opened this issue Jun 22, 2015 · 4 comments

Comments

@glyg
Copy link
Member

glyg commented Jun 22, 2015

First of all pandas is pure python, so I imagine it's just something like boost::python::object matter to retrieve column names, and them resorting to numpy for managing the data itself

We have two solutions here:

@glyg glyg added this to the 0.1 milestone Jun 22, 2015
@hadim
Copy link
Contributor

hadim commented Jul 10, 2015

About Boost.Numpy, two things you should want to do:

@glyg
Copy link
Member Author

glyg commented Jul 10, 2015

Thanks. I'll do this when I'm back from the weekend.

G.

Le 10 juillet 2015 18:24:50 GMT+02:00, Hadrien Mary notifications@github.com a écrit :

About Boost.Numpy, two things you should want to do:


Reply to this email directly or view it on GitHub:
#5 (comment)

Envoyé de mon appareil Android avec K-9 Mail. Veuillez excuser ma brièveté.

@glyg
Copy link
Member Author

glyg commented Jul 17, 2015

Ok, one more solution:
http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html

Maybe cython makes sense, asked about that on the scipy mailing list (I'll repost on cython-user if I don't have answers there).

As even a simple test fails with Boost.Numpy for now, maybe it's worth giving it a try. I know there are SWIG bindings for parts of CGAL, but I really don't like SWIG.

@glyg
Copy link
Member Author

glyg commented Oct 25, 2016

Eventually, I'm not sure I'll need CGAL anytime soon. When I need it, I'll most certainly use cython

@glyg glyg closed this as completed Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants