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

Online Help

DataFrame/Datatypes

obtain datatypes for all columns of a DataFrame

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Datatypes(DF)

Parameters

DF

-

a DataFrame object

Description

• 

The Datatypes command returns the list of data types of the columns of a DataFrame.

Examples

Consider some sales data for houses.

(1)

(2)

(3)

(4)

You can get the data types for the three columns with the Datatypes command.

(5)

Compatibility

• 

The DataFrame/Datatypes command was introduced in Maple 2016.

• 

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

See Also

DataFrame

DataSeries

DataSeries/Datatype

 


Download Help Document