ValueError: invalid literal for int() with base 10: 'cocunut_tree'

291
1
03-13-2024 03:15 AM
Labels (1)
ManasaKS
New Contributor

I am using PSETAE model in arcgis.learn module when i am running the prepare_datasets method in notebook I am getting below error.

I am usingMicrosoftTeams-image (6).png

0 Kudos
1 Reply
Clubdebambos
Occasional Contributor III
ValueError: invalid literal for int() with base 10: 'cocunut_tree'

I am not familiar with the function you are using but I am familiar with the error. You are using a string literal where it is expecting an integer. It is attempting to cast 'cocunut_tree' to an integer and failing.

~ learn.finaldraftmapping.com