Ian Eaves
Ian Eaves
I can probably include the proposed fix in #505. The transition to visions will be rolling out in stages @Mike-Honey but we've already got custom geometry types prepared for geopandas...
You should include tqdm in `requirements.txt` and modify `install_requires` in setup.py.
Although the timezone piece is primarily a rendering component it's useful when communicating across multiple services (potentially in different timezones). I'm not as comfortable in R as I am in...
Definitely agreed, that's not the only use case for timezone aware datetimes though. It just seems natural that the json encoding would respect the underlying data rather than coercing it...
You shouldn’t have to do anything different with a spark data frame than with pandas, numpy, or Python :). On Thu, Aug 25 2022 at 10:34 PM, Prajal Trivedi <...
Hey @ttpro1995 - there's a short and a long answer to your question. *Short Answer:* Type relations are not defined on the types inheritance hierarchy (all types inherit from VisionsBaseType),...
If you're interested in making a PR to include some of this functionality by default we would be more than happy to help you get those through! In the meantime,...
Hey @leapingllamas - thanks for your issue report. I'm still testing but this looks like both of those issues are a regression introduced [here](https://github.com/dylan-profiler/visions/blob/1682678cfb012727fdd84f4deb079863782f0540/src/visions/backends/python/types/url.py#L10) when we switched to backend specific...
I meant to add, one of the nice things about `visions` is that it's entirely modular. If you'd prefer to define URLs as strings and bypass ParseResult objects altogether, you...
Bug fix is available at #187 @leapingllamas. If you are interested in contributing your own type implementations let me know and I'd be happy to get you started.