Closed PengWenChen closed 6 months ago
Could you provide a little more information:
python --version
python -m pip freeze
Thx :)
Hi @PengWenChen Thanks for trying Bodo. To answer your question
I would like to ask whether bodo support csv files? Does it only support parquet?
Yes, Bodo supports CSV as well as other formats beside parquet. Please refer to our I/O documentation for list of supported data files and how to use them https://docs.bodo.ai/2022.4/file_io/
Also, here's an example that uses csv file nyc-taxi
EDIT: I saw you edited the description and the the issue is now resolved.
Thanks.
Hello, thanks for providing this great module.
I installed bodo by pip3 successfully. However, when I run the
@bodo.jit
, it occur error that it has no attribute jit. "AttributeError: partially initialized module 'bodo' has no attribute 'jit' (most likely due to a circular import) How to fix this environment issue? Thank you The above issue is fixed.I would like to ask whether bodo support csv files? Does it only support parquet? Thank you very much.