We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Thinking through a model is rather tricky. For example:
What if I want to get the US Census data?
One possible command: $miner extract uscensus
$miner extract uscensus
What if I want to get just the Minnesota US Census data?
$miner extract uscensus ... minnesota
?
What is a good way to store these things?