I have such problem: DataFrame for this:http://sigmaquality.pl/wp-content/uploads/2019/03/sample.csv
I have two columns: postal code and code of country. I have many null cells in column: code of country.
I know if postal code has mask XX-XXX
this is Polish code. Because I know it, I can fill empty cells by symbol: 'PL'. I don't know how to do it.
How to use condition to fill data?