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 Pandas DataFrame DataTable adaptor #55

Open
jason-godden opened this issue Jan 20, 2020 · 1 comment
Open

Add Pandas DataFrame DataTable adaptor #55

jason-godden opened this issue Jan 20, 2020 · 1 comment
Labels
feature New feature or request

Comments

@jason-godden
Copy link
Contributor

Needs #54.

Users should be able use Pandas DataFrames exactly like ClickHouse tables transparently in any operation:

# Pandas
d = {'col1': [1, 2], 'col2': [3, 4]}
df = pd.DataFrame(data=d)
# Vulkn + Pandas
v.table('myothertable').ej(df, keys=('col1',)).s
@jason-godden jason-godden added the feature New feature or request label Jan 20, 2020
@jason-godden
Copy link
Contributor Author

Use Arrow format where/if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant