fsds icon indicating copy to clipboard operation
fsds copied to clipboard

Unneccesary declaration of `LA` variable in Practical 10

Open sokimura39 opened this issue 2 years ago • 0 comments

In the notebook for practical 10 where we assign a particular Borough to work with, the variable LA = 'Waltham Forest' is declared twice in sections 1.5.1 and 2.3. The latter needs to be dropped, since while changing the scope in the former declaration to a different borough is recommended, the latter impacts the title of the matplotlib plot which causes incorrect titles.

sokimura39 avatar Dec 11 '23 23:12 sokimura39