Hello,
layer.publish() from the python arcgis library for arcgis online tools will upload geojson to a FeatureLayer. This layer's underlying data contains numeric fields of float data type. The publish method coerces float values < 1 and rounds them to the nearest integer. How can this be avoided during the etl process?
Thank you