Jovan Veljanoski

Results 94 comments of Jovan Veljanoski

I think i you put numpy to version below 1.22 or so, it should be fine.

This will add significant overhead to `describe`.. If you look at what `describe` currently outputs, the "count" field is the only one we have in common. I once had the...

Hey Ben, I can't reproduce this (using master). @maartenbreddels thinks it might be something to do with the cache perhaps? If you are using it can you maybe clear it?

Hi @Ben-Epstein ! I looked into this a bit just now and there are more things going on. Let me explain. The purpose of the `value` key in `ordinal_encode` is...

Are you writing to an SSD disk or HDD? I would expect the operation to be much faster than 13 hours.. if you are just concatenating and exporting to be...

Ah then there is some network overhead probably.. i would not know. Can you check if you are reading-writing to a resource in the very same zone? That gives optimal...

Hi @Karlheinzniebuhr Thanks for trying out vaex. Vaex does support inner join, and full join. Does that help your usecase? Cheers, J.

Hi, We are currently focused on the development of other aspects of Vaex. We appreciate the interested and need for full/outer join in Vaex, and hope to be able to...

This is somewhat related to: https://github.com/vaexio/vaex/issues/1879 In a nutshell, for compressed files (csv, json) you need to use the right method and specify the compression type. Essentially there is no...

I believe this is now possible in the new release, thanks to @maartenbreddels . Please re-open if needed.