DataSets[Quandl][Reference]
GetIdentifier
obtain identifier from reference
GetFromDate
obtain start date from reference
GetToDate
obtain end date from reference
GetName
obtain descriptive name from reference
GetDescription
obtain full text description from reference
GetFrequency
obtain data frequency from reference
GetHeaders
obtain column headers from reference
Calling Sequence
Parameters
GetFromDate, GetToDate
Examples
Compatibility
GetIdentifier(ref);
GetFromDate(ref);
GetToDate(ref);
GetName(ref);
GetDescription(ref);
GetFrequency(ref);
GetHeaders(ref);
ref
-
Quandl reference object
returns the identifier by which the data set can be found, as assigned by Quandl, as a string. It consists of an alphanumeric code for the data source where Quandl gets the data, followed by a forward slash, and then another alphanumeric code.
return date strings that represent the starting or ending date for the data that the object represents. They are accepted by StringTools[ParseTime] when used with the format "%Y-%m-%d". For example, "2015-02-18".
returns a human-readable name for the data set, as a string. This is normally half a line long.
returns a longer human-readable description for the data set, as a string. This is typically one or a few paragraphs long.
returns one of the names daily, weekly, monthly, quarterly, and annual. It gives the frequency of the data that the object represents. Not all data points for the given frequency between the starting and ending date are necessarily present.
returns a list of the column names, as strings.
with⁡DataSets:
ref ≔ Reference⁡Quandl,FRED/CANPOPL
ref≔Data setPopulation in Canada (DISCONTINUED)Quandl FRED/CANPOPLup to 52 rows (annual), 1 column1960-01-01 - 2011-01-01
GetIdentifier⁡ref
FRED/CANPOPL
GetFromDate⁡ref..GetToDate⁡ref
1960-01-01..2011-01-01
GetName⁡ref
Population in Canada (DISCONTINUED)
GetDescription⁡ref
Millions of Persons Not Seasonally Adjusted, For more information, see http://www.bls.gov/fls/intl_gdp_capita_gdp_hour.htm#technicalnotes.
GetFrequency⁡ref
annual
GetHeaders⁡ref
VALUE
The DataSets[Quandl][Reference][GetIdentifier], DataSets[Quandl][Reference][GetFromDate], DataSets[Quandl][Reference][GetToDate], DataSets[Quandl][Reference][GetName], DataSets[Quandl][Reference][GetDescription], DataSets[Quandl][Reference][GetFrequency] and DataSets[Quandl][Reference][GetHeaders] commands were introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
DataSets
Download Help Document
What kind of issue would you like to report? (Optional)