Hello,
Long story short I used SQL to add some data from the world bank about oil and gas rents into my already big dataset. Everything seemed to work fine at first except missing labels.
Now I discover that it have also affected some data, where the values have gone from numeric to string. So how do I make amends and fix this.
In hindsight I should just have learned how to properly merge datasets instead of being impatient.
Before:

After:

Long story short I used SQL to add some data from the world bank about oil and gas rents into my already big dataset. Everything seemed to work fine at first except missing labels.
Now I discover that it have also affected some data, where the values have gone from numeric to string. So how do I make amends and fix this.
In hindsight I should just have learned how to properly merge datasets instead of being impatient.
Before:
After:
Comment