Jovan Veljanoski
Jovan Veljanoski
Yeah we need to add/support `pa.Decimal128` probably. @lehoai if you use `vaex.open` to read a CSV file, you are already using arrow. Otherwise you can also use `vaex.from_csv_arrow`. But we...
The request makes sense to me. I don't know what the api should look like yet, but having a reference point does make sense. Especially given this: https://github.com/vaexio/vaex/issues/408#issuecomment-694674972 :) Dunno...
Also see https://github.com/vaexio/vaex/issues/718
We've look at this in some detail.. unfortunately it clashes with other features and it might not be fixable (at least not in the short term). @maartenbreddels can explain this...
Hi, I am getting a similar problem after upgrading mamba in the base env from 1.0.0 to 1.2.0. ```bash Traceback (most recent call last): File "/Users/jovan/miniconda3/bin/mamba", line 7, in from...
@jonashaag I am very open :). In fact I use micromamba docker for productionizing some projects. I would happily switch to either that or mambaforge as suggested by @wolfv when...
I finally had some time in between projects, just reinstalled conda, reinstalled mamba, and had my environments all up and running with no problems in 10 mins (multiple environments). No...