DataFrame/Datatypes
obtain datatypes for all columns of a DataFrame
Calling Sequence
Parameters
Description
Examples
Compatibility
Datatypes(DF)
DF
-
a DataFrame object
The Datatypes command returns the list of data types of the columns of a DataFrame.
Consider some sales data for houses.
You can get the data types for the three columns with the Datatypes command.
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