Ivan Begtin

Results 78 comments of Ivan Begtin

Added write suport to parquet files

@martin-kokos thanks, I considered to replace sqlite with duckdb to speedup analytics after data processing.

В undatum преобразование файлов перестроено на библиотеку iterabledata https://github.com/apicrafter/pyiterable/ и там весь код кодеков и поддерживаемых типов файлов. Вот эта ситуация связана не с zst форматом, а с тем что...

@sjackson0109 Hi! The idea is great, but... It require a lot of efforts to write these detailed descriptions. Authorts prefer to write marketing texts instead of neurtal descriptions. I had...

@AbhiPrasad Yeah, it looks great. Where do you want to add it?

@superctj Hi! Looks like I described more dependencies wrong in the package. I will fix it ASAP, thanks! I think you need to install python-snappy with `pip install python-snappy` More...

Fixed in main branch, will be updated in next package release

@superctj not yet, it's ok with almost all parquet files that I tested. Could you share this file please?

@superctj Thanks. I use pure Python parquet lib https://pypi.org/project/parquet/ to read parquet files since it provides simple iteration functions but looks like it doesn't support this type of encoding. I...

@superctj Finally fixed, replaced parquet lib with pyarrow. The changes are in the iterabledata library, you need to reinstall it from main branch source code repository https://github.com/apicrafter/pyiterable