MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

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




  • Prev by Date: Stop on message?
  • Next by Date: Converting an imported STL into a solid Region for integration?
  • Previous by thread: Re: Stop on message?
  • Next by thread: Re: Restricting Data from Wolfram|Alpha Input into Mathematica