Consider some data on berries.
>
|
|
>
|
|
>
|
|
>
|
|
The individual DataSeries are displayed more compactly in a DataFrame:
>
|
|
| (1) |
You can get the data types for the columns with the Datatypes command.
| (2) |
You can change the datatype of the Energy data series to float:
>
|
|
| (4) |
This does not change the datatype in place. To permanently change the datatype:
>
|
|
| (5) |
When working with strings or name conversions, it may be necessary to supply an explicit conversion for the values in the data series:
>
|
|
| (7) |
>
|
|
| (9) |
>
|
|
| (11) |
| (12) |