Jovan Veljanoski
Jovan Veljanoski
Is this still an issue? Or did adjusting the extension did the trick?
Hi @adolganov Thank you for reporting this, and for the clean example! Much appreciated. Will try to fix this soon!
Can this PR be revisited given the new developements of dtype in vaex @maartenbreddels
Yes that is expected i believe. Which is why we recommend using a single file for optimal performance. Especially if you do things like `sample` - then you are randomly...
Closed via #2160
Formatting looks great, but I am afraid the numerical correctness is a bit off. There is a `groupby` test failing. I also added an additional using timedelta columns which are...
Hey, Vaex in general does not support the `axis` argument i believe.. so most if not all operations are column oriented (with exception of joins of course). But there are...
Will close due to inactivity. Please reopen if needed
Don't know if it should matter, but can you change your extension to `.hdf5`? Also, can you please format your code, it is very hard to figure out what is...
Is this the same idea as https://github.com/vaexio/vaex/pull/1135? I think we got stuck there on the API name, and whether the current `rename` should be refactored to support this but not...