cat-cfs / twobilliontoolkit

This repo stands as a singular place for all the tools that will be developed for the processing of 2 Billion Trees data and information
MIT License
1 stars 0 forks source link

Handle Pandas Type Errors #39

Open AnthonyRodway opened 2 weeks ago

AnthonyRodway commented 2 weeks ago

The image below is an example of an error when converting a pandas dataframe to a feature in the raw geodatabase. It is similar to a previous error that was fixed with the Datetime64[ns] type in pandas by converting it to a string.

Try to capture all of the types that could cause issues in a similar way of above.

image

AnthonyRodway commented 5 days ago

Changes for this are in the commit: https://github.com/cat-cfs/twobilliontoolkit/commit/ba7bda001e513550a106b2b36c3ce5c4eb7b2e65

Changes: