-
I'm curious about the many-repo approach versus a mono-repo approach (similar to what Vaex does https://github.com/vaexio/vaex/tree/master/packages). It seems like having many repositories will make C…
-
We're having the above error msg in our CI at vaex:
https://travis-ci.org/vaexio/vaex/jobs/657325237?utm_medium=notification&utm_source=github_status
(this PR https://github.com/vaexio/vaex/pull/…
-
instead of
```
vx.from_pandas .
vx.from_ascii .
vx.from_arrays .
vx.from_astropy_table .
```
Just have `vx.read()`/ `vx.import()`/ `vx.create()` and deal with it in the read function.
-
Hi @maartenbreddels,
I came across your talk at SciPy 2020 - Remote DataFrames and Interactive Exploration of Big Astronomical Datasets with Vaex.
It was a very impressive talk indeed to see the …
-
- We need to investigate different ways to speed up DFS. This spike encapsulates an investigation, and determining the best way to do this going forward:
- https://github.com/alteryx/featuretools/iss…
-
Adapt the Dataframe protocol implementation for Vaex to work with categorical columns.
- [x] Research how Vaex handles categorical dtypes
- [x] Use the knowladge to adapt the interchange protocol
…
-
Package name: pyarrow
Issue type: Build failed
Link to PyPI page: https://pypi.org/project/pyarrow
Link to piwheels page: https://www.piwheels.org/project/pyarrow/
Version: All
Python version: 3.…
-
When researching all possible dtypes with missing values in Vaex and observing how this is handled in Pandas implementation I found that there is a BooleanDtype in Pandas that gives an error.
``` p…
-
I'm new to Vaex. Is there API documentation and some examples available on vaex-server?
-
**Description**
Hi,
I am trying to create a plot2d_contour but it is giving me this error:
```---------------------------------------------------------------------------
AttributeError …