as_double()
Returns the value of the field as a double (float):
1 2 | >>> city[ 'Density' ].as_double() 874.7 |
as_double()
Returns the value of the field as a double (float):
1 2 | >>> city[ 'Density' ].as_double() 874.7 |
Designed by : w10schools
service@w10schools.com
Please login to continue.