Jovan Veljanoski

Results 94 comments of Jovan Veljanoski

Thanks - good catch! Let's see if we can improve it. PRs are welcome of course!

Something that is probably missing is right now is how strings are handled in this scenario, especially with interaction to scikit-learn. For instance: ``` import vaex from sklearn.preprocessing import LabelEncoder,...

As this PR is heavily geared towards scikit-learn compatibility, currently the ColumnTransformer does not seem to work (but the Pipline does!). Here is a simple example: ``` import vaex import...

But overall i really really like the direction this is going :)

Hi @maartenbreddels Yeah I was thinking about the interactive part as well, but I though of having a first iteration like this and build it more after you see the...

I am happy with this PR. Long term we probably do not want to return a pandas object, but since the same goes from things like `describe`, `value_counts`, this is...

Hi, Can you share your version of pyarrow please? Is there something special about the contents of the file or the parquet files? Can you maybe use `df.dtypes` or `df.A.dtype`...

Hmm that is really strange since the way you write the parquet file is similar to how vaex exports it.. So I tried to reproduce your example like this: ```python...

Hi, Your code above runs perfectly well for me. If you are running it through PyCharm, can you try it via ipython terminal or otherwise, just to eliminate issues related...