-
Notifications
You must be signed in to change notification settings - Fork 69
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
FEAT: how xorbits datastes export to json file #761
Comments
需要实现如下接口 |
需要向dataset.Dataset中新增一列用于记录中间值,如何处理,只看到__getitem__,没有实现__setitem__ |
dataset.Dataset如何进行过滤, 类似于huggingface.dataset:https://github.com/huggingface/datasets/blob/ef0f986518bd252c5314a7e3a419dedcbb166630/src/datasets/arrow_dataset.py#L5061 |
@codingl2k1 看下这个问题。 @simplew2011 你有兴趣来贡献吗? |
Currently, xorbits dataframe can export the dataframe to csv, parquet, sql, and dataframe Could you provide some example code? |
Is your feature request related to a problem? Please describe
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: