Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Overview of the DataSets Package

 

Description

List of DataSets Package Commands

List of Builtin Data Commands

List of Builtin Data Sets

List of Quandl Data Commands

List of WorldMap Commands

Compatibility

Description

• 

The DataSets package contains functions for retrieving and working with data sets, as well as GUI elements for the same purposes. This package is able to access time series data from the data aggregator Quandl, as well as locally installed geographical data from GeoNames.

• 

It is recommended that you start with the search command or use the visual search form.

• 

Each command in the DataSets package can be accessed by using either the long form or the short form of the command name in the calling sequence.

  

The long form, DataSets:-command,is always available. The short corm can be used after loading the package.

List of DataSets Package Commands

InsertSearchBox

insert a search form into the worksheet

Reference

create a reference to a data set

Search

find data sets by keyword

List of Builtin Data Commands

ApplyToRows

create a Matrix of transformed data with algebraic expressions

convert

convert built-in reference to another data type

CountRows

obtain the number of rows of a reference

GetData

obtain the data of a reference

GetDescription

obtain a description of a reference

GetElementNames

obtain the row names of a reference

GetHeaders

obtain the column names of a reference

GetIdentifier

obtain the identifier for a reference

GetName

obtain the name of a reference

Reference

create a reference to built-in data

List of Builtin Data Sets

Country

GeoNames

 

 

List of Quandl Data Commands

convert

convert a reference to another data type

GetDescription

obtain full text description from reference

GetFrequency

obtain data frequency from reference

GetFromDate

obtain start date from reference

GetHeaders

obtain column headers from reference

GetIdentifier

obtain identifier from reference

GetName

obtain descriptive name from reference

GetToDate

obtain end date from reference

NewestValues

efficiently retrieves the newest values of a list of Quandl references

Reference

create a reference to Quandl data

SetColumns

set included columns of a reference

SetFrequency

set data frequency of a reference

SetFromDate

set start date of a reference

SetToDate

set end date of a reference

SetToken

set the Quandl API authentication token

• 

Quandl data references are compatible with TimeSeriesAnalysis commands

List of WorldMap Commands

AddPath

AddPoint

AddPoints

ChoroplethMap

Display

GetPointsList

Project

RemovePath

RemovePoint

ResetView

SetCenter

SetProjection

SetView

ZoomIn

ZoomOut

 

Compatibility

• 

The DataSets package was introduced in Maple 2015.

• 

For more information on Maple 2015 changes, see Updates in Maple 2015.