Restricting Data from Wolfram|Alpha Input into Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg126622] Restricting Data from Wolfram|Alpha Input into Mathematica
- From: Mike McCraith <sandwaterhand at gmail.com>
- Date: Sat, 26 May 2012 05:12:19 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Hello!
I have the following code which brings up the number of cattle, by all
countries, in Africa.
WolframAlpha["Number of Cattle in Africa",
IncludePods -> {"PropertyRanking:CountryData"}]
Is there any way of only displaying the values (country name and population
number) that are between 1 and 10 million for instance?
Also, is there an automatic way of extracting those values (population
numbers, not the country name) and then turning them into a data set?
Thanks much for reading and any help!
Mike
- Follow-Ups:
- Re: Restricting Data from Wolfram|Alpha Input into Mathematica
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: Restricting Data from Wolfram|Alpha Input into Mathematica