Ishan Anand

Results 30 comments of Ishan Anand

If I understand correctly, the above snippet does exactly this, isn't it? I'd leave it to the maintainers to see if they really want to add this.

Oh, I didn't know about the `parse_raw` method provided by pydantic. This is definitely neater than keeping a global container of custom datatypes! The only reason to prefer a registration...

> We could have `VIRTUAL_ENV` take precedence over `CONDA_PREFIX` if the `python` in PATH is from that venv; I'm not sure what behavior conda users would expect. This'd be useful,...

try this - `qgrid.show_grid(data, grid_options={'forceFitColumns': False})` as suggested in #119

> asof / tag - we could consider adding these as instance methods to reduce clutter. That sounds good, I will make the change. > Hmmm I guess if users...

> One problem is that this breaks the immutability of the dataset version. Oh, I hadn't thought of it. Do you mean the two queries below will return different datasets?...

Same error. The application icon bounces for a bit in the dock, and then just vanishes. MacOS Big Sur (11.4) Macbook Air (M1, 2020)

Hi - extending the original issue and listing all the cases where raising an error might be reasonable behavior. Does the following look exhaustive? Note this only considers datasets restricted...

2 is tricky since pyarrow defaults to using ListType instead of the FixedSizeListType for vector columns. Is there another way besides say, sampling the first 10 values in the embeddings...

Thank you @sfc-gh-dmatthews !