Keith Ingersoll

Results 5 comments of Keith Ingersoll

That all sounds good to me! > current command space is a bit cluttered and confusing Yeah, unfortunately. Maybe in an ideal world we'd have two different commands, one for...

This would be a major improvement. The difficult I've had with this before is that there doesn't seem to be a good way to get the type information from a...

Oof, we might have another problem. `read_civis` accepts `columns`, which could be arbitrary SQL. So if someone were to call ```python columns = ['my_var = 1'] read_civis('table', 'database', columns =...

oh, nice. `cachetools` looks interesting.

> To be clear, this is an instance where the Civis API changed mid-notebook session and the user wanted to access the new API endpoint(s) from an existing notebook, correct?...