Jun Tan

Results 10 comments of Jun Tan

From 0.10.0 onwards you should be able to create an expression column to do the conversion within perspective: ``` // datetime column datetime(“seconds_timestamp” * 1000) ``` In this case seconds_timestamp...

A handy GIF of the fix in action: ![dtconvert](https://user-images.githubusercontent.com/13220267/128216675-37e43fa4-ce32-4545-9e8f-d05ce77fce3d.gif) If you have many columns that need the conversion, you can auto-generate the expressions and apply them to the viewer/PerspectiveWidget using...

> Hi Perspective developers, thought I'd chime in as I'd be interested in seeing more Rust in great projects like this. Thank you for the review @nevi-me - exactly the...

> Independent of the benefits of using Rust within the perspective project (which I totally agree with), I'm curious what the Rust-based arrow data accessor gets you over using Arrow's...

> we should probably add linting/autoformatting to the extent that it matches our other languages @timkpaine - added linting and formatting using `rustfmt`, and I'll probably add [clippy](https://github.com/rust-lang/rust-clippy) as an...

@timkpaine is there a way to do the same in the WASM? I'm personally ok with only being able to load pyarrow Tables in our python binding but for the...

To help us isolate the issue, would you be able to: - Try the Jupyterlab window in Chrome, and see if the same error happens - Try the examples in...

I've tried this in the `streaming.py` example in the Python examples folder over various pivoted and unpivoted views, and can't reproduce the segfault. Do you have a code example that...

Hi - this example hasn't been updated in some time so it may be a little stale with regards to the Perspective API. I'll go ahead and update it to...

Thanks for the report - this looks like a Webpack or CSS-Loader error, which I can't seem to reproduce on my end. I just re-cloned the repo, ran `yarn` and...