mzme

Results 4 comments of mzme

@akhmerov Thanks for the workaround in the conf.py. It worked well for 0.2.0. In 0.3.2 it is not working anymore. Do you have a suggestion to adapt the workaround?

The error message was produces with `RUST_BACKTRACE=full`. The backtrace with RUST_BACKTRACE=1 is: ```shell Traceback (most recent call last): File E:\lm_sc\opd\odprojects_\.venv\lib\site-packages\spyder_kernels\py3compat.py:356 in compat_exec exec(code, globals, locals) File c:\users\z0034zzs\desktop\example_for_issue.py:28 df.write_parquet(fipa_polars / fipa_pandas.name)...

@ritchie46 thanks a lot for the hint. Pyarrow manages to write the parquet. I made a preformance test of the pyarrow vs. the Rust implementation. The DataFrame has 493_741_705 rows...

With polars==0.16.6 the write_parquet works But to read in the DataFrame does not work with the RUST read_parquet: ``` Windows fatal exception: stack overflow Main thread: Thread 0x00003f98 (most recent...