-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
to_cassandra(table, session) #10765
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
Comments
This might be more suitable for odo. @rustyrazorblade thoughts on doing a PR there? |
Is all future work on interacting with different Databases going to the odo project? I don't mind doing the PR there - I just want to make sure Cassandra is a first class citizen in the Pandas world. |
Not sure. Pros:
Cons:
|
I suspect having that functionality in odo is a good thing no matter what. I'll take a look at it and see if I can get a PR in there for Cassandra. |
@rustyrazorblade awesome! great to have more contributors there |
@rustyrazorblade I think go ahead and contribute this to |
I think this is currently out of scope for core pandas, therefore closing this. |
@mroeschke I see that the odo repository mentioned above has not been maintained for the last 7 or 8 years. I have personally implemented the to_cql functionality in several projects and think it would be tremendously useful to have it in Pandas, especially given that Cassandra has become very popular in the last few years.
|
It's probably still too niche to belong in pandas, but if you create a Python package with it we can add it to the ecosystem docs |
Adding cassandra support should be very similar to
to_sql()
but is different enough where I think it needs it's own call, as it wouldn't use SQLAlchemy or behave even remotely close.Python driver is here: https://github.com/datastax/python-driver
Willing to help on this if it'll get pulled in.
The text was updated successfully, but these errors were encountered: