Oliver Kennedy
Oliver Kennedy
Enumeration tests
It would be helpful for the Missing Value lens to emit explanations that reference the original value (specifically for constraints)
"Value Repair" is the "repair" part of the Missing Value lens. It would be helpful to make this its own operator for two reasons: 1. Missing Value Repair is something...
Small edits with far-reaching effects. The big edits are: 1. New Type matchers 2. TypeRegistry is now a class rather than a global 3. There's now a distinction between BaseType...
For a few bits of analysis that I'd like to do, the data files are super huge, but compress down really neatly (lots of whitespace, repeated patterns, etc...). It would...
At the moment, regular expressions for user-provided type inference/type detection are hardcoded. It would be useful to pull this out and put it into the metadata store (using hardcoded values...
Depends on #216 first. Sensitivity (aka Influence) is a measure of how much of an impact a particular source of uncertainty has on a query result. In our context, it...
An existential query returns simply true or false – true if the select query has at least one result, false otherwise. For example, the following query returns true if there...
`LoadCSV` and `db.load()` should have an (optional?) way to import data with line numbers. In particular, when `db.load()` needs to create a new table, it's perfectly reasonable to have it...
Mimir should be able to auto-detect the format of files given as command-line arguments. Currently all unflagged arguments are treated as files of SQL commands. Instead, we should have: -...