I want to train a neural network with some data that are obtained from a specific country, after the neural network is trained I want to estimate similiar data(observation) for another country Is it possible?

To be more clear, I want to estimate social cost of polluttion for Argentina using neural networks. But there's no needed data or observation for Argentina. So I want to train my neural networks with another country's data set, for example Brazil, US, vs. Is that possible to get such a new value or observation for another country?

So I'm basically curious whether country-specific data sets important for neural network training. If I train neural networks with country-specific data sets, can I get generalizable results when I estimate a value for a different country?

Similar questions and discussions