Bryan Cutler
Bryan Cutler
This should be pretty straight-forward to add. String types are already supported, and those are just binary arrays in Arrow.
This would be good to have. I don't have much experience with publishing to Conda, but I can give this a shot if no one is able to get to...
I'm looking into this now, will report back soon
It looks like the latest version of TensorFlow in conda is v1.13.2 see https://anaconda.org/conda-forge/tensorflow/files?page=1. Would it be better to hold off on this until TF 2.0 is released in conda?
Thanks @JovanVeljanoski , this is something that has been on my todo list for a while but I just haven't had the time. As a workaround, could you encode your...
Tests passing now, merged to master. Thanks all!
>In the notebook `Text_Extenstions_for_Pandas_Overview` an example shows a TensorArray used as a boolean mask: > >```python >s[np.all(thresh.array, axis=1)] >``` >This is now failing when the Series tries to validate the...
Fixed up the issue to better describe the required functionality from Pandas
Not really, I didn't dig too deep into the test error yet. Will try to do so and update here.
Once implemented, the Pandas base tests can be enabled by removing the below lines from `TestPandasComparisonOps._compare_other` ``` if op_name in ["__le__", "__ge__"]: pytest.skip("op not supported") ```