Andrew Stein

Results 124 comments of Andrew Stein

This is a [bug in desktop Safari](https://stackoverflow.com/questions/20435166/contenteditable-not-working-in-safari-but-works-in-chrome). If you'd like, for now you can fix this in released Perspective versions via CSS injection (see link for details). While I'm down...

I can't repro this on [binder](http://beta.mybinder.org/v2/gh/finos/perspective/master?urlpath=lab/tree/examples/jupyter-notebooks). What browser are you using? ![repro](https://user-images.githubusercontent.com/60666/116191758-e04b5400-a6fa-11eb-9c43-a813f440f34e.gif)

Thanks for the detailed report! We're aware of this issue. This should only affects client mode, which has recently become the default for `PerspectiveWidget` - setting the kwarg `server=True` will...

Server mode works fine on [binder](https://mybinder.org/v2/gh/finos/perspective/master?urlpath=lab/tree/examples/jupyter-notebooks) and I'm aware of no open issues with this specifically (and as I said, it was the default until just recently). If you're having...

What is "pure transparent pandas compatibility"? Support for `dtype="string"` seems simple to add, as does support for newer Pandas versions `>1`.

I'm going to leave some use cases I've found for these in comments, starting with this one. I have a column in a CSV which is parsed as a string,...

I have longitude/latitude coordinates in the form of a `string`, e.g. `(123, 456)`, and I'd like to plot it via `perspective-viewer-mapbox` plugin. ``` // Longitude var idx = find("Bad Column",...

I have various manually-entered fields with (mis/alt)-spellings I would like to pivot on, for example `"NC"`, `"N.C."`, `"N. C."` can be normalized to `"NC"` with ``` replace_all("State", '[\.\s]', '') ```

I need more details (a repro) to understand this failure case ... but assuming your expression is indeed producing _unique_ strings, this is a duplicate of #1723. Note this behavior...

@rgrupesh The offer is appreciated but there is no need for help here, this is a 6 character fix which we'll take care of in the next docs epic. For...