Download the provided file, read it with Pandas, and use the .info() method to get the number of non-null values.
The answer should be the number of non-null values in the Address column (as an integer).
Hint
Alternatively, look into the usage of .count() method on the Address column.