Phillip Cloud
Phillip Cloud
I don't think this is a pandas issue, because just using a `list` of the characters above yields the same behavior: ``` In [35]: x = ['שלום','עליכם', 'מלאכי השלום', 'ברוכים...
xref: https://github.com/ipython/ipython/issues/5960
I think this should be tracked at IPython because this isn't a pandas issue.
> What "same behavior" do you mean, exactly? By "same behavior" I mean that the slice semantics are the same for `list`, `ndarray`, `Series` and `DataFrame` objects and probably any...
> Yes, what about it? Simply answering your question. I don't know _why_ those slice semantics are like that, but that RTL iteration seemingly goes in the _opposite direction_ for...
Maybe I was a bit hasty in closing this.
@David-Alkalai I just figured out that not only are the hebrew characters encoded in RTL but so are the other parts of Python syntax, I think that was what was...
Finally I can reproduce these bizarre never-before-failing failures. It seems to be only reproducible when running with something other than `--numprocesses auto` (for example `--numprocesses 2`) at the moment. I...
This requires a fix in pyarrow, so I'm going to hold off on it until there's a release of pyarrow that contains the necessary fix.
Sadly, this seems to break our TPC-H queries. I'll look into it today.