-
In order to not lose information that is encoded in DataFrames and Columns that is not covered by our API, we may want to provide extra metadata slots for these.
One may argue that this should be c…
-
-
Hello,
Upon trying to install exojax (``pip install exojax``), pip is installing a large number of different versions. ~It appears as though this is because of conflicting dependency requirements. …
-
Hi,
I just found Vaex and I think this is an extremely valuable technology, especially for my use case where we require very fast and scalable computation. I actually want to put Vaex into producti…
-
Adding bolean dtype into the Dataframe protocol implementation for Vaex.
-
**Description**
Running the following code will result in an error.
It will succeed if you do not use the virtual column.
```python
import numpy as np
import vaex
col_1 = np.array([1,2])
col_…
-
-
-
Add a test and if needed change the code in the protocol for it to work on all possible numeric dtypes used in Vaex.
-
Moving from Jupyter Lab to local library.
- [x] Building Vaex in editable mode
- [x] Finding correct place for `__dataframe__`, protocol implementation and test file