Lecture 1: Introduction to Research — [📝Lecture Notebooks] [
Lecture 2: Introduction to Python — [📝Lecture Notebooks] [
Lecture 3: Introduction to NumPy — [📝Lecture Notebooks] [
Lecture 4: Introduction to pandas — [📝Lecture Notebooks] [
Lecture 5: Plotting Data — [📝Lecture Notebooks] [[
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) The Open University, 2017 | |
# Copyright (c) Jupyter Development Team. | |
# Distributed under the terms of the Modified BSD License. | |
# Custom bundler extensions API: | |
# http://jupyter-notebook.readthedocs.io/en/latest/extending/bundler_extensions.html | |
# Requires: _jupyter_bundlerextension_paths(), bundle() | |
# Based on: https://github.com/jupyter-incubator/dashboards_bundlers/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REGIONS = { | |
'Auvergne-Rhône-Alpes': ['01', '03', '07', '15', '26', '38', '42', '43', '63', '69', '73', '74'], | |
'Bourgogne-Franche-Comté': ['21', '25', '39', '58', '70', '71', '89', '90'], | |
'Bretagne': ['35', '22', '56', '29'], | |
'Centre-Val de Loire': ['18', '28', '36', '37', '41', '45'], | |
'Corse': ['2A', '2B'], | |
'Grand Est': ['08', '10', '51', '52', '54', '55', '57', '67', '68', '88'], | |
'Guadeloupe': ['971'], | |
'Guyane': ['973'], | |
'Hauts-de-France': ['02', '59', '60', '62', '80'], |