Matthew Wardrop

Results 29 issues of Matthew Wardrop

The current documentation is incomplete and full of typos. Finish it!

In some cases, particularly in production code, it is nice to have a safe mode that avoids using `eval`, at the expense of some functionality. This issue is here so...

enhancement
question

Motivated by #115 , this is a quick draft demonstrating a `Q` transform that replicates the behavior of the patsy `Q` function. Notes: - This syntax is not as nice...

Hi @bashtage , Persuant to #24, I did a quick draft of additional support for IV-like formula in formulaic (in addition to the multi-part formula that was already implemented). There...

Version 0.6 broke our testing pipelines, because it "upgraded" hostnames to IP addresses, but didn't also upgrade the hostname passed in via arguments. This patch resolves this by also resolving...

more-info-needed

This PR adds support for polling the status of presto queries, decoupling it from collection of results (fixing #63). Apologies on taking so long to get to it... life /...

Greetings all! I'm looking to transition a project I curate (omniduct, a library to simplify data acquisition, especially for data scientists) from `pyhive` to `prestodb`; but currently I would lose...

enhancement

Currently the evaluation strategy logic always joins measures in by joining MeasureProviders in by the nominal statistical unit type. In cases where segmentation can be done entirely local to all...

enhancement

closes: #1199 Hi @ofek ! Thanks for this great tool. I (like @oddfacade) want to be able to use local dependencies in my build configuration (for custom version schemes in...