From 30cd3d140a04f71b94814e88a754bbcbba9a2816 Mon Sep 17 00:00:00 2001 From: Pierlou Date: Mon, 2 Dec 2024 16:13:41 +0100 Subject: [PATCH] add json export --- data/Create stats.ipynb | 5 ++++- data/stats.json | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 data/stats.json diff --git a/data/Create stats.ipynb b/data/Create stats.ipynb index 21f2f70..2f20d3f 100755 --- a/data/Create stats.ipynb +++ b/data/Create stats.ipynb @@ -8,7 +8,8 @@ "outputs": [], "source": [ "import pandas as pd\n", - "import os" + "import os\n", + "import json" ] }, { @@ -428,6 +429,8 @@ "outputs": [], "source": [ "stats = pd.read_csv('stats.csv',dtype={\"code_geo\": str})\n", + "with open(\"stats.json\", \"w\") as f:\n", + " json.dump(stats.to_dict(orient=\"records\"), f)\n", "stats" ] }, diff --git a/data/stats.json b/data/stats.json new file mode 100755 index 0000000..01c69ec --- /dev/null +++ b/data/stats.json @@ -0,0 +1 @@ +[{"code_geo": "01", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "01", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "627", "echelle": "departement"}, {"code_geo": "01", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "01", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1636", "echelle": "departement"}, {"code_geo": "01", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "01", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "01", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "01", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "01", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "876", "echelle": "departement"}, {"code_geo": "01", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "01", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "01", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "01", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "01", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "01", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1268", "echelle": "departement"}, {"code_geo": "01", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "01", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "01", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "01", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "470", "echelle": "departement"}, {"code_geo": "01", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1417", "echelle": "departement"}, {"code_geo": "01", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "01", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "01", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "01", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "01", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "351", "echelle": "departement"}, {"code_geo": "01", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "01", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1096", "echelle": "departement"}, {"code_geo": "01", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "01", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "01", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "01", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "01", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "01", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1637", "echelle": "departement"}, {"code_geo": "01", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "01", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "01", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "02", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "02", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "02", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "02", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1245", "echelle": "departement"}, {"code_geo": "02", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "02", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "02", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "02", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "02", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "02", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "02", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "757", "echelle": "departement"}, {"code_geo": "02", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "02", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "02", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "02", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "02", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "02", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "02", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1053", "echelle": "departement"}, {"code_geo": "02", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "02", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "02", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "02", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "02", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "02", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "02", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1044", "echelle": "departement"}, {"code_geo": "02", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "02", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "02", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "02", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "02", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "02", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "02", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "850", "echelle": "departement"}, {"code_geo": "02", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "02", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "02", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "02", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "02", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "02", "month": "2019-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "02", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "02", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1288", "echelle": "departement"}, {"code_geo": "02", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "600", "echelle": "departement"}, {"code_geo": "02", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "02", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "03", "month": "2019-07", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "03", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1864", "echelle": "departement"}, {"code_geo": "03", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "03", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "03", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "03", "month": "2019-08", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "03", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "03", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "03", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "03", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "03", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "03", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "03", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "03", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "805", "echelle": "departement"}, {"code_geo": "03", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "422", "echelle": "departement"}, {"code_geo": "03", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "03", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "03", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "03", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "03", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "794", "echelle": "departement"}, {"code_geo": "03", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "03", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "03", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "03", "month": "2019-11", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "03", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "03", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "733", "echelle": "departement"}, {"code_geo": "03", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "03", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "03", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "03", "month": "2019-12", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "03", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "03", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "902", "echelle": "departement"}, {"code_geo": "03", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "03", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "04", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "04", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "04", "month": "2019-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "04", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "04", "month": "2019-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "04", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "04", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "04", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "04", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "04", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "04", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "04", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "04", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "04", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "04", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "04", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "04", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "04", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "04", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "04", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "04", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "04", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "04", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "04", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "04", "month": "2019-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "04", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "04", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "04", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "04", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "04", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "04", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "04", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "04", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "04", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "05", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "05", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "05", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "05", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "05", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "05", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "05", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "05", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "05", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "05", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "05", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "05", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "05", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "05", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "05", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "05", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "481", "echelle": "departement"}, {"code_geo": "05", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "05", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "05", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "05", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "05", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "05", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "05", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "05", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "05", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "05", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "05", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "05", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "05", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "05", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "05", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "05", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "06", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "06", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "06", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "983", "echelle": "departement"}, {"code_geo": "06", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "06", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "06", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "06", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "06", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "06", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "589", "echelle": "departement"}, {"code_geo": "06", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "06", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "06", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "06", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "06", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "06", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "830", "echelle": "departement"}, {"code_geo": "06", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "06", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "06", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "06", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "06", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "06", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "926", "echelle": "departement"}, {"code_geo": "06", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "06", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "06", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "06", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "06", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "06", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "704", "echelle": "departement"}, {"code_geo": "06", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "06", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "06", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "06", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "06", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "06", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1400", "echelle": "departement"}, {"code_geo": "06", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "06", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "06", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "07", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "07", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "07", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "07", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "772", "echelle": "departement"}, {"code_geo": "07", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "07", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "07", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "07", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "07", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "07", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "07", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "497", "echelle": "departement"}, {"code_geo": "07", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "07", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "07", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "07", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "07", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "07", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "07", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "647", "echelle": "departement"}, {"code_geo": "07", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "07", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "07", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "07", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "578", "echelle": "departement"}, {"code_geo": "07", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "07", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "07", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "827", "echelle": "departement"}, {"code_geo": "07", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "464", "echelle": "departement"}, {"code_geo": "07", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "07", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "07", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "07", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "07", "month": "2019-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "07", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "07", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "594", "echelle": "departement"}, {"code_geo": "07", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "07", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "07", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "07", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "07", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "07", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "07", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "901", "echelle": "departement"}, {"code_geo": "07", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "07", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "07", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "08", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "08", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "08", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "583", "echelle": "departement"}, {"code_geo": "08", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "08", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "08", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "08", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "08", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "08", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "08", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "08", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "08", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "08", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "497", "echelle": "departement"}, {"code_geo": "08", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "08", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "08", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "08", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "08", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "653", "echelle": "departement"}, {"code_geo": "08", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "08", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "08", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "08", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "08", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "533", "echelle": "departement"}, {"code_geo": "08", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "08", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "08", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "08", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "08", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "08", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "08", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "09", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "09", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "09", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "533", "echelle": "departement"}, {"code_geo": "09", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "09", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "09", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "09", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "09", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "09", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "09", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "09", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "09", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "498", "echelle": "departement"}, {"code_geo": "09", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "09", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "09", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "565", "echelle": "departement"}, {"code_geo": "09", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "09", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "499", "echelle": "departement"}, {"code_geo": "09", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "09", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "09", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "09", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "594", "echelle": "departement"}, {"code_geo": "09", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "09", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "437", "echelle": "departement"}, {"code_geo": "09", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "09", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "09", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "09", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "528", "echelle": "departement"}, {"code_geo": "09", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "09", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "10", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "10", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "10", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "808", "echelle": "departement"}, {"code_geo": "10", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "10", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "10", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "10", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "10", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "10", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "10", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "10", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "10", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "10", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "10", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "10", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "518", "echelle": "departement"}, {"code_geo": "10", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "10", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "10", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "10", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "10", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "10", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "554", "echelle": "departement"}, {"code_geo": "10", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "10", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "10", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "10", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "10", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "10", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "10", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "10", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "10", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "10", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "10", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "10", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "811", "echelle": "departement"}, {"code_geo": "10", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "10", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "10", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "11", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "11", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "11", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "848", "echelle": "departement"}, {"code_geo": "11", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "511", "echelle": "departement"}, {"code_geo": "11", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "11", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "11", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "11", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "11", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "741", "echelle": "departement"}, {"code_geo": "11", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "11", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "11", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "11", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "11", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "768", "echelle": "departement"}, {"code_geo": "11", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "11", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "11", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "11", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "11", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "11", "month": "2019-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "11", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1018", "echelle": "departement"}, {"code_geo": "11", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "11", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "11", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "11", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "11", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "11", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "765", "echelle": "departement"}, {"code_geo": "11", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "11", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "11", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "11", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "11", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "11", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "922", "echelle": "departement"}, {"code_geo": "11", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "684", "echelle": "departement"}, {"code_geo": "11", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "11", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "12", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "12", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "12", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "12", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "721", "echelle": "departement"}, {"code_geo": "12", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "681", "echelle": "departement"}, {"code_geo": "12", "month": "2019-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "12", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "12", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "12", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "12", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "12", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "485", "echelle": "departement"}, {"code_geo": "12", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "12", "month": "2019-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "12", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "12", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "12", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "12", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "12", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "569", "echelle": "departement"}, {"code_geo": "12", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "12", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "12", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "12", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "12", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "12", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "12", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "706", "echelle": "departement"}, {"code_geo": "12", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "519", "echelle": "departement"}, {"code_geo": "12", "month": "2019-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "12", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "12", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "12", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "12", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "12", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "618", "echelle": "departement"}, {"code_geo": "12", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "12", "month": "2019-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "12", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "12", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "12", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "12", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "12", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "750", "echelle": "departement"}, {"code_geo": "12", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "768", "echelle": "departement"}, {"code_geo": "12", "month": "2019-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "12", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "13", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "13", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "13", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2499", "echelle": "departement"}, {"code_geo": "13", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "13", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "13", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "13", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "13", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "13", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1626", "echelle": "departement"}, {"code_geo": "13", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "13", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "13", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "13", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "13", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "13", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "13", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "2050", "echelle": "departement"}, {"code_geo": "13", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "13", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "13", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "13", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "13", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "13", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "2507", "echelle": "departement"}, {"code_geo": "13", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "13", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "13", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "13", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "13", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "13", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1833", "echelle": "departement"}, {"code_geo": "13", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "13", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "13", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "13", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "13", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "13", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "13", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2752", "echelle": "departement"}, {"code_geo": "13", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "521", "echelle": "departement"}, {"code_geo": "13", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "13", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "14", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "14", "month": "2019-07", "nature_culture": "pacages", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "14", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "741", "echelle": "departement"}, {"code_geo": "14", "month": "2019-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "14", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1685", "echelle": "departement"}, {"code_geo": "14", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "14", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "14", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "14", "month": "2019-08", "nature_culture": "pacages", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "14", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "14", "month": "2019-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "14", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1083", "echelle": "departement"}, {"code_geo": "14", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "14", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "14", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "14", "month": "2019-09", "nature_culture": "pacages", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "14", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "14", "month": "2019-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "14", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1257", "echelle": "departement"}, {"code_geo": "14", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "14", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "14", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "14", "month": "2019-10", "nature_culture": "pacages", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "14", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "14", "month": "2019-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "14", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1277", "echelle": "departement"}, {"code_geo": "14", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "14", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "14", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "14", "month": "2019-11", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "14", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "14", "month": "2019-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "14", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1212", "echelle": "departement"}, {"code_geo": "14", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "14", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "14", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "14", "month": "2019-12", "nature_culture": "pacages", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "14", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "754", "echelle": "departement"}, {"code_geo": "14", "month": "2019-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "14", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1711", "echelle": "departement"}, {"code_geo": "14", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "14", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "15", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "15", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "15", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "15", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "15", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "15", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "15", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "15", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "15", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "15", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "15", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "15", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "15", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "15", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "15", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "15", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "15", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "15", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "15", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "15", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "15", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "15", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "15", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "15", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "15", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "15", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "15", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "15", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "15", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "15", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "15", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "15", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "15", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "15", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "15", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "15", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "15", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "15", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "16", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "16", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1129", "echelle": "departement"}, {"code_geo": "16", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "656", "echelle": "departement"}, {"code_geo": "16", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "16", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "16", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "16", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "769", "echelle": "departement"}, {"code_geo": "16", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "16", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "16", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "16", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "16", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "874", "echelle": "departement"}, {"code_geo": "16", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "549", "echelle": "departement"}, {"code_geo": "16", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "16", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "16", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "16", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1124", "echelle": "departement"}, {"code_geo": "16", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "863", "echelle": "departement"}, {"code_geo": "16", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "16", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "16", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "16", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "772", "echelle": "departement"}, {"code_geo": "16", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "581", "echelle": "departement"}, {"code_geo": "16", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "16", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "16", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "16", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1260", "echelle": "departement"}, {"code_geo": "16", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "789", "echelle": "departement"}, {"code_geo": "16", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "17", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "17", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "17", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2361", "echelle": "departement"}, {"code_geo": "17", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "710", "echelle": "departement"}, {"code_geo": "17", "month": "2019-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "17", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "17", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "17", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "17", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1788", "echelle": "departement"}, {"code_geo": "17", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "742", "echelle": "departement"}, {"code_geo": "17", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "17", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "17", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "17", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1848", "echelle": "departement"}, {"code_geo": "17", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "744", "echelle": "departement"}, {"code_geo": "17", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "17", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "17", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "17", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "17", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "2160", "echelle": "departement"}, {"code_geo": "17", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "775", "echelle": "departement"}, {"code_geo": "17", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "17", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "17", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "17", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1744", "echelle": "departement"}, {"code_geo": "17", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "770", "echelle": "departement"}, {"code_geo": "17", "month": "2019-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "17", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "17", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "17", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2296", "echelle": "departement"}, {"code_geo": "17", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "1110", "echelle": "departement"}, {"code_geo": "17", "month": "2019-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "17", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "17", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "18", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "18", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "18", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "894", "echelle": "departement"}, {"code_geo": "18", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "18", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "18", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "18", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "18", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "567", "echelle": "departement"}, {"code_geo": "18", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "18", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "18", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "18", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "18", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "18", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "638", "echelle": "departement"}, {"code_geo": "18", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "18", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "18", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "18", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "18", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "18", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "725", "echelle": "departement"}, {"code_geo": "18", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "18", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "18", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "18", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "18", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "18", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "622", "echelle": "departement"}, {"code_geo": "18", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "18", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "18", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "18", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "18", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "18", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2987", "echelle": "departement"}, {"code_geo": "18", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "431", "echelle": "departement"}, {"code_geo": "18", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "19", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "19", "month": "2019-07", "nature_culture": "pacages", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "19", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "19", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "582", "echelle": "departement"}, {"code_geo": "19", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "19", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "19", "month": "2019-08", "nature_culture": "pacages", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "19", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "19", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "460", "echelle": "departement"}, {"code_geo": "19", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "19", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "19", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "19", "month": "2019-09", "nature_culture": "pacages", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "19", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "19", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "499", "echelle": "departement"}, {"code_geo": "19", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "19", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "19", "month": "2019-10", "nature_culture": "pacages", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "19", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "19", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "569", "echelle": "departement"}, {"code_geo": "19", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "19", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "19", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "19", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "19", "month": "2019-11", "nature_culture": "pacages", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "19", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "19", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "406", "echelle": "departement"}, {"code_geo": "19", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "19", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "19", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "19", "month": "2019-12", "nature_culture": "pacages", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "19", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "19", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "559", "echelle": "departement"}, {"code_geo": "19", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "19", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "19", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "21", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "21", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "21", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "21", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1271", "echelle": "departement"}, {"code_geo": "21", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "21", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "21", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "21", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "21", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "21", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "21", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "812", "echelle": "departement"}, {"code_geo": "21", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "21", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "21", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "21", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "21", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "21", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "21", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "763", "echelle": "departement"}, {"code_geo": "21", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "21", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "21", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "21", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "21", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "21", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "971", "echelle": "departement"}, {"code_geo": "21", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "21", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "21", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "21", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "21", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "21", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "21", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "751", "echelle": "departement"}, {"code_geo": "21", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "21", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "21", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "21", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "21", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "21", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "21", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1093", "echelle": "departement"}, {"code_geo": "21", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "21", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "21", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "22", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "22", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "22", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1808", "echelle": "departement"}, {"code_geo": "22", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "1030", "echelle": "departement"}, {"code_geo": "22", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "22", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "22", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "22", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1348", "echelle": "departement"}, {"code_geo": "22", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "694", "echelle": "departement"}, {"code_geo": "22", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "22", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "22", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "22", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1414", "echelle": "departement"}, {"code_geo": "22", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "952", "echelle": "departement"}, {"code_geo": "22", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "22", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "22", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "22", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1608", "echelle": "departement"}, {"code_geo": "22", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "1030", "echelle": "departement"}, {"code_geo": "22", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "22", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "22", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "22", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1338", "echelle": "departement"}, {"code_geo": "22", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "827", "echelle": "departement"}, {"code_geo": "22", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "22", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "22", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "22", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "4682", "echelle": "departement"}, {"code_geo": "22", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "1349", "echelle": "departement"}, {"code_geo": "22", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "23", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "23", "month": "2019-07", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "23", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "23", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "23", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "23", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "23", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "23", "month": "2019-08", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "23", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "23", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "23", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "23", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "23", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "23", "month": "2019-09", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "23", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "23", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "23", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "860", "echelle": "departement"}, {"code_geo": "23", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "23", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "23", "month": "2019-10", "nature_culture": "pacages", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "23", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "23", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "23", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "462", "echelle": "departement"}, {"code_geo": "23", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "23", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "23", "month": "2019-11", "nature_culture": "pacages", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "23", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "23", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "23", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "23", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "564", "echelle": "departement"}, {"code_geo": "23", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "23", "month": "2019-12", "nature_culture": "pacages", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "23", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "23", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "23", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "23", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "24", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "24", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "655", "echelle": "departement"}, {"code_geo": "24", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1133", "echelle": "departement"}, {"code_geo": "24", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "709", "echelle": "departement"}, {"code_geo": "24", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "24", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "24", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "24", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "547", "echelle": "departement"}, {"code_geo": "24", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "930", "echelle": "departement"}, {"code_geo": "24", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "658", "echelle": "departement"}, {"code_geo": "24", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "24", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "24", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "24", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "651", "echelle": "departement"}, {"code_geo": "24", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1047", "echelle": "departement"}, {"code_geo": "24", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "775", "echelle": "departement"}, {"code_geo": "24", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "24", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "24", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "24", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "648", "echelle": "departement"}, {"code_geo": "24", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1141", "echelle": "departement"}, {"code_geo": "24", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "781", "echelle": "departement"}, {"code_geo": "24", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "24", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "24", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "24", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "561", "echelle": "departement"}, {"code_geo": "24", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "854", "echelle": "departement"}, {"code_geo": "24", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "647", "echelle": "departement"}, {"code_geo": "24", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "24", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "24", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "24", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "853", "echelle": "departement"}, {"code_geo": "24", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1289", "echelle": "departement"}, {"code_geo": "24", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "907", "echelle": "departement"}, {"code_geo": "24", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "24", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "25", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "25", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "25", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "972", "echelle": "departement"}, {"code_geo": "25", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "25", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "25", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "25", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "25", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "25", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "746", "echelle": "departement"}, {"code_geo": "25", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "25", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "25", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "25", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "25", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "722", "echelle": "departement"}, {"code_geo": "25", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "25", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "25", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "25", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "25", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1003", "echelle": "departement"}, {"code_geo": "25", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "25", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "25", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "25", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "25", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "25", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "25", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "25", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "25", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "25", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "961", "echelle": "departement"}, {"code_geo": "25", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "25", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "25", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "26", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "26", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "26", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1151", "echelle": "departement"}, {"code_geo": "26", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "26", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "26", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "26", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "26", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "26", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "711", "echelle": "departement"}, {"code_geo": "26", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "26", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "26", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "26", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "26", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "26", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "923", "echelle": "departement"}, {"code_geo": "26", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "26", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "26", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "26", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "26", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "26", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "993", "echelle": "departement"}, {"code_geo": "26", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "26", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "26", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "26", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "26", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "26", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "927", "echelle": "departement"}, {"code_geo": "26", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "379", "echelle": "departement"}, {"code_geo": "26", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "26", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "26", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "26", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "26", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "977", "echelle": "departement"}, {"code_geo": "26", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "26", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "26", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "27", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "27", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "27", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1597", "echelle": "departement"}, {"code_geo": "27", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "27", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "27", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "27", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "27", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1054", "echelle": "departement"}, {"code_geo": "27", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "27", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "27", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "27", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "27", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1273", "echelle": "departement"}, {"code_geo": "27", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "27", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "27", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "27", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "27", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1492", "echelle": "departement"}, {"code_geo": "27", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "27", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "27", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "27", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "27", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1321", "echelle": "departement"}, {"code_geo": "27", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "27", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "27", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "27", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "27", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1639", "echelle": "departement"}, {"code_geo": "27", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "27", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "28", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "28", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "28", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1025", "echelle": "departement"}, {"code_geo": "28", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "28", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "28", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "28", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "28", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "658", "echelle": "departement"}, {"code_geo": "28", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "28", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "28", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "28", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "845", "echelle": "departement"}, {"code_geo": "28", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "28", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "28", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "28", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "28", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "939", "echelle": "departement"}, {"code_geo": "28", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "28", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "28", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "28", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "28", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "874", "echelle": "departement"}, {"code_geo": "28", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "28", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "28", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "28", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "913", "echelle": "departement"}, {"code_geo": "28", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "28", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "29", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "29", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "29", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2667", "echelle": "departement"}, {"code_geo": "29", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "1193", "echelle": "departement"}, {"code_geo": "29", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "29", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "29", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "29", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "2059", "echelle": "departement"}, {"code_geo": "29", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "916", "echelle": "departement"}, {"code_geo": "29", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "29", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "29", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "29", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "2025", "echelle": "departement"}, {"code_geo": "29", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "1045", "echelle": "departement"}, {"code_geo": "29", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "29", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "29", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "29", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "2074", "echelle": "departement"}, {"code_geo": "29", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "929", "echelle": "departement"}, {"code_geo": "29", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "29", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "29", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "29", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1907", "echelle": "departement"}, {"code_geo": "29", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "959", "echelle": "departement"}, {"code_geo": "29", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "29", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "29", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "29", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2674", "echelle": "departement"}, {"code_geo": "29", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "1734", "echelle": "departement"}, {"code_geo": "29", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "2A", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "2B", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "30", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "379", "echelle": "departement"}, {"code_geo": "30", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "30", "month": "2019-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1804", "echelle": "departement"}, {"code_geo": "30", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "596", "echelle": "departement"}, {"code_geo": "30", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "30", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "30", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "30", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "30", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1082", "echelle": "departement"}, {"code_geo": "30", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "30", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "30", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "30", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "30", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "30", "month": "2019-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1340", "echelle": "departement"}, {"code_geo": "30", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "455", "echelle": "departement"}, {"code_geo": "30", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "30", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "30", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "30", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "30", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1540", "echelle": "departement"}, {"code_geo": "30", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "527", "echelle": "departement"}, {"code_geo": "30", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "30", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "30", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "30", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "30", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1212", "echelle": "departement"}, {"code_geo": "30", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "30", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "30", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "30", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "30", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "30", "month": "2019-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1428", "echelle": "departement"}, {"code_geo": "30", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "634", "echelle": "departement"}, {"code_geo": "30", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "30", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "31", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "31", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "31", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1923", "echelle": "departement"}, {"code_geo": "31", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "678", "echelle": "departement"}, {"code_geo": "31", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "31", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "31", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "31", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "31", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1388", "echelle": "departement"}, {"code_geo": "31", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "31", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "31", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "31", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "31", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1629", "echelle": "departement"}, {"code_geo": "31", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "497", "echelle": "departement"}, {"code_geo": "31", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "31", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "31", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "31", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "31", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1738", "echelle": "departement"}, {"code_geo": "31", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "527", "echelle": "departement"}, {"code_geo": "31", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "31", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "31", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "31", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "31", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1427", "echelle": "departement"}, {"code_geo": "31", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "496", "echelle": "departement"}, {"code_geo": "31", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "31", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "31", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "31", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2122", "echelle": "departement"}, {"code_geo": "31", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "741", "echelle": "departement"}, {"code_geo": "31", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "31", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "32", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "32", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "32", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "502", "echelle": "departement"}, {"code_geo": "32", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "801", "echelle": "departement"}, {"code_geo": "32", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "32", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "32", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "32", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "32", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "448", "echelle": "departement"}, {"code_geo": "32", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "478", "echelle": "departement"}, {"code_geo": "32", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "32", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "32", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "32", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "32", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "32", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "585", "echelle": "departement"}, {"code_geo": "32", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "32", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "32", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "32", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "32", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "490", "echelle": "departement"}, {"code_geo": "32", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "709", "echelle": "departement"}, {"code_geo": "32", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "32", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "32", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "32", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "32", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "32", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "496", "echelle": "departement"}, {"code_geo": "32", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "32", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "32", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "32", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "32", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "839", "echelle": "departement"}, {"code_geo": "32", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "33", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "33", "month": "2019-07", "nature_culture": "pacages", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "33", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "419", "echelle": "departement"}, {"code_geo": "33", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "33", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "3400", "echelle": "departement"}, {"code_geo": "33", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "508", "echelle": "departement"}, {"code_geo": "33", "month": "2019-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "716", "echelle": "departement"}, {"code_geo": "33", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "33", "month": "2019-08", "nature_culture": "pacages", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "33", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "33", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "2123", "echelle": "departement"}, {"code_geo": "33", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "33", "month": "2019-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "33", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "33", "month": "2019-09", "nature_culture": "pacages", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "33", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "33", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "33", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "2672", "echelle": "departement"}, {"code_geo": "33", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "33", "month": "2019-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "33", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "518", "echelle": "departement"}, {"code_geo": "33", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "33", "month": "2019-10", "nature_culture": "pacages", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "33", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "33", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "33", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "2885", "echelle": "departement"}, {"code_geo": "33", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "33", "month": "2019-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "33", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "33", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "33", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "33", "month": "2019-11", "nature_culture": "pacages", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "33", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "33", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "33", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "2172", "echelle": "departement"}, {"code_geo": "33", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "603", "echelle": "departement"}, {"code_geo": "33", "month": "2019-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "33", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "33", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "33", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "33", "month": "2019-12", "nature_culture": "pacages", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "33", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "33", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "33", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "3204", "echelle": "departement"}, {"code_geo": "33", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "500", "echelle": "departement"}, {"code_geo": "33", "month": "2019-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "33", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "588", "echelle": "departement"}, {"code_geo": "34", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "34", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "34", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "34", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1998", "echelle": "departement"}, {"code_geo": "34", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "491", "echelle": "departement"}, {"code_geo": "34", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "34", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "34", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "34", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "34", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "34", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1337", "echelle": "departement"}, {"code_geo": "34", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "34", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "34", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "34", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "34", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "34", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "34", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1654", "echelle": "departement"}, {"code_geo": "34", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "34", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "34", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "34", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "34", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "34", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "34", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1767", "echelle": "departement"}, {"code_geo": "34", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "466", "echelle": "departement"}, {"code_geo": "34", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "34", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "34", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "34", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "34", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "34", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1318", "echelle": "departement"}, {"code_geo": "34", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "34", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "34", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "34", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "34", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "34", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "34", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2121", "echelle": "departement"}, {"code_geo": "34", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "666", "echelle": "departement"}, {"code_geo": "34", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "34", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "35", "month": "2019-07", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "35", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "35", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "35", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2377", "echelle": "departement"}, {"code_geo": "35", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "861", "echelle": "departement"}, {"code_geo": "35", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "35", "month": "2019-08", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "35", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "35", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1377", "echelle": "departement"}, {"code_geo": "35", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "35", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "35", "month": "2019-09", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "35", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "35", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1624", "echelle": "departement"}, {"code_geo": "35", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "775", "echelle": "departement"}, {"code_geo": "35", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "35", "month": "2019-10", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "35", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "35", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "331", "echelle": "departement"}, {"code_geo": "35", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1983", "echelle": "departement"}, {"code_geo": "35", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "655", "echelle": "departement"}, {"code_geo": "35", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "35", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "35", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "35", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1539", "echelle": "departement"}, {"code_geo": "35", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "766", "echelle": "departement"}, {"code_geo": "35", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "35", "month": "2019-12", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "35", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "35", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "35", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2139", "echelle": "departement"}, {"code_geo": "35", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "991", "echelle": "departement"}, {"code_geo": "35", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "36", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "36", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "36", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "600", "echelle": "departement"}, {"code_geo": "36", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "608", "echelle": "departement"}, {"code_geo": "36", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "36", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "36", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "36", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "36", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "36", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "36", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "36", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "36", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "36", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "36", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "515", "echelle": "departement"}, {"code_geo": "36", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "36", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "36", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "36", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "36", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "36", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "621", "echelle": "departement"}, {"code_geo": "36", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "609", "echelle": "departement"}, {"code_geo": "36", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "36", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "36", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "36", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "36", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "514", "echelle": "departement"}, {"code_geo": "36", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "668", "echelle": "departement"}, {"code_geo": "36", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "36", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "36", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "36", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "36", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "577", "echelle": "departement"}, {"code_geo": "36", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "654", "echelle": "departement"}, {"code_geo": "36", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "36", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "37", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "37", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "37", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1486", "echelle": "departement"}, {"code_geo": "37", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "615", "echelle": "departement"}, {"code_geo": "37", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "37", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "37", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "37", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "37", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1025", "echelle": "departement"}, {"code_geo": "37", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "37", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "37", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "37", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "37", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "37", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1158", "echelle": "departement"}, {"code_geo": "37", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "564", "echelle": "departement"}, {"code_geo": "37", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "37", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "37", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "37", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "37", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1458", "echelle": "departement"}, {"code_geo": "37", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "37", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "37", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "37", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "37", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "37", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "928", "echelle": "departement"}, {"code_geo": "37", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "572", "echelle": "departement"}, {"code_geo": "37", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "37", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "37", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "37", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "37", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1286", "echelle": "departement"}, {"code_geo": "37", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "660", "echelle": "departement"}, {"code_geo": "37", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "37", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "38", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "38", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "38", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "38", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2219", "echelle": "departement"}, {"code_geo": "38", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "38", "month": "2019-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "38", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "38", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "38", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "38", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "38", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1224", "echelle": "departement"}, {"code_geo": "38", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "38", "month": "2019-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "38", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "38", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "38", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "38", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "38", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "38", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1913", "echelle": "departement"}, {"code_geo": "38", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "38", "month": "2019-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "38", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "38", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "38", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "38", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "38", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "38", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "2090", "echelle": "departement"}, {"code_geo": "38", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "38", "month": "2019-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "38", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "38", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "38", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "38", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "38", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "38", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1513", "echelle": "departement"}, {"code_geo": "38", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "38", "month": "2019-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "38", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "38", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "38", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "38", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "38", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "38", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2332", "echelle": "departement"}, {"code_geo": "38", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "38", "month": "2019-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "38", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "38", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "39", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "39", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "39", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "636", "echelle": "departement"}, {"code_geo": "39", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "39", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "39", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "39", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "39", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "39", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "39", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "39", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "39", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "39", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "541", "echelle": "departement"}, {"code_geo": "39", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "39", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "39", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "39", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "39", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "39", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "39", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "595", "echelle": "departement"}, {"code_geo": "39", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "39", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "39", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "39", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "39", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "39", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "39", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "466", "echelle": "departement"}, {"code_geo": "39", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "39", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "39", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "39", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "39", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "39", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "39", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "598", "echelle": "departement"}, {"code_geo": "39", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "39", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "39", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "40", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "40", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "40", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "40", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1037", "echelle": "departement"}, {"code_geo": "40", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "40", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "40", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "40", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "40", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "40", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "709", "echelle": "departement"}, {"code_geo": "40", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "40", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "40", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "40", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "40", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "40", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "796", "echelle": "departement"}, {"code_geo": "40", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "40", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "40", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "40", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "40", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "40", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "40", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "950", "echelle": "departement"}, {"code_geo": "40", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "40", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "40", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "40", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "40", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "40", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "739", "echelle": "departement"}, {"code_geo": "40", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "40", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "40", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "40", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "40", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "40", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "909", "echelle": "departement"}, {"code_geo": "40", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "40", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "40", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "41", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "41", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "41", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "831", "echelle": "departement"}, {"code_geo": "41", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "41", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "41", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "41", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "41", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "41", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "640", "echelle": "departement"}, {"code_geo": "41", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "41", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "41", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "41", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "41", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "41", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "745", "echelle": "departement"}, {"code_geo": "41", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "41", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "41", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "41", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "41", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "41", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "746", "echelle": "departement"}, {"code_geo": "41", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "571", "echelle": "departement"}, {"code_geo": "41", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "41", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "41", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "41", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "41", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "569", "echelle": "departement"}, {"code_geo": "41", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "41", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "41", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "41", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "41", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "41", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "800", "echelle": "departement"}, {"code_geo": "41", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "668", "echelle": "departement"}, {"code_geo": "41", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "41", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "42", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "42", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "42", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "42", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1807", "echelle": "departement"}, {"code_geo": "42", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "42", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "42", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "42", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "42", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "42", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "42", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "650", "echelle": "departement"}, {"code_geo": "42", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "42", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "42", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "42", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "42", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "42", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "42", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1265", "echelle": "departement"}, {"code_geo": "42", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "42", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "42", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "42", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "42", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "42", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "42", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1194", "echelle": "departement"}, {"code_geo": "42", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "42", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "42", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "42", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "42", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "42", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "42", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1093", "echelle": "departement"}, {"code_geo": "42", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "42", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "42", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "42", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "42", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "42", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "42", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1494", "echelle": "departement"}, {"code_geo": "42", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "42", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "42", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "43", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "43", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "43", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "43", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "537", "echelle": "departement"}, {"code_geo": "43", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "43", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "43", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "43", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "43", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "43", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "43", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "43", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "43", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "43", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "43", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "43", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "43", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "43", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "43", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "43", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "43", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "43", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "43", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "43", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "43", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "43", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "43", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "43", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "43", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "43", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "43", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "43", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "43", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "518", "echelle": "departement"}, {"code_geo": "43", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "43", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "43", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "44", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "44", "month": "2019-07", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "44", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "3697", "echelle": "departement"}, {"code_geo": "44", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "933", "echelle": "departement"}, {"code_geo": "44", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "44", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "44", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "44", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "44", "month": "2019-08", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "44", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "2389", "echelle": "departement"}, {"code_geo": "44", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "628", "echelle": "departement"}, {"code_geo": "44", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "44", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "44", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "44", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "44", "month": "2019-09", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "44", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "2733", "echelle": "departement"}, {"code_geo": "44", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "718", "echelle": "departement"}, {"code_geo": "44", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "44", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "44", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "44", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "44", "month": "2019-10", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "44", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "2931", "echelle": "departement"}, {"code_geo": "44", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "840", "echelle": "departement"}, {"code_geo": "44", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "44", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "44", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "44", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "44", "month": "2019-11", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "44", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "2272", "echelle": "departement"}, {"code_geo": "44", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "687", "echelle": "departement"}, {"code_geo": "44", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "44", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "44", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "44", "month": "2019-12", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "44", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "3360", "echelle": "departement"}, {"code_geo": "44", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "1118", "echelle": "departement"}, {"code_geo": "44", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "44", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "45", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "45", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "45", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1557", "echelle": "departement"}, {"code_geo": "45", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "45", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "45", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "45", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "45", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "849", "echelle": "departement"}, {"code_geo": "45", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "45", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "45", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "45", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "45", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1335", "echelle": "departement"}, {"code_geo": "45", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "45", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "45", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "45", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "45", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "45", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1306", "echelle": "departement"}, {"code_geo": "45", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "45", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "45", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "45", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "45", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "45", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1062", "echelle": "departement"}, {"code_geo": "45", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "45", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "45", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "45", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "45", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "45", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1569", "echelle": "departement"}, {"code_geo": "45", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "727", "echelle": "departement"}, {"code_geo": "45", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "45", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "46", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "46", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "46", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "46", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "450", "echelle": "departement"}, {"code_geo": "46", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "46", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "46", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "46", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "46", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "46", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "46", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "46", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "46", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "46", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "46", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "46", "month": "2019-09", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "46", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "46", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "46", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "46", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "46", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "46", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "46", "month": "2019-10", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "46", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "46", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "46", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "46", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "46", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "46", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "46", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "46", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "46", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "46", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "46", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "46", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "46", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "46", "month": "2019-12", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "46", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "46", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "485", "echelle": "departement"}, {"code_geo": "46", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "46", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "46", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "47", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "47", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "47", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "47", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "837", "echelle": "departement"}, {"code_geo": "47", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "522", "echelle": "departement"}, {"code_geo": "47", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "47", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "47", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "47", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "47", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "47", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "679", "echelle": "departement"}, {"code_geo": "47", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "47", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "47", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "47", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "47", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "47", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "47", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "763", "echelle": "departement"}, {"code_geo": "47", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "510", "echelle": "departement"}, {"code_geo": "47", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "47", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "47", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "47", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "47", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "47", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "761", "echelle": "departement"}, {"code_geo": "47", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "505", "echelle": "departement"}, {"code_geo": "47", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "47", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "47", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "47", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "47", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "47", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "674", "echelle": "departement"}, {"code_geo": "47", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "483", "echelle": "departement"}, {"code_geo": "47", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "47", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "47", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "47", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "47", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "47", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "843", "echelle": "departement"}, {"code_geo": "47", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "612", "echelle": "departement"}, {"code_geo": "47", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "47", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "48", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "48", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "48", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "48", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "48", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "48", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "48", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "48", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "48", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "48", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "48", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "48", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "48", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "48", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "48", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "48", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "48", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "48", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "48", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "48", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "48", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "48", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "48", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "48", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "48", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "48", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "48", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "48", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "48", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "48", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "48", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "48", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "48", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "48", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "48", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "48", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "48", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "49", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "49", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "49", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2572", "echelle": "departement"}, {"code_geo": "49", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "891", "echelle": "departement"}, {"code_geo": "49", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "49", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "49", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "49", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "49", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1414", "echelle": "departement"}, {"code_geo": "49", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "49", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "49", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "49", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "49", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "49", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "2028", "echelle": "departement"}, {"code_geo": "49", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "890", "echelle": "departement"}, {"code_geo": "49", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "49", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "49", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "49", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "49", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "2270", "echelle": "departement"}, {"code_geo": "49", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "764", "echelle": "departement"}, {"code_geo": "49", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "49", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "49", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "49", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "49", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1864", "echelle": "departement"}, {"code_geo": "49", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "763", "echelle": "departement"}, {"code_geo": "49", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "49", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "49", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "49", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "467", "echelle": "departement"}, {"code_geo": "49", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2090", "echelle": "departement"}, {"code_geo": "49", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "984", "echelle": "departement"}, {"code_geo": "49", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "49", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "50", "month": "2019-07", "nature_culture": "herbages", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "50", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "50", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "753", "echelle": "departement"}, {"code_geo": "50", "month": "2019-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "50", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1433", "echelle": "departement"}, {"code_geo": "50", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "50", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "50", "month": "2019-08", "nature_culture": "herbages", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "50", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "50", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "537", "echelle": "departement"}, {"code_geo": "50", "month": "2019-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "50", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1112", "echelle": "departement"}, {"code_geo": "50", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "50", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "50", "month": "2019-09", "nature_culture": "herbages", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "50", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "50", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "681", "echelle": "departement"}, {"code_geo": "50", "month": "2019-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "50", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1276", "echelle": "departement"}, {"code_geo": "50", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "50", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "50", "month": "2019-10", "nature_culture": "herbages", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "50", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "50", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "840", "echelle": "departement"}, {"code_geo": "50", "month": "2019-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "50", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1553", "echelle": "departement"}, {"code_geo": "50", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "50", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "50", "month": "2019-11", "nature_culture": "herbages", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "50", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "50", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "736", "echelle": "departement"}, {"code_geo": "50", "month": "2019-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "50", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1331", "echelle": "departement"}, {"code_geo": "50", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "50", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "50", "month": "2019-12", "nature_culture": "herbages", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "50", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "50", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "907", "echelle": "departement"}, {"code_geo": "50", "month": "2019-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "50", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1735", "echelle": "departement"}, {"code_geo": "50", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "50", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "51", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "51", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "51", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "51", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1022", "echelle": "departement"}, {"code_geo": "51", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "51", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "51", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "51", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "51", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "51", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "51", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "703", "echelle": "departement"}, {"code_geo": "51", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "51", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "51", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "51", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "51", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "51", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "51", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "765", "echelle": "departement"}, {"code_geo": "51", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "51", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "51", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "51", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "51", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "51", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "51", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "758", "echelle": "departement"}, {"code_geo": "51", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "51", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "51", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "51", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "51", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "51", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "51", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "612", "echelle": "departement"}, {"code_geo": "51", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "51", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "51", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "51", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "51", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "51", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "51", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "942", "echelle": "departement"}, {"code_geo": "51", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "51", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "51", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "52", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "52", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "52", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "52", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "52", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "52", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "52", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "52", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "52", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "52", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "52", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "52", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "52", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "52", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "52", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "52", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "52", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "52", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "52", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "52", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "52", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "52", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "52", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "52", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "52", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "52", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "457", "echelle": "departement"}, {"code_geo": "52", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "52", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "52", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "52", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "52", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "52", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "52", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "52", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "52", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "53", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "53", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "53", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1005", "echelle": "departement"}, {"code_geo": "53", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "53", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "53", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "53", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "53", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "493", "echelle": "departement"}, {"code_geo": "53", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "53", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "53", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "53", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "53", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "737", "echelle": "departement"}, {"code_geo": "53", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "53", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "53", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "53", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "53", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "629", "echelle": "departement"}, {"code_geo": "53", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "53", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "53", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "53", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "53", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "53", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "53", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "53", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "53", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "497", "echelle": "departement"}, {"code_geo": "53", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "908", "echelle": "departement"}, {"code_geo": "53", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "53", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "54", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "54", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "54", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1508", "echelle": "departement"}, {"code_geo": "54", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "54", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "54", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "54", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "54", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "54", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1128", "echelle": "departement"}, {"code_geo": "54", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "54", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "54", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "54", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "54", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "54", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1279", "echelle": "departement"}, {"code_geo": "54", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "54", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "54", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "54", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "54", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "54", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1406", "echelle": "departement"}, {"code_geo": "54", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "54", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "54", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "54", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "54", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "54", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1162", "echelle": "departement"}, {"code_geo": "54", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "54", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "54", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "54", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "54", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "54", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1686", "echelle": "departement"}, {"code_geo": "54", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "54", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "54", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "55", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "55", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "55", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "503", "echelle": "departement"}, {"code_geo": "55", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "55", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "55", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "55", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "55", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "55", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "55", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "55", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "55", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "55", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "55", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "55", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "55", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "55", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "55", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "55", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "55", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "55", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "55", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "55", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "55", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "55", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "55", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "55", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "55", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "55", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "55", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "55", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "55", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "55", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "483", "echelle": "departement"}, {"code_geo": "55", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "55", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "55", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "56", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "56", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2183", "echelle": "departement"}, {"code_geo": "56", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "775", "echelle": "departement"}, {"code_geo": "56", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "56", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "56", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "56", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1554", "echelle": "departement"}, {"code_geo": "56", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "56", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "56", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "56", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1797", "echelle": "departement"}, {"code_geo": "56", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "841", "echelle": "departement"}, {"code_geo": "56", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "56", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "56", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "56", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1839", "echelle": "departement"}, {"code_geo": "56", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "766", "echelle": "departement"}, {"code_geo": "56", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "56", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "56", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "56", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1399", "echelle": "departement"}, {"code_geo": "56", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "56", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "56", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "56", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "56", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2102", "echelle": "departement"}, {"code_geo": "56", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "1034", "echelle": "departement"}, {"code_geo": "56", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "58", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "58", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "58", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "594", "echelle": "departement"}, {"code_geo": "58", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "58", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "58", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "58", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "58", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "58", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "58", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "58", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "58", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "58", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "58", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "495", "echelle": "departement"}, {"code_geo": "58", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "58", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "58", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "58", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "58", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "578", "echelle": "departement"}, {"code_geo": "58", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "58", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "58", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "58", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "58", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "58", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "633", "echelle": "departement"}, {"code_geo": "58", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "58", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "58", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "58", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "600", "echelle": "departement"}, {"code_geo": "58", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "58", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "58", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "59", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "59", "month": "2019-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "59", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "59", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "5688", "echelle": "departement"}, {"code_geo": "59", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "59", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "59", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2019-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "59", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "59", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "3494", "echelle": "departement"}, {"code_geo": "59", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "59", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "59", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2019-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "59", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "59", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "4466", "echelle": "departement"}, {"code_geo": "59", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "59", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2019-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "59", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "59", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "4656", "echelle": "departement"}, {"code_geo": "59", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "59", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "59", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "59", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2019-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "59", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "4043", "echelle": "departement"}, {"code_geo": "59", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "59", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "59", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "59", "month": "2019-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "59", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "5327", "echelle": "departement"}, {"code_geo": "59", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "578", "echelle": "departement"}, {"code_geo": "59", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "60", "month": "2019-07", "nature_culture": "herbages", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "60", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "60", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "60", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "60", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1838", "echelle": "departement"}, {"code_geo": "60", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "481", "echelle": "departement"}, {"code_geo": "60", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "60", "month": "2019-08", "nature_culture": "herbages", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "60", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "60", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "60", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "60", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1077", "echelle": "departement"}, {"code_geo": "60", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "60", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "60", "month": "2019-09", "nature_culture": "herbages", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "60", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "60", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "60", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1302", "echelle": "departement"}, {"code_geo": "60", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "60", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "60", "month": "2019-10", "nature_culture": "herbages", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "60", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "60", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "60", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1334", "echelle": "departement"}, {"code_geo": "60", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "60", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "60", "month": "2019-11", "nature_culture": "herbages", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "60", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "60", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "60", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "60", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1079", "echelle": "departement"}, {"code_geo": "60", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "60", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "60", "month": "2019-12", "nature_culture": "herbages", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "60", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "60", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "60", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1451", "echelle": "departement"}, {"code_geo": "60", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "60", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "61", "month": "2019-07", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "61", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "61", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "527", "echelle": "departement"}, {"code_geo": "61", "month": "2019-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "61", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "765", "echelle": "departement"}, {"code_geo": "61", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "61", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "61", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "61", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "61", "month": "2019-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "61", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "61", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "61", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "61", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "61", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "551", "echelle": "departement"}, {"code_geo": "61", "month": "2019-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "61", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "61", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "61", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "61", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "61", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "61", "month": "2019-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "61", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "582", "echelle": "departement"}, {"code_geo": "61", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "61", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "61", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "61", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "61", "month": "2019-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "61", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "61", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "61", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "61", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "61", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "801", "echelle": "departement"}, {"code_geo": "61", "month": "2019-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "61", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1020", "echelle": "departement"}, {"code_geo": "61", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "61", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "62", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "62", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "62", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2844", "echelle": "departement"}, {"code_geo": "62", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "62", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "62", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "62", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "2107", "echelle": "departement"}, {"code_geo": "62", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "62", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "62", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "62", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "2653", "echelle": "departement"}, {"code_geo": "62", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "62", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "62", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "62", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "2628", "echelle": "departement"}, {"code_geo": "62", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "478", "echelle": "departement"}, {"code_geo": "62", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "62", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "62", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "2090", "echelle": "departement"}, {"code_geo": "62", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "62", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "62", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "62", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2930", "echelle": "departement"}, {"code_geo": "62", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "63", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "63", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "63", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "63", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1499", "echelle": "departement"}, {"code_geo": "63", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "63", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "63", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "63", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "63", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "63", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "63", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1123", "echelle": "departement"}, {"code_geo": "63", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "63", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "63", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "63", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "63", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "63", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "63", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1296", "echelle": "departement"}, {"code_geo": "63", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "63", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "63", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "63", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "63", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "63", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "63", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1284", "echelle": "departement"}, {"code_geo": "63", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "63", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "63", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "63", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "63", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "63", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "63", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "985", "echelle": "departement"}, {"code_geo": "63", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "63", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "63", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "63", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "63", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "63", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "63", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1474", "echelle": "departement"}, {"code_geo": "63", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "525", "echelle": "departement"}, {"code_geo": "63", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "63", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "64", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "64", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "64", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1173", "echelle": "departement"}, {"code_geo": "64", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "64", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "64", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "64", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "64", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "64", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "64", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "925", "echelle": "departement"}, {"code_geo": "64", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "64", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "64", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "64", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "64", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "64", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1229", "echelle": "departement"}, {"code_geo": "64", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "64", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "64", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "64", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "64", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "64", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "64", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "957", "echelle": "departement"}, {"code_geo": "64", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "64", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "64", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "64", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "64", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "64", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "755", "echelle": "departement"}, {"code_geo": "64", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "64", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "64", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "64", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "64", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "64", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1302", "echelle": "departement"}, {"code_geo": "64", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "64", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "64", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "65", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "65", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "65", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "65", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "65", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "65", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "65", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "65", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "65", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "65", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "65", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "65", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "463", "echelle": "departement"}, {"code_geo": "65", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "65", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "65", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "65", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "65", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "65", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "485", "echelle": "departement"}, {"code_geo": "65", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "65", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "65", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "65", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "65", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "65", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "65", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "65", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "65", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "65", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "517", "echelle": "departement"}, {"code_geo": "65", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "65", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "66", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "66", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "66", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "981", "echelle": "departement"}, {"code_geo": "66", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "66", "month": "2019-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "66", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "66", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "66", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "66", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "66", "month": "2019-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "773", "echelle": "departement"}, {"code_geo": "66", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "66", "month": "2019-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "66", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "66", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "66", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "66", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "66", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "982", "echelle": "departement"}, {"code_geo": "66", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "66", "month": "2019-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "66", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "66", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "66", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "66", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "66", "month": "2019-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1062", "echelle": "departement"}, {"code_geo": "66", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "66", "month": "2019-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "66", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "66", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "66", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "66", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "66", "month": "2019-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "66", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "66", "month": "2019-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "66", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "66", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "66", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "66", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1196", "echelle": "departement"}, {"code_geo": "66", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "66", "month": "2019-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "66", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "66", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "69", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "69", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "69", "month": "2019-07", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "69", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "69", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2777", "echelle": "departement"}, {"code_geo": "69", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "69", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "69", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "69", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "69", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "69", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "69", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1038", "echelle": "departement"}, {"code_geo": "69", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "69", "month": "2019-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "69", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "69", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "69", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "69", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "69", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "69", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1847", "echelle": "departement"}, {"code_geo": "69", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "69", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "69", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "69", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "69", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "69", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "69", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "2517", "echelle": "departement"}, {"code_geo": "69", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "69", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "69", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "69", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "69", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "69", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "69", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1512", "echelle": "departement"}, {"code_geo": "69", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "69", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "69", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "69", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "69", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "69", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "69", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2468", "echelle": "departement"}, {"code_geo": "69", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "69", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "69", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "70", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "70", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "70", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "70", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "70", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "70", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "70", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "70", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "70", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "70", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "70", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "70", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "70", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "70", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "70", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "70", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "70", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "70", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "70", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "70", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "70", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "476", "echelle": "departement"}, {"code_geo": "70", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "70", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "70", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "70", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "70", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "70", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "419", "echelle": "departement"}, {"code_geo": "70", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "70", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "70", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "70", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "70", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "70", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "591", "echelle": "departement"}, {"code_geo": "70", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "70", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "70", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "71", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "71", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "721", "echelle": "departement"}, {"code_geo": "71", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "71", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1514", "echelle": "departement"}, {"code_geo": "71", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "71", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "71", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "71", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "71", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "71", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "71", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "889", "echelle": "departement"}, {"code_geo": "71", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "71", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "71", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "71", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "71", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "505", "echelle": "departement"}, {"code_geo": "71", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "71", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "989", "echelle": "departement"}, {"code_geo": "71", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "71", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "71", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "71", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "71", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "615", "echelle": "departement"}, {"code_geo": "71", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "71", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1142", "echelle": "departement"}, {"code_geo": "71", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "71", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "71", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "71", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "71", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "634", "echelle": "departement"}, {"code_geo": "71", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "71", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1025", "echelle": "departement"}, {"code_geo": "71", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "71", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "71", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "71", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "71", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "804", "echelle": "departement"}, {"code_geo": "71", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "71", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1352", "echelle": "departement"}, {"code_geo": "71", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "71", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "71", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "72", "month": "2019-07", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "72", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "72", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1432", "echelle": "departement"}, {"code_geo": "72", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "72", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "72", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "72", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "72", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "72", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "904", "echelle": "departement"}, {"code_geo": "72", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "72", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "72", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2019-09", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "72", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "72", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1162", "echelle": "departement"}, {"code_geo": "72", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "72", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "72", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "72", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1090", "echelle": "departement"}, {"code_geo": "72", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "72", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "72", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "72", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "72", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "72", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "972", "echelle": "departement"}, {"code_geo": "72", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "72", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "72", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "72", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "491", "echelle": "departement"}, {"code_geo": "72", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1738", "echelle": "departement"}, {"code_geo": "72", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "72", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "73", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "73", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "73", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "73", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "921", "echelle": "departement"}, {"code_geo": "73", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "73", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "73", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "73", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "73", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "73", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "73", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "73", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "73", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "73", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "73", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "73", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "414", "echelle": "departement"}, {"code_geo": "73", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "73", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "741", "echelle": "departement"}, {"code_geo": "73", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "73", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "73", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "73", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "507", "echelle": "departement"}, {"code_geo": "73", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "654", "echelle": "departement"}, {"code_geo": "73", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "73", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1174", "echelle": "departement"}, {"code_geo": "73", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "73", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "73", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "73", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "73", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "634", "echelle": "departement"}, {"code_geo": "73", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "73", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1128", "echelle": "departement"}, {"code_geo": "73", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "73", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "73", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "73", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "73", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "645", "echelle": "departement"}, {"code_geo": "73", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "73", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1034", "echelle": "departement"}, {"code_geo": "73", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "73", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "73", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "74", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "74", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "74", "month": "2019-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "74", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "74", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1317", "echelle": "departement"}, {"code_geo": "74", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "74", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "74", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "74", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "74", "month": "2019-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "74", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "74", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1035", "echelle": "departement"}, {"code_geo": "74", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "74", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "74", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "74", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "74", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "74", "month": "2019-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "74", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "74", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1120", "echelle": "departement"}, {"code_geo": "74", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "74", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "74", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "74", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "74", "month": "2019-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "74", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "74", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1255", "echelle": "departement"}, {"code_geo": "74", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "74", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "74", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "74", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "74", "month": "2019-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "74", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "74", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1141", "echelle": "departement"}, {"code_geo": "74", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "74", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "74", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "74", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "74", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "500", "echelle": "departement"}, {"code_geo": "74", "month": "2019-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "74", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "74", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1517", "echelle": "departement"}, {"code_geo": "74", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "518", "echelle": "departement"}, {"code_geo": "74", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "74", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "75", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "554", "echelle": "departement"}, {"code_geo": "75", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "75", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "547", "echelle": "departement"}, {"code_geo": "75", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "882", "echelle": "departement"}, {"code_geo": "75", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "850", "echelle": "departement"}, {"code_geo": "75", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1636", "echelle": "departement"}, {"code_geo": "76", "month": "2019-07", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "76", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "76", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2640", "echelle": "departement"}, {"code_geo": "76", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "76", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "76", "month": "2019-08", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "76", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "76", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "76", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1794", "echelle": "departement"}, {"code_geo": "76", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "76", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "76", "month": "2019-09", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "76", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "76", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1820", "echelle": "departement"}, {"code_geo": "76", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "76", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "76", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "76", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "76", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "3988", "echelle": "departement"}, {"code_geo": "76", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "76", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "76", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "76", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "76", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1964", "echelle": "departement"}, {"code_geo": "76", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "76", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "76", "month": "2019-12", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "76", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "76", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2729", "echelle": "departement"}, {"code_geo": "76", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "76", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "77", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "77", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "77", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "3233", "echelle": "departement"}, {"code_geo": "77", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "505", "echelle": "departement"}, {"code_geo": "77", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "77", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "77", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "77", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "77", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1905", "echelle": "departement"}, {"code_geo": "77", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "77", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "77", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "77", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "77", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "77", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "2315", "echelle": "departement"}, {"code_geo": "77", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "77", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "77", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "77", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "77", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "2168", "echelle": "departement"}, {"code_geo": "77", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "77", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "77", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "77", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "77", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "2226", "echelle": "departement"}, {"code_geo": "77", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "77", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "77", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "77", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "77", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2916", "echelle": "departement"}, {"code_geo": "77", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "77", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "77", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "78", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "78", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "78", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "3378", "echelle": "departement"}, {"code_geo": "78", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "78", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "78", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "78", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "78", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1216", "echelle": "departement"}, {"code_geo": "78", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "78", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "78", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "78", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1644", "echelle": "departement"}, {"code_geo": "78", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "78", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "78", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "78", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "78", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1870", "echelle": "departement"}, {"code_geo": "78", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "78", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "78", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "78", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "78", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1788", "echelle": "departement"}, {"code_geo": "78", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "78", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "78", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "78", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "78", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2145", "echelle": "departement"}, {"code_geo": "78", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "546", "echelle": "departement"}, {"code_geo": "78", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "78", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "79", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "79", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "79", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1286", "echelle": "departement"}, {"code_geo": "79", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "813", "echelle": "departement"}, {"code_geo": "79", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "79", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "79", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "79", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "79", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "855", "echelle": "departement"}, {"code_geo": "79", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "79", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "79", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "79", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "79", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "79", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1005", "echelle": "departement"}, {"code_geo": "79", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "79", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "79", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "79", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "79", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1159", "echelle": "departement"}, {"code_geo": "79", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "752", "echelle": "departement"}, {"code_geo": "79", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "79", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "79", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "79", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "897", "echelle": "departement"}, {"code_geo": "79", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "567", "echelle": "departement"}, {"code_geo": "79", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "79", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "79", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "79", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1296", "echelle": "departement"}, {"code_geo": "79", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "801", "echelle": "departement"}, {"code_geo": "79", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "79", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "80", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "80", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "80", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1246", "echelle": "departement"}, {"code_geo": "80", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "80", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "80", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "80", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "788", "echelle": "departement"}, {"code_geo": "80", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "80", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "80", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "80", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "80", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1025", "echelle": "departement"}, {"code_geo": "80", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "80", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "80", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "80", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1005", "echelle": "departement"}, {"code_geo": "80", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "80", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "80", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "80", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "80", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "828", "echelle": "departement"}, {"code_geo": "80", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "80", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "80", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "80", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1128", "echelle": "departement"}, {"code_geo": "80", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "81", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "81", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "81", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "919", "echelle": "departement"}, {"code_geo": "81", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "606", "echelle": "departement"}, {"code_geo": "81", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "81", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "81", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "81", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "621", "echelle": "departement"}, {"code_geo": "81", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "81", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "81", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "81", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "81", "month": "2019-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "81", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "680", "echelle": "departement"}, {"code_geo": "81", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "476", "echelle": "departement"}, {"code_geo": "81", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "81", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "81", "month": "2019-10", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "81", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "784", "echelle": "departement"}, {"code_geo": "81", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "81", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "81", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "81", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "81", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "81", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "81", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "81", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "81", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "81", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "81", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "876", "echelle": "departement"}, {"code_geo": "81", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "585", "echelle": "departement"}, {"code_geo": "81", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "81", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "82", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "82", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "82", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "569", "echelle": "departement"}, {"code_geo": "82", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "82", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "82", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "82", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "82", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "82", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "82", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "82", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "82", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "82", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "82", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "485", "echelle": "departement"}, {"code_geo": "82", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "602", "echelle": "departement"}, {"code_geo": "82", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "82", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "82", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "82", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "564", "echelle": "departement"}, {"code_geo": "82", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "82", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "82", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "82", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "82", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "82", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "82", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "82", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "82", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "82", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "82", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "695", "echelle": "departement"}, {"code_geo": "82", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "82", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "82", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "83", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "83", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "83", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1611", "echelle": "departement"}, {"code_geo": "83", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "83", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "83", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "83", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "83", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "83", "month": "2019-08", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "83", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1065", "echelle": "departement"}, {"code_geo": "83", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "83", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "83", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "83", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "83", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "83", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1397", "echelle": "departement"}, {"code_geo": "83", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "83", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "83", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "83", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "83", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "83", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1494", "echelle": "departement"}, {"code_geo": "83", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "83", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "83", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "83", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "83", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "83", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1236", "echelle": "departement"}, {"code_geo": "83", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "83", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "83", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "83", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "83", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "83", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2310", "echelle": "departement"}, {"code_geo": "83", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "83", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "83", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "84", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "84", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "84", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1151", "echelle": "departement"}, {"code_geo": "84", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "84", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "84", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "84", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "84", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "84", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "795", "echelle": "departement"}, {"code_geo": "84", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "84", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "84", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "84", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "84", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "84", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1030", "echelle": "departement"}, {"code_geo": "84", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "84", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "84", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "84", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "84", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "84", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1185", "echelle": "departement"}, {"code_geo": "84", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "84", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "84", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "84", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "84", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "84", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "840", "echelle": "departement"}, {"code_geo": "84", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "84", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "84", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "84", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "84", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "84", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1237", "echelle": "departement"}, {"code_geo": "84", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "84", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "84", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "85", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "85", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "85", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2272", "echelle": "departement"}, {"code_geo": "85", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "596", "echelle": "departement"}, {"code_geo": "85", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "85", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "85", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "85", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "85", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1619", "echelle": "departement"}, {"code_geo": "85", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "85", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "85", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "85", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "85", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "85", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1872", "echelle": "departement"}, {"code_geo": "85", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "600", "echelle": "departement"}, {"code_geo": "85", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "85", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "85", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "85", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "85", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "2059", "echelle": "departement"}, {"code_geo": "85", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "940", "echelle": "departement"}, {"code_geo": "85", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "85", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "85", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "85", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "85", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1583", "echelle": "departement"}, {"code_geo": "85", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "616", "echelle": "departement"}, {"code_geo": "85", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "85", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "85", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "85", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "351", "echelle": "departement"}, {"code_geo": "85", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2252", "echelle": "departement"}, {"code_geo": "85", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "796", "echelle": "departement"}, {"code_geo": "85", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "85", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "86", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "86", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "86", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1201", "echelle": "departement"}, {"code_geo": "86", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "769", "echelle": "departement"}, {"code_geo": "86", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "86", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "86", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "86", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "804", "echelle": "departement"}, {"code_geo": "86", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "86", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "86", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "86", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "86", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "86", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1001", "echelle": "departement"}, {"code_geo": "86", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "619", "echelle": "departement"}, {"code_geo": "86", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "86", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "86", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "86", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "86", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "983", "echelle": "departement"}, {"code_geo": "86", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "903", "echelle": "departement"}, {"code_geo": "86", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "86", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "86", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "86", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "842", "echelle": "departement"}, {"code_geo": "86", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "86", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "86", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "86", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "86", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "86", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1155", "echelle": "departement"}, {"code_geo": "86", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "935", "echelle": "departement"}, {"code_geo": "86", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "86", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "87", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "87", "month": "2019-07", "nature_culture": "pacages", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "87", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "87", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "940", "echelle": "departement"}, {"code_geo": "87", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "493", "echelle": "departement"}, {"code_geo": "87", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "87", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "87", "month": "2019-08", "nature_culture": "pacages", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "87", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "87", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "87", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "87", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "87", "month": "2019-09", "nature_culture": "pacages", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "87", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "87", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "657", "echelle": "departement"}, {"code_geo": "87", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "87", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "87", "month": "2019-10", "nature_culture": "pacages", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "87", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "87", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "845", "echelle": "departement"}, {"code_geo": "87", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "460", "echelle": "departement"}, {"code_geo": "87", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "87", "month": "2019-11", "nature_culture": "pacages", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "87", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "87", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "641", "echelle": "departement"}, {"code_geo": "87", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "539", "echelle": "departement"}, {"code_geo": "87", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "87", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "87", "month": "2019-12", "nature_culture": "pacages", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "87", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "87", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "87", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "602", "echelle": "departement"}, {"code_geo": "88", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "88", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "88", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "971", "echelle": "departement"}, {"code_geo": "88", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "88", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "88", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "88", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "88", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "363", "echelle": "departement"}, {"code_geo": "88", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "749", "echelle": "departement"}, {"code_geo": "88", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "88", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "88", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "88", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "88", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "88", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "732", "echelle": "departement"}, {"code_geo": "88", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "88", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "88", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "88", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "88", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "88", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "801", "echelle": "departement"}, {"code_geo": "88", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "88", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "88", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "88", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "88", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "88", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "795", "echelle": "departement"}, {"code_geo": "88", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "88", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "88", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "88", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "88", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "520", "echelle": "departement"}, {"code_geo": "88", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "955", "echelle": "departement"}, {"code_geo": "88", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "384", "echelle": "departement"}, {"code_geo": "88", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "88", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "89", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "89", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "89", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "933", "echelle": "departement"}, {"code_geo": "89", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "548", "echelle": "departement"}, {"code_geo": "89", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "89", "month": "2019-07", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "89", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "89", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "89", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "623", "echelle": "departement"}, {"code_geo": "89", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "89", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "89", "month": "2019-08", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "89", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "89", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "89", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "845", "echelle": "departement"}, {"code_geo": "89", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "89", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "89", "month": "2019-09", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "89", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "89", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "89", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "763", "echelle": "departement"}, {"code_geo": "89", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "462", "echelle": "departement"}, {"code_geo": "89", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "89", "month": "2019-10", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "89", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "89", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "89", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "695", "echelle": "departement"}, {"code_geo": "89", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "89", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "89", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "89", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "89", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "89", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "929", "echelle": "departement"}, {"code_geo": "89", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "89", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "89", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "90", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "90", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "90", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "90", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "90", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "90", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "90", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "90", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "90", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "90", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "90", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "90", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "90", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "90", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "90", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "90", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "90", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "90", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "90", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "90", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "90", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "90", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "90", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "90", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "90", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "90", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "90", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "90", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "91", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "91", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2370", "echelle": "departement"}, {"code_geo": "91", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "91", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "91", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "91", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "91", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1014", "echelle": "departement"}, {"code_geo": "91", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "91", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "91", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1613", "echelle": "departement"}, {"code_geo": "91", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "91", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1377", "echelle": "departement"}, {"code_geo": "91", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "91", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "91", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1146", "echelle": "departement"}, {"code_geo": "91", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "91", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "91", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "91", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "3170", "echelle": "departement"}, {"code_geo": "91", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "91", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "91", "month": "2019-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1091", "echelle": "departement"}, {"code_geo": "92", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "92", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "750", "echelle": "departement"}, {"code_geo": "92", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1373", "echelle": "departement"}, {"code_geo": "92", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "92", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "690", "echelle": "departement"}, {"code_geo": "92", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1552", "echelle": "departement"}, {"code_geo": "92", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "93", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "93", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "3130", "echelle": "departement"}, {"code_geo": "93", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "93", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "93", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "93", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "946", "echelle": "departement"}, {"code_geo": "93", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "93", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1222", "echelle": "departement"}, {"code_geo": "93", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "93", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "929", "echelle": "departement"}, {"code_geo": "93", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "93", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "93", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "3312", "echelle": "departement"}, {"code_geo": "93", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "93", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2379", "echelle": "departement"}, {"code_geo": "94", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "94", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "94", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "759", "echelle": "departement"}, {"code_geo": "94", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "94", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "804", "echelle": "departement"}, {"code_geo": "94", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "94", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1287", "echelle": "departement"}, {"code_geo": "94", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "94", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "815", "echelle": "departement"}, {"code_geo": "94", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "94", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "95", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "95", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "95", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "2261", "echelle": "departement"}, {"code_geo": "95", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "95", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "95", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "95", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "95", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1129", "echelle": "departement"}, {"code_geo": "95", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "95", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "95", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "95", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "95", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1277", "echelle": "departement"}, {"code_geo": "95", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "95", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "95", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "95", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "95", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1499", "echelle": "departement"}, {"code_geo": "95", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "95", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "95", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "95", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "95", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1029", "echelle": "departement"}, {"code_geo": "95", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "95", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "95", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "95", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "1535", "echelle": "departement"}, {"code_geo": "95", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "95", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "97", "month": "2019-07", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "97", "month": "2019-07", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "97", "month": "2019-07", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "97", "month": "2019-07", "nature_culture": "sols", "nb_mutations": "1783", "echelle": "departement"}, {"code_geo": "97", "month": "2019-07", "nature_culture": "terres", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "97", "month": "2019-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2019-08", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "97", "month": "2019-08", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "97", "month": "2019-08", "nature_culture": "sols", "nb_mutations": "1133", "echelle": "departement"}, {"code_geo": "97", "month": "2019-08", "nature_culture": "terres", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "97", "month": "2019-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "97", "month": "2019-09", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "97", "month": "2019-09", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "97", "month": "2019-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2019-09", "nature_culture": "sols", "nb_mutations": "1088", "echelle": "departement"}, {"code_geo": "97", "month": "2019-09", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "97", "month": "2019-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "97", "month": "2019-10", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "97", "month": "2019-10", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "97", "month": "2019-10", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2019-10", "nature_culture": "sols", "nb_mutations": "1225", "echelle": "departement"}, {"code_geo": "97", "month": "2019-10", "nature_culture": "terres", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "97", "month": "2019-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "97", "month": "2019-11", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "97", "month": "2019-11", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "97", "month": "2019-11", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2019-11", "nature_culture": "sols", "nb_mutations": "1214", "echelle": "departement"}, {"code_geo": "97", "month": "2019-11", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "97", "month": "2019-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2019-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2019-12", "nature_culture": "landes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "97", "month": "2019-12", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "97", "month": "2019-12", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2019-12", "nature_culture": "sols", "nb_mutations": "2174", "echelle": "departement"}, {"code_geo": "97", "month": "2019-12", "nature_culture": "terres", "nb_mutations": "1133", "echelle": "departement"}, {"code_geo": "97", "month": "2019-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "code_geo", "month": "month", "nature_culture": "nature_culture", "nb_mutations": "nb_mutations", "echelle": "echelle"}, {"code_geo": "01", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "01", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "01", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "01", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1104", "echelle": "departement"}, {"code_geo": "01", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "01", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "01", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "01", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "01", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "01", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1274", "echelle": "departement"}, {"code_geo": "01", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "01", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "01", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "01", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "01", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "766", "echelle": "departement"}, {"code_geo": "01", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "01", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "01", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "01", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "01", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "01", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "01", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "01", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "01", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "01", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "01", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "01", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "995", "echelle": "departement"}, {"code_geo": "01", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "01", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "01", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "01", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "01", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "01", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1313", "echelle": "departement"}, {"code_geo": "01", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "01", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "01", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "01", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "01", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "01", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1272", "echelle": "departement"}, {"code_geo": "01", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "01", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "01", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "01", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "01", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "01", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "863", "echelle": "departement"}, {"code_geo": "01", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "01", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "01", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "01", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "01", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "01", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1587", "echelle": "departement"}, {"code_geo": "01", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "01", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "01", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "01", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "01", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "01", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1568", "echelle": "departement"}, {"code_geo": "01", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "01", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "01", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "01", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "01", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "01", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "01", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1126", "echelle": "departement"}, {"code_geo": "01", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "01", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "01", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "01", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "476", "echelle": "departement"}, {"code_geo": "01", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "01", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1566", "echelle": "departement"}, {"code_geo": "01", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "01", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "02", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "02", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "02", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "02", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "796", "echelle": "departement"}, {"code_geo": "02", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "02", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "02", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "02", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "02", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "02", "month": "2020-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "02", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "818", "echelle": "departement"}, {"code_geo": "02", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "02", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "02", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "02", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "02", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "02", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "02", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "02", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "02", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "02", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "02", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "02", "month": "2020-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "02", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "02", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "02", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "02", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "02", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "02", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "02", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "02", "month": "2020-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "02", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "02", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "02", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "02", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "02", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "02", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "02", "month": "2020-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "02", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "02", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1002", "echelle": "departement"}, {"code_geo": "02", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "02", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "02", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "02", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "02", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "02", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "02", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "973", "echelle": "departement"}, {"code_geo": "02", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "02", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "02", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "02", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "02", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "02", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "712", "echelle": "departement"}, {"code_geo": "02", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "02", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "02", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "02", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "02", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "02", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "02", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1142", "echelle": "departement"}, {"code_geo": "02", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "02", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "02", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "02", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "02", "month": "2020-10", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "02", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "02", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1272", "echelle": "departement"}, {"code_geo": "02", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "02", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "02", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "02", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "02", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "02", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "961", "echelle": "departement"}, {"code_geo": "02", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "02", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "02", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "02", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "02", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "02", "month": "2020-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "02", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1519", "echelle": "departement"}, {"code_geo": "02", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "02", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "02", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "03", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "03", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "536", "echelle": "departement"}, {"code_geo": "03", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "03", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "03", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "03", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "03", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "633", "echelle": "departement"}, {"code_geo": "03", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "03", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "03", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "03", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "03", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "03", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "03", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "03", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "03", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "03", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "03", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "03", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "03", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "03", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "652", "echelle": "departement"}, {"code_geo": "03", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "03", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "03", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "03", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "811", "echelle": "departement"}, {"code_geo": "03", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "479", "echelle": "departement"}, {"code_geo": "03", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "03", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "03", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "03", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "03", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "797", "echelle": "departement"}, {"code_geo": "03", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "03", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "03", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "03", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "03", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "03", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "03", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "03", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "03", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "03", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "943", "echelle": "departement"}, {"code_geo": "03", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "03", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "03", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "03", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "03", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "03", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "970", "echelle": "departement"}, {"code_geo": "03", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "03", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "03", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "03", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "03", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "856", "echelle": "departement"}, {"code_geo": "03", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "03", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "03", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "03", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "03", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "03", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1131", "echelle": "departement"}, {"code_geo": "03", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "568", "echelle": "departement"}, {"code_geo": "03", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "03", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "04", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "04", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "04", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "04", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "04", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "04", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "04", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "04", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "04", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "04", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "04", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "04", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "04", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "04", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "04", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "04", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "04", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "04", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "04", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "04", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "04", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "04", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "04", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "04", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "04", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "04", "month": "2020-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "04", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "04", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "04", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "04", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "04", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "04", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "04", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "04", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "04", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "04", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "04", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "04", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "04", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "04", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "04", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "04", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "04", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "04", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "04", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "04", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "04", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "04", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "04", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "04", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "04", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "04", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "04", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "04", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "04", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "04", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "04", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "04", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "04", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "04", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "04", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "04", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "04", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "04", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "378", "echelle": "departement"}, {"code_geo": "04", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "04", "month": "2020-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "04", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "05", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "05", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "05", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "05", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "05", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "05", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "05", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "05", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "05", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "05", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "05", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "05", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "05", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "05", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "05", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "05", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "05", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "05", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "05", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "05", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "05", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "05", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "05", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "05", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "05", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "05", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "05", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "05", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "05", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "05", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "05", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "05", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "05", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "05", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "05", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "05", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "05", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "05", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "05", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "05", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "05", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "05", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "05", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "05", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "05", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "05", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "05", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "05", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "05", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "05", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "05", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "05", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "05", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "05", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "05", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "05", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "05", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "05", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "05", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "05", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "05", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "05", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "05", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "06", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "06", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "06", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "642", "echelle": "departement"}, {"code_geo": "06", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "06", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "06", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "06", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "06", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "06", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "06", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "06", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "06", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "06", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "06", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "06", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "603", "echelle": "departement"}, {"code_geo": "06", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "06", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "06", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "06", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "06", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "06", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "06", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "06", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "06", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "06", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "06", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "06", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "627", "echelle": "departement"}, {"code_geo": "06", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "06", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "06", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "06", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "06", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "06", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "842", "echelle": "departement"}, {"code_geo": "06", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "06", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "06", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "06", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "06", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "06", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "811", "echelle": "departement"}, {"code_geo": "06", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "06", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "06", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "06", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "06", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "06", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "610", "echelle": "departement"}, {"code_geo": "06", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "06", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "06", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "06", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "06", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "06", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "922", "echelle": "departement"}, {"code_geo": "06", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "06", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "06", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "06", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "06", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "06", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1010", "echelle": "departement"}, {"code_geo": "06", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "06", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "06", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "06", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "06", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "06", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "815", "echelle": "departement"}, {"code_geo": "06", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "06", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "06", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "06", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "06", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "06", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1725", "echelle": "departement"}, {"code_geo": "06", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "06", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "06", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "07", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "480", "echelle": "departement"}, {"code_geo": "07", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "07", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "07", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "581", "echelle": "departement"}, {"code_geo": "07", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "07", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "07", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "07", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "450", "echelle": "departement"}, {"code_geo": "07", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "07", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "07", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "643", "echelle": "departement"}, {"code_geo": "07", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "07", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "07", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "07", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "07", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "07", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "07", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "07", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "07", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "07", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "07", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "07", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "07", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "07", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "07", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "07", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "07", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "07", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "07", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "07", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "07", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "590", "echelle": "departement"}, {"code_geo": "07", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "07", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "07", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "07", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "468", "echelle": "departement"}, {"code_geo": "07", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "07", "month": "2020-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "07", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "07", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "650", "echelle": "departement"}, {"code_geo": "07", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "07", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "07", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "07", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "07", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "07", "month": "2020-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "07", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "07", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "788", "echelle": "departement"}, {"code_geo": "07", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "07", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "07", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "07", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "07", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "07", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "07", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "524", "echelle": "departement"}, {"code_geo": "07", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "07", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "07", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "07", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "07", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "07", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "07", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "821", "echelle": "departement"}, {"code_geo": "07", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "07", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "07", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "07", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "07", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "07", "month": "2020-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "07", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "07", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "904", "echelle": "departement"}, {"code_geo": "07", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "07", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "07", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "07", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "535", "echelle": "departement"}, {"code_geo": "07", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "07", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "07", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "819", "echelle": "departement"}, {"code_geo": "07", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "07", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "07", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "07", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "465", "echelle": "departement"}, {"code_geo": "07", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "07", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "07", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1066", "echelle": "departement"}, {"code_geo": "07", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "07", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "07", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "08", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "08", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "08", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "474", "echelle": "departement"}, {"code_geo": "08", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "08", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "08", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "08", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "08", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "433", "echelle": "departement"}, {"code_geo": "08", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "08", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "08", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "08", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "08", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "08", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "08", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "08", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "08", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "08", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "08", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "08", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "08", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "08", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "08", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "472", "echelle": "departement"}, {"code_geo": "08", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "08", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "08", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "08", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "08", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "08", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "08", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "08", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "08", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "08", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "536", "echelle": "departement"}, {"code_geo": "08", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "08", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "08", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "08", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "08", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "08", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "08", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "08", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "08", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "08", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "08", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "08", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "08", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "08", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "08", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "628", "echelle": "departement"}, {"code_geo": "08", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "08", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "08", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "08", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "08", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "586", "echelle": "departement"}, {"code_geo": "08", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "08", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "08", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "08", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "08", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "08", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "08", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "08", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "09", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "466", "echelle": "departement"}, {"code_geo": "09", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "09", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "463", "echelle": "departement"}, {"code_geo": "09", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "09", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "09", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "09", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "09", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "09", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "09", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "09", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "09", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "09", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "09", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "09", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "09", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "09", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "09", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "09", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "09", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "09", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "09", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "09", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "09", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "09", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "526", "echelle": "departement"}, {"code_geo": "09", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "09", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "496", "echelle": "departement"}, {"code_geo": "09", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "09", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "527", "echelle": "departement"}, {"code_geo": "09", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "09", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "09", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "09", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "09", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "09", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "09", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "09", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "09", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "09", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "09", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "501", "echelle": "departement"}, {"code_geo": "09", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "09", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "09", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "09", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "636", "echelle": "departement"}, {"code_geo": "09", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "09", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "09", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "09", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "09", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "09", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "602", "echelle": "departement"}, {"code_geo": "09", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "09", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "09", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "09", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "09", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "800", "echelle": "departement"}, {"code_geo": "09", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "09", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "09", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "10", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "10", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "10", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "10", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "10", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "10", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "10", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "10", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "10", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "553", "echelle": "departement"}, {"code_geo": "10", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "10", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "10", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "10", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "10", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "10", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "10", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "10", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "10", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "10", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "10", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "10", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "10", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "10", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "10", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "10", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "10", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "10", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "10", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "10", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "10", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "10", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "10", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "10", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "549", "echelle": "departement"}, {"code_geo": "10", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "10", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "10", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "10", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "10", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "10", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "588", "echelle": "departement"}, {"code_geo": "10", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "10", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "10", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "10", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "10", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "10", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "10", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "10", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "10", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "10", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "10", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "10", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "612", "echelle": "departement"}, {"code_geo": "10", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "10", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "10", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "10", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "10", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "10", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "701", "echelle": "departement"}, {"code_geo": "10", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "10", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "10", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "10", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "10", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "10", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "480", "echelle": "departement"}, {"code_geo": "10", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "10", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "10", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "10", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "10", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "10", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1023", "echelle": "departement"}, {"code_geo": "10", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "10", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "10", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "11", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "11", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "11", "month": "2020-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "11", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "707", "echelle": "departement"}, {"code_geo": "11", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "11", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "11", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "11", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "11", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "11", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "765", "echelle": "departement"}, {"code_geo": "11", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "11", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "11", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "11", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "11", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "11", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "561", "echelle": "departement"}, {"code_geo": "11", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "11", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "11", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "11", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "11", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "11", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "11", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "11", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "11", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "11", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "11", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "11", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "736", "echelle": "departement"}, {"code_geo": "11", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "11", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "11", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "11", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "11", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "825", "echelle": "departement"}, {"code_geo": "11", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "508", "echelle": "departement"}, {"code_geo": "11", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "11", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "11", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "11", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "11", "month": "2020-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "11", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "817", "echelle": "departement"}, {"code_geo": "11", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "11", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "11", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "11", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "11", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "11", "month": "2020-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "11", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "677", "echelle": "departement"}, {"code_geo": "11", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "11", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "11", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "11", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "11", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "11", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "890", "echelle": "departement"}, {"code_geo": "11", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "11", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "11", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "11", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "11", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "11", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "933", "echelle": "departement"}, {"code_geo": "11", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "11", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "11", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "11", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "11", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "11", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "798", "echelle": "departement"}, {"code_geo": "11", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "11", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "11", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "11", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "11", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "11", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1187", "echelle": "departement"}, {"code_geo": "11", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "735", "echelle": "departement"}, {"code_geo": "11", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "11", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "12", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "12", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "12", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "12", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "12", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "12", "month": "2020-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "12", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "12", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "12", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "12", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "12", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "12", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "544", "echelle": "departement"}, {"code_geo": "12", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "12", "month": "2020-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "12", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "12", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "12", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "12", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "12", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "12", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "12", "month": "2020-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "12", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "12", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "12", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "12", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "12", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "12", "month": "2020-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "12", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "12", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "12", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "12", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "12", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "12", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "12", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "12", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "12", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "12", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "12", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "12", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "12", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "477", "echelle": "departement"}, {"code_geo": "12", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "12", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "12", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "12", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "12", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "12", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "710", "echelle": "departement"}, {"code_geo": "12", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "12", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "12", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "12", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "12", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "12", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "12", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "577", "echelle": "departement"}, {"code_geo": "12", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "12", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "12", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "12", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "12", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "12", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "12", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "12", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "431", "echelle": "departement"}, {"code_geo": "12", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "12", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "12", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "12", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "12", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "12", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "813", "echelle": "departement"}, {"code_geo": "12", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "12", "month": "2020-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "12", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "12", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "12", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "12", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "12", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "658", "echelle": "departement"}, {"code_geo": "12", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "12", "month": "2020-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "12", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "12", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "12", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "12", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "12", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1067", "echelle": "departement"}, {"code_geo": "12", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "12", "month": "2020-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "12", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "13", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "13", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "13", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "13", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1664", "echelle": "departement"}, {"code_geo": "13", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "13", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "13", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "13", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "13", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "13", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1676", "echelle": "departement"}, {"code_geo": "13", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "13", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "13", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "13", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "13", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "13", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1112", "echelle": "departement"}, {"code_geo": "13", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "13", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "13", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "13", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "13", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "423", "echelle": "departement"}, {"code_geo": "13", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "13", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "13", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "13", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "13", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "13", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1536", "echelle": "departement"}, {"code_geo": "13", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "13", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "13", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "13", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "13", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "13", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "2589", "echelle": "departement"}, {"code_geo": "13", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "13", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "13", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "13", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "13", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "13", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1812", "echelle": "departement"}, {"code_geo": "13", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "13", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "13", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "13", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "13", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "13", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1281", "echelle": "departement"}, {"code_geo": "13", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "13", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "13", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "13", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "13", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "13", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "2023", "echelle": "departement"}, {"code_geo": "13", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "13", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "13", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "13", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "13", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "13", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "13", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2373", "echelle": "departement"}, {"code_geo": "13", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "344", "echelle": "departement"}, {"code_geo": "13", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "13", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "13", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "13", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "13", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "2254", "echelle": "departement"}, {"code_geo": "13", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "13", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "13", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "13", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "13", "month": "2020-12", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "13", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "13", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "13", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "3127", "echelle": "departement"}, {"code_geo": "13", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "13", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "13", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "14", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "14", "month": "2020-01", "nature_culture": "pacages", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "14", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "14", "month": "2020-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "14", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1290", "echelle": "departement"}, {"code_geo": "14", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "14", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "14", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "14", "month": "2020-02", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "14", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "14", "month": "2020-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "14", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1017", "echelle": "departement"}, {"code_geo": "14", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "14", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "14", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "14", "month": "2020-03", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "14", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "14", "month": "2020-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "14", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "972", "echelle": "departement"}, {"code_geo": "14", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "14", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "14", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "14", "month": "2020-04", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "14", "month": "2020-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "14", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "603", "echelle": "departement"}, {"code_geo": "14", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "14", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "14", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "14", "month": "2020-05", "nature_culture": "pacages", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "14", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "14", "month": "2020-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "14", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1425", "echelle": "departement"}, {"code_geo": "14", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "14", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "14", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "14", "month": "2020-06", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "14", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "14", "month": "2020-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "14", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1459", "echelle": "departement"}, {"code_geo": "14", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "14", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "14", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "14", "month": "2020-07", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "14", "month": "2020-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "14", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1447", "echelle": "departement"}, {"code_geo": "14", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "14", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "14", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "14", "month": "2020-08", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "14", "month": "2020-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "14", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1289", "echelle": "departement"}, {"code_geo": "14", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "14", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "14", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "14", "month": "2020-09", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "14", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "14", "month": "2020-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "14", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1938", "echelle": "departement"}, {"code_geo": "14", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "14", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "14", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "14", "month": "2020-10", "nature_culture": "pacages", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "14", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "498", "echelle": "departement"}, {"code_geo": "14", "month": "2020-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "14", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1869", "echelle": "departement"}, {"code_geo": "14", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "14", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "14", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "14", "month": "2020-11", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "14", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "502", "echelle": "departement"}, {"code_geo": "14", "month": "2020-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "14", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1621", "echelle": "departement"}, {"code_geo": "14", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "14", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "14", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "14", "month": "2020-12", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "14", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "14", "month": "2020-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "14", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2392", "echelle": "departement"}, {"code_geo": "14", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "14", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "15", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "15", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "15", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "15", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "15", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "15", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "15", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "15", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "15", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "15", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "15", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "15", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "15", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "15", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "15", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "15", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "15", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "15", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "15", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "15", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "15", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "15", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "15", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "15", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "15", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "15", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "15", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "15", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "15", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "15", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "15", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "15", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "15", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "15", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "15", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "15", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "15", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "15", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "15", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "15", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "15", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "15", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "15", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "15", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "15", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "15", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "15", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "15", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "15", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "15", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "15", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "15", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "15", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "15", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "15", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "15", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "15", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "15", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "15", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "15", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "15", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "15", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "15", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "15", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "15", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "15", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "15", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "15", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "15", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "15", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "15", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "589", "echelle": "departement"}, {"code_geo": "15", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "15", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "15", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "16", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "16", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "16", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "827", "echelle": "departement"}, {"code_geo": "16", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "601", "echelle": "departement"}, {"code_geo": "16", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "16", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "16", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "16", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "784", "echelle": "departement"}, {"code_geo": "16", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "685", "echelle": "departement"}, {"code_geo": "16", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "16", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "16", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "16", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "603", "echelle": "departement"}, {"code_geo": "16", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "479", "echelle": "departement"}, {"code_geo": "16", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "16", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "16", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "16", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "16", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "16", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "16", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "16", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "16", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "845", "echelle": "departement"}, {"code_geo": "16", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "530", "echelle": "departement"}, {"code_geo": "16", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "16", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "16", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "16", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "16", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "851", "echelle": "departement"}, {"code_geo": "16", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "657", "echelle": "departement"}, {"code_geo": "16", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "16", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "16", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "16", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "857", "echelle": "departement"}, {"code_geo": "16", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "699", "echelle": "departement"}, {"code_geo": "16", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "16", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "16", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "16", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "674", "echelle": "departement"}, {"code_geo": "16", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "16", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "16", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "16", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "16", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1112", "echelle": "departement"}, {"code_geo": "16", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "766", "echelle": "departement"}, {"code_geo": "16", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "16", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "16", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "16", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1116", "echelle": "departement"}, {"code_geo": "16", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "858", "echelle": "departement"}, {"code_geo": "16", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "16", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "16", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "16", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "16", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1152", "echelle": "departement"}, {"code_geo": "16", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "835", "echelle": "departement"}, {"code_geo": "16", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "16", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "16", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "16", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "16", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1382", "echelle": "departement"}, {"code_geo": "16", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "876", "echelle": "departement"}, {"code_geo": "16", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "17", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "17", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "17", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1916", "echelle": "departement"}, {"code_geo": "17", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "700", "echelle": "departement"}, {"code_geo": "17", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "17", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "17", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "17", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "17", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1669", "echelle": "departement"}, {"code_geo": "17", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "623", "echelle": "departement"}, {"code_geo": "17", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "17", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "17", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "17", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "17", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1113", "echelle": "departement"}, {"code_geo": "17", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "17", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "17", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "17", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "17", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "17", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "657", "echelle": "departement"}, {"code_geo": "17", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "17", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "17", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "17", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "17", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1700", "echelle": "departement"}, {"code_geo": "17", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "466", "echelle": "departement"}, {"code_geo": "17", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "17", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "17", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "17", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "17", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "2194", "echelle": "departement"}, {"code_geo": "17", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "705", "echelle": "departement"}, {"code_geo": "17", "month": "2020-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "17", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "17", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "17", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1778", "echelle": "departement"}, {"code_geo": "17", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "699", "echelle": "departement"}, {"code_geo": "17", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "17", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "17", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "17", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1692", "echelle": "departement"}, {"code_geo": "17", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "711", "echelle": "departement"}, {"code_geo": "17", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "17", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "17", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "17", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "2264", "echelle": "departement"}, {"code_geo": "17", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "17", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "17", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "17", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "17", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2773", "echelle": "departement"}, {"code_geo": "17", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "781", "echelle": "departement"}, {"code_geo": "17", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "17", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "17", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "17", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "17", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "2273", "echelle": "departement"}, {"code_geo": "17", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "690", "echelle": "departement"}, {"code_geo": "17", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "17", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "17", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "17", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "17", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "3433", "echelle": "departement"}, {"code_geo": "17", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "1263", "echelle": "departement"}, {"code_geo": "17", "month": "2020-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "17", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "18", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "18", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "18", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "547", "echelle": "departement"}, {"code_geo": "18", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "18", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "18", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "18", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "18", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "18", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "574", "echelle": "departement"}, {"code_geo": "18", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "18", "month": "2020-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "18", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "18", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "18", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "18", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "18", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "500", "echelle": "departement"}, {"code_geo": "18", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "18", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "18", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "18", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "18", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "18", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "18", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "18", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "18", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "18", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "18", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "18", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "525", "echelle": "departement"}, {"code_geo": "18", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "18", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "18", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "18", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "18", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "18", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "714", "echelle": "departement"}, {"code_geo": "18", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "18", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "18", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "18", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "18", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "18", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "663", "echelle": "departement"}, {"code_geo": "18", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "396", "echelle": "departement"}, {"code_geo": "18", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "18", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "18", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "18", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "18", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "630", "echelle": "departement"}, {"code_geo": "18", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "18", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "18", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "18", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "18", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "18", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "800", "echelle": "departement"}, {"code_geo": "18", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "18", "month": "2020-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "18", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "18", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "18", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "18", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "18", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "914", "echelle": "departement"}, {"code_geo": "18", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "18", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "18", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "18", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "18", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "18", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "701", "echelle": "departement"}, {"code_geo": "18", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "18", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "18", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "18", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "18", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1231", "echelle": "departement"}, {"code_geo": "18", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "18", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "18", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "19", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "19", "month": "2020-01", "nature_culture": "pacages", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "19", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "19", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "450", "echelle": "departement"}, {"code_geo": "19", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "19", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "19", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "19", "month": "2020-02", "nature_culture": "pacages", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "19", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "19", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "19", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "19", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "19", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "19", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "19", "month": "2020-03", "nature_culture": "pacages", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "19", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "19", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "19", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "19", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "19", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "19", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "19", "month": "2020-04", "nature_culture": "pacages", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "19", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "19", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "19", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "19", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "19", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "19", "month": "2020-05", "nature_culture": "pacages", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "19", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "19", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "556", "echelle": "departement"}, {"code_geo": "19", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "19", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "19", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "19", "month": "2020-06", "nature_culture": "pacages", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "19", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "19", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "19", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "19", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "19", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "19", "month": "2020-07", "nature_culture": "pacages", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "19", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "19", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "19", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "19", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "19", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "19", "month": "2020-08", "nature_culture": "pacages", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "19", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "19", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "19", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "19", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "19", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "19", "month": "2020-09", "nature_culture": "pacages", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "19", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "19", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "578", "echelle": "departement"}, {"code_geo": "19", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "19", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "19", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "19", "month": "2020-10", "nature_culture": "pacages", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "19", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "19", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "722", "echelle": "departement"}, {"code_geo": "19", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "19", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "19", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "19", "month": "2020-11", "nature_culture": "pacages", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "19", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "19", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "513", "echelle": "departement"}, {"code_geo": "19", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "19", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "19", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "19", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "19", "month": "2020-12", "nature_culture": "pacages", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "19", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "19", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "889", "echelle": "departement"}, {"code_geo": "19", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "19", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "19", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "21", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "21", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "21", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "21", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "862", "echelle": "departement"}, {"code_geo": "21", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "21", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "21", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "21", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "21", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "21", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "760", "echelle": "departement"}, {"code_geo": "21", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "21", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "21", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "21", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "21", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "21", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "21", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "505", "echelle": "departement"}, {"code_geo": "21", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "21", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "21", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "21", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "21", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "21", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "21", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "365", "echelle": "departement"}, {"code_geo": "21", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "21", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "21", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "21", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "21", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "21", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "794", "echelle": "departement"}, {"code_geo": "21", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "21", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "21", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "21", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "21", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "21", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "21", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "774", "echelle": "departement"}, {"code_geo": "21", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "21", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "21", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "21", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "21", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "21", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "21", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "990", "echelle": "departement"}, {"code_geo": "21", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "21", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "21", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "21", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "21", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "21", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "21", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "748", "echelle": "departement"}, {"code_geo": "21", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "21", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "21", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "21", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "21", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "21", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "21", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1074", "echelle": "departement"}, {"code_geo": "21", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "21", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "21", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "21", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "21", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "21", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "21", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1353", "echelle": "departement"}, {"code_geo": "21", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "21", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "21", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "21", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "21", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "21", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "991", "echelle": "departement"}, {"code_geo": "21", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "21", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "21", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "21", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "21", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "21", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "21", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1557", "echelle": "departement"}, {"code_geo": "21", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "538", "echelle": "departement"}, {"code_geo": "21", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "21", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "22", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "22", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "22", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1393", "echelle": "departement"}, {"code_geo": "22", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "743", "echelle": "departement"}, {"code_geo": "22", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "22", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "22", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "22", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1435", "echelle": "departement"}, {"code_geo": "22", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "774", "echelle": "departement"}, {"code_geo": "22", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "22", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "22", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "22", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1021", "echelle": "departement"}, {"code_geo": "22", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "22", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "22", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "22", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "22", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "692", "echelle": "departement"}, {"code_geo": "22", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "22", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "22", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "22", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "22", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1309", "echelle": "departement"}, {"code_geo": "22", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "709", "echelle": "departement"}, {"code_geo": "22", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "22", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "22", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "22", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1639", "echelle": "departement"}, {"code_geo": "22", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "856", "echelle": "departement"}, {"code_geo": "22", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "22", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "22", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "22", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1501", "echelle": "departement"}, {"code_geo": "22", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "978", "echelle": "departement"}, {"code_geo": "22", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "22", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "22", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "22", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1057", "echelle": "departement"}, {"code_geo": "22", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "657", "echelle": "departement"}, {"code_geo": "22", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "22", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "22", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "22", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1687", "echelle": "departement"}, {"code_geo": "22", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "1187", "echelle": "departement"}, {"code_geo": "22", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "22", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "22", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "22", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1910", "echelle": "departement"}, {"code_geo": "22", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "1065", "echelle": "departement"}, {"code_geo": "22", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "22", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "22", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "22", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1635", "echelle": "departement"}, {"code_geo": "22", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "979", "echelle": "departement"}, {"code_geo": "22", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "22", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "22", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "423", "echelle": "departement"}, {"code_geo": "22", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2441", "echelle": "departement"}, {"code_geo": "22", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "1834", "echelle": "departement"}, {"code_geo": "22", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "23", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "23", "month": "2020-01", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "23", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "23", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "23", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "23", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "23", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "23", "month": "2020-02", "nature_culture": "pacages", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "23", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "23", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "23", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "23", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "23", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "23", "month": "2020-03", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "23", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "23", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "23", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "23", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "23", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "23", "month": "2020-04", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "23", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "23", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "23", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "23", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "23", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "23", "month": "2020-05", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "23", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "23", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "23", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "23", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "23", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "23", "month": "2020-06", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "23", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "23", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "23", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "23", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "549", "echelle": "departement"}, {"code_geo": "23", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "23", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "23", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "23", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "23", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "521", "echelle": "departement"}, {"code_geo": "23", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "23", "month": "2020-08", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "23", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "23", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "23", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "23", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "23", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "23", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "23", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "23", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "23", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "23", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "23", "month": "2020-10", "nature_culture": "pacages", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "23", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "23", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "23", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "515", "echelle": "departement"}, {"code_geo": "23", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "454", "echelle": "departement"}, {"code_geo": "23", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "23", "month": "2020-11", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "23", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "23", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "23", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "23", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "489", "echelle": "departement"}, {"code_geo": "23", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "23", "month": "2020-12", "nature_culture": "pacages", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "23", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "23", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "23", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "682", "echelle": "departement"}, {"code_geo": "23", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "635", "echelle": "departement"}, {"code_geo": "24", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "24", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "555", "echelle": "departement"}, {"code_geo": "24", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1048", "echelle": "departement"}, {"code_geo": "24", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "643", "echelle": "departement"}, {"code_geo": "24", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "24", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "24", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "24", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "583", "echelle": "departement"}, {"code_geo": "24", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "943", "echelle": "departement"}, {"code_geo": "24", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "695", "echelle": "departement"}, {"code_geo": "24", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "24", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "24", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "24", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "24", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "692", "echelle": "departement"}, {"code_geo": "24", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "24", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "24", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "24", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "24", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "24", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "24", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "24", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "24", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "24", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "24", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "514", "echelle": "departement"}, {"code_geo": "24", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "860", "echelle": "departement"}, {"code_geo": "24", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "710", "echelle": "departement"}, {"code_geo": "24", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "24", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "24", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "24", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "24", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1031", "echelle": "departement"}, {"code_geo": "24", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "691", "echelle": "departement"}, {"code_geo": "24", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "24", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "24", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "24", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "517", "echelle": "departement"}, {"code_geo": "24", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "910", "echelle": "departement"}, {"code_geo": "24", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "584", "echelle": "departement"}, {"code_geo": "24", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "24", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "24", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "24", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "517", "echelle": "departement"}, {"code_geo": "24", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "818", "echelle": "departement"}, {"code_geo": "24", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "584", "echelle": "departement"}, {"code_geo": "24", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "24", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "24", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "24", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "699", "echelle": "departement"}, {"code_geo": "24", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1205", "echelle": "departement"}, {"code_geo": "24", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "899", "echelle": "departement"}, {"code_geo": "24", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "24", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "24", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "24", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "706", "echelle": "departement"}, {"code_geo": "24", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1409", "echelle": "departement"}, {"code_geo": "24", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "843", "echelle": "departement"}, {"code_geo": "24", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "24", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "24", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "24", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "770", "echelle": "departement"}, {"code_geo": "24", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1257", "echelle": "departement"}, {"code_geo": "24", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "750", "echelle": "departement"}, {"code_geo": "24", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "24", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "24", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "371", "echelle": "departement"}, {"code_geo": "24", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "911", "echelle": "departement"}, {"code_geo": "24", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "6637", "echelle": "departement"}, {"code_geo": "24", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "1076", "echelle": "departement"}, {"code_geo": "24", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "24", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "25", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "25", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "25", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "710", "echelle": "departement"}, {"code_geo": "25", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "25", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "25", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "25", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "25", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "762", "echelle": "departement"}, {"code_geo": "25", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "25", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "25", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "25", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "25", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "25", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "25", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "25", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "25", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "25", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "25", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "25", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "25", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "25", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "25", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "658", "echelle": "departement"}, {"code_geo": "25", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "25", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "25", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "25", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "25", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "795", "echelle": "departement"}, {"code_geo": "25", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "25", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "25", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "25", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "25", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "943", "echelle": "departement"}, {"code_geo": "25", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "25", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "25", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "25", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "25", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "772", "echelle": "departement"}, {"code_geo": "25", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "25", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "25", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "25", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "25", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1058", "echelle": "departement"}, {"code_geo": "25", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "25", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "25", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "25", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "25", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1222", "echelle": "departement"}, {"code_geo": "25", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "25", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "25", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "25", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "25", "month": "2020-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "915", "echelle": "departement"}, {"code_geo": "25", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "25", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "25", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "25", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "25", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1597", "echelle": "departement"}, {"code_geo": "25", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "25", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "25", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "26", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "26", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "26", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "861", "echelle": "departement"}, {"code_geo": "26", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "26", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "26", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "26", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "26", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "26", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "809", "echelle": "departement"}, {"code_geo": "26", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "26", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "26", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "26", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "26", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "26", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "675", "echelle": "departement"}, {"code_geo": "26", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "26", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "26", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "26", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "26", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "26", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "26", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "26", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "26", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "26", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "26", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "26", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "932", "echelle": "departement"}, {"code_geo": "26", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "26", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "26", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "26", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "26", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "26", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1077", "echelle": "departement"}, {"code_geo": "26", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "462", "echelle": "departement"}, {"code_geo": "26", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "26", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "26", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "26", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "26", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "891", "echelle": "departement"}, {"code_geo": "26", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "26", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "26", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "26", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "26", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "26", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "613", "echelle": "departement"}, {"code_geo": "26", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "26", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "26", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "26", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "26", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "26", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1191", "echelle": "departement"}, {"code_geo": "26", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "517", "echelle": "departement"}, {"code_geo": "26", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "26", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "26", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "26", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "26", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1270", "echelle": "departement"}, {"code_geo": "26", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "478", "echelle": "departement"}, {"code_geo": "26", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "26", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "26", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "26", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "26", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1060", "echelle": "departement"}, {"code_geo": "26", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "26", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "26", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "26", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "26", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "26", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1205", "echelle": "departement"}, {"code_geo": "26", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "524", "echelle": "departement"}, {"code_geo": "26", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "26", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "27", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "27", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "27", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1084", "echelle": "departement"}, {"code_geo": "27", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "27", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "27", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "27", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "27", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1046", "echelle": "departement"}, {"code_geo": "27", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "27", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "27", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "27", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "27", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "872", "echelle": "departement"}, {"code_geo": "27", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "27", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "27", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "27", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "27", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "27", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "27", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "27", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "27", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "27", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1117", "echelle": "departement"}, {"code_geo": "27", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "27", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "27", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "27", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "27", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1461", "echelle": "departement"}, {"code_geo": "27", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "27", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "27", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "27", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "27", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1502", "echelle": "departement"}, {"code_geo": "27", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "27", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "27", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "27", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "27", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1151", "echelle": "departement"}, {"code_geo": "27", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "27", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "27", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "27", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "27", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1913", "echelle": "departement"}, {"code_geo": "27", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "27", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "27", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "27", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "27", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2144", "echelle": "departement"}, {"code_geo": "27", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "27", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "27", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "27", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "27", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1494", "echelle": "departement"}, {"code_geo": "27", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "27", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "27", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "27", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "27", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2273", "echelle": "departement"}, {"code_geo": "27", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "27", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "28", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "28", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "28", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "734", "echelle": "departement"}, {"code_geo": "28", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "28", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "28", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "28", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "28", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "711", "echelle": "departement"}, {"code_geo": "28", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "28", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "28", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "28", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "568", "echelle": "departement"}, {"code_geo": "28", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "28", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "28", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "28", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "28", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "28", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "28", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "28", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "28", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "766", "echelle": "departement"}, {"code_geo": "28", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "28", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "28", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "28", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "28", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "792", "echelle": "departement"}, {"code_geo": "28", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "28", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "28", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "28", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "832", "echelle": "departement"}, {"code_geo": "28", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "28", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "28", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "28", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "28", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "684", "echelle": "departement"}, {"code_geo": "28", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "28", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "28", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "28", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "28", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1150", "echelle": "departement"}, {"code_geo": "28", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "491", "echelle": "departement"}, {"code_geo": "28", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "28", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "28", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1073", "echelle": "departement"}, {"code_geo": "28", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "28", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "28", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "28", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "28", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "819", "echelle": "departement"}, {"code_geo": "28", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "28", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "28", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "28", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "28", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1215", "echelle": "departement"}, {"code_geo": "28", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "28", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "29", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "29", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "29", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1938", "echelle": "departement"}, {"code_geo": "29", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "1022", "echelle": "departement"}, {"code_geo": "29", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "29", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "29", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "29", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "2206", "echelle": "departement"}, {"code_geo": "29", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "1022", "echelle": "departement"}, {"code_geo": "29", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "29", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "29", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "29", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1636", "echelle": "departement"}, {"code_geo": "29", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "755", "echelle": "departement"}, {"code_geo": "29", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "29", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "29", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "29", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "908", "echelle": "departement"}, {"code_geo": "29", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "29", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "29", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "29", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "29", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "2155", "echelle": "departement"}, {"code_geo": "29", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "767", "echelle": "departement"}, {"code_geo": "29", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "29", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "29", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "29", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "2157", "echelle": "departement"}, {"code_geo": "29", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "868", "echelle": "departement"}, {"code_geo": "29", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "29", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "29", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "29", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "2122", "echelle": "departement"}, {"code_geo": "29", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "1060", "echelle": "departement"}, {"code_geo": "29", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "29", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "29", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "29", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1783", "echelle": "departement"}, {"code_geo": "29", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "770", "echelle": "departement"}, {"code_geo": "29", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "29", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "29", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "29", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "2635", "echelle": "departement"}, {"code_geo": "29", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "1501", "echelle": "departement"}, {"code_geo": "29", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "29", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "29", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "29", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "3063", "echelle": "departement"}, {"code_geo": "29", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "1313", "echelle": "departement"}, {"code_geo": "29", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "29", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "29", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "29", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "2450", "echelle": "departement"}, {"code_geo": "29", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "1074", "echelle": "departement"}, {"code_geo": "29", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "29", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "29", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "29", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "3576", "echelle": "departement"}, {"code_geo": "29", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "1516", "echelle": "departement"}, {"code_geo": "29", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "2A", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "2B", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "30", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "30", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "30", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1040", "echelle": "departement"}, {"code_geo": "30", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "30", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "30", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "30", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "30", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "30", "month": "2020-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "30", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1092", "echelle": "departement"}, {"code_geo": "30", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "30", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "30", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "30", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "30", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "30", "month": "2020-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "30", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "30", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "30", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "30", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "30", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "30", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "30", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "30", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "30", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "30", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "30", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "30", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "30", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1147", "echelle": "departement"}, {"code_geo": "30", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "30", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "30", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "30", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "30", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "30", "month": "2020-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1407", "echelle": "departement"}, {"code_geo": "30", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "30", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "30", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "30", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "30", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "30", "month": "2020-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "30", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1227", "echelle": "departement"}, {"code_geo": "30", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "30", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "30", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "30", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "30", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "30", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1027", "echelle": "departement"}, {"code_geo": "30", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "30", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "30", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "30", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "30", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "30", "month": "2020-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1502", "echelle": "departement"}, {"code_geo": "30", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "548", "echelle": "departement"}, {"code_geo": "30", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "30", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "30", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "30", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "30", "month": "2020-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "30", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1828", "echelle": "departement"}, {"code_geo": "30", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "627", "echelle": "departement"}, {"code_geo": "30", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "30", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "30", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "30", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "30", "month": "2020-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1423", "echelle": "departement"}, {"code_geo": "30", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "519", "echelle": "departement"}, {"code_geo": "30", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "30", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "30", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "495", "echelle": "departement"}, {"code_geo": "30", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "30", "month": "2020-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1972", "echelle": "departement"}, {"code_geo": "30", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "1076", "echelle": "departement"}, {"code_geo": "30", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "30", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "31", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "31", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "31", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1567", "echelle": "departement"}, {"code_geo": "31", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "470", "echelle": "departement"}, {"code_geo": "31", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "31", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "31", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "31", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1328", "echelle": "departement"}, {"code_geo": "31", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "481", "echelle": "departement"}, {"code_geo": "31", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "31", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "31", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "31", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1105", "echelle": "departement"}, {"code_geo": "31", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "397", "echelle": "departement"}, {"code_geo": "31", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "31", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "31", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "31", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "31", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "31", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "31", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "31", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "31", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1531", "echelle": "departement"}, {"code_geo": "31", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "31", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "31", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "31", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "31", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "31", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1877", "echelle": "departement"}, {"code_geo": "31", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "679", "echelle": "departement"}, {"code_geo": "31", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "31", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "31", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "31", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "31", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1777", "echelle": "departement"}, {"code_geo": "31", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "498", "echelle": "departement"}, {"code_geo": "31", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "31", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "31", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "31", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "31", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1799", "echelle": "departement"}, {"code_geo": "31", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "31", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "31", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "31", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "31", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1847", "echelle": "departement"}, {"code_geo": "31", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "31", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "31", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "31", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "31", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "31", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1906", "echelle": "departement"}, {"code_geo": "31", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "634", "echelle": "departement"}, {"code_geo": "31", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "31", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "31", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "31", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1747", "echelle": "departement"}, {"code_geo": "31", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "736", "echelle": "departement"}, {"code_geo": "31", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "31", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "31", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "31", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "31", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2455", "echelle": "departement"}, {"code_geo": "31", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "886", "echelle": "departement"}, {"code_geo": "31", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "31", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "32", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "32", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "32", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "32", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "631", "echelle": "departement"}, {"code_geo": "32", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "32", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "32", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "32", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "32", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "32", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "751", "echelle": "departement"}, {"code_geo": "32", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "32", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "32", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "32", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "32", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "32", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "331", "echelle": "departement"}, {"code_geo": "32", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "32", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "32", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "32", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "32", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "32", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "32", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "32", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "32", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "32", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "32", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "454", "echelle": "departement"}, {"code_geo": "32", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "32", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "32", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "32", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "32", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "32", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "805", "echelle": "departement"}, {"code_geo": "32", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "32", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "32", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "32", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "32", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "533", "echelle": "departement"}, {"code_geo": "32", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "32", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "32", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "32", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "32", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "32", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "32", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "32", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "32", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "32", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "32", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "32", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "770", "echelle": "departement"}, {"code_geo": "32", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "32", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "32", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "32", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "514", "echelle": "departement"}, {"code_geo": "32", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "616", "echelle": "departement"}, {"code_geo": "32", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "32", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "32", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "32", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "32", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "32", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "914", "echelle": "departement"}, {"code_geo": "32", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "32", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "32", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "32", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "654", "echelle": "departement"}, {"code_geo": "32", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "1196", "echelle": "departement"}, {"code_geo": "32", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "32", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "33", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "33", "month": "2020-01", "nature_culture": "pacages", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "33", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "33", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "2225", "echelle": "departement"}, {"code_geo": "33", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "33", "month": "2020-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "33", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "33", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "33", "month": "2020-02", "nature_culture": "pacages", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "33", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "33", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "2252", "echelle": "departement"}, {"code_geo": "33", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "33", "month": "2020-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "33", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "33", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "33", "month": "2020-03", "nature_culture": "pacages", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "33", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "33", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1563", "echelle": "departement"}, {"code_geo": "33", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "33", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "33", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "33", "month": "2020-04", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "33", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "870", "echelle": "departement"}, {"code_geo": "33", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "33", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "33", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "33", "month": "2020-05", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "33", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "33", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "2013", "echelle": "departement"}, {"code_geo": "33", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "33", "month": "2020-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "33", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "33", "month": "2020-06", "nature_culture": "pacages", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "33", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "33", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "2529", "echelle": "departement"}, {"code_geo": "33", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "33", "month": "2020-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "455", "echelle": "departement"}, {"code_geo": "33", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "33", "month": "2020-07", "nature_culture": "pacages", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "33", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "33", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "33", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "2487", "echelle": "departement"}, {"code_geo": "33", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "485", "echelle": "departement"}, {"code_geo": "33", "month": "2020-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "33", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "33", "month": "2020-08", "nature_culture": "pacages", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "33", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "33", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1931", "echelle": "departement"}, {"code_geo": "33", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "33", "month": "2020-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "33", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "33", "month": "2020-09", "nature_culture": "pacages", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "33", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "33", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "2826", "echelle": "departement"}, {"code_geo": "33", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "33", "month": "2020-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "33", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "474", "echelle": "departement"}, {"code_geo": "33", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "33", "month": "2020-10", "nature_culture": "pacages", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "33", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "421", "echelle": "departement"}, {"code_geo": "33", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "33", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "3099", "echelle": "departement"}, {"code_geo": "33", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "466", "echelle": "departement"}, {"code_geo": "33", "month": "2020-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "33", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "33", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "33", "month": "2020-11", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "33", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "33", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "2707", "echelle": "departement"}, {"code_geo": "33", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "33", "month": "2020-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "33", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "33", "month": "2020-12", "nature_culture": "pacages", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "33", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "33", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "33", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "3783", "echelle": "departement"}, {"code_geo": "33", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "500", "echelle": "departement"}, {"code_geo": "33", "month": "2020-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "33", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "585", "echelle": "departement"}, {"code_geo": "34", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "34", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "34", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "34", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1361", "echelle": "departement"}, {"code_geo": "34", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "34", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "34", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "34", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "34", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "34", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "34", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1490", "echelle": "departement"}, {"code_geo": "34", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "34", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "34", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "34", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "34", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "34", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "34", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1130", "echelle": "departement"}, {"code_geo": "34", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "34", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "34", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "34", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "34", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "34", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "34", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "649", "echelle": "departement"}, {"code_geo": "34", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "34", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "34", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "34", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "34", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "34", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "34", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1474", "echelle": "departement"}, {"code_geo": "34", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "34", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "34", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "34", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "34", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "34", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "34", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1831", "echelle": "departement"}, {"code_geo": "34", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "419", "echelle": "departement"}, {"code_geo": "34", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "34", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "34", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "34", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "34", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "34", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1736", "echelle": "departement"}, {"code_geo": "34", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "622", "echelle": "departement"}, {"code_geo": "34", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "34", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "504", "echelle": "departement"}, {"code_geo": "34", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "34", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "34", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "34", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1333", "echelle": "departement"}, {"code_geo": "34", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "34", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "34", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "34", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "34", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "34", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "34", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1841", "echelle": "departement"}, {"code_geo": "34", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "423", "echelle": "departement"}, {"code_geo": "34", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "34", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "34", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "34", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "34", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "34", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2510", "echelle": "departement"}, {"code_geo": "34", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "561", "echelle": "departement"}, {"code_geo": "34", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "34", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "34", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "34", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "34", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "34", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1676", "echelle": "departement"}, {"code_geo": "34", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "34", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "34", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "34", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "34", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "34", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "34", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2439", "echelle": "departement"}, {"code_geo": "34", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "544", "echelle": "departement"}, {"code_geo": "34", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "34", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "35", "month": "2020-01", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "35", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "35", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "35", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1560", "echelle": "departement"}, {"code_geo": "35", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "712", "echelle": "departement"}, {"code_geo": "35", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "35", "month": "2020-02", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "35", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "35", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1498", "echelle": "departement"}, {"code_geo": "35", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "659", "echelle": "departement"}, {"code_geo": "35", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "35", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "35", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "35", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1271", "echelle": "departement"}, {"code_geo": "35", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "711", "echelle": "departement"}, {"code_geo": "35", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "35", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "35", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "35", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "35", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "35", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "35", "month": "2020-05", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "35", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "35", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "35", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1651", "echelle": "departement"}, {"code_geo": "35", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "522", "echelle": "departement"}, {"code_geo": "35", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "35", "month": "2020-06", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "35", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "35", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "35", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1711", "echelle": "departement"}, {"code_geo": "35", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "858", "echelle": "departement"}, {"code_geo": "35", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "35", "month": "2020-07", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "35", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "583", "echelle": "departement"}, {"code_geo": "35", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1933", "echelle": "departement"}, {"code_geo": "35", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "740", "echelle": "departement"}, {"code_geo": "35", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "35", "month": "2020-08", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "35", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "35", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "35", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1311", "echelle": "departement"}, {"code_geo": "35", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "582", "echelle": "departement"}, {"code_geo": "35", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "35", "month": "2020-09", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "35", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "35", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "2015", "echelle": "departement"}, {"code_geo": "35", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "770", "echelle": "departement"}, {"code_geo": "35", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "35", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "35", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "35", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2084", "echelle": "departement"}, {"code_geo": "35", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "882", "echelle": "departement"}, {"code_geo": "35", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "35", "month": "2020-11", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "35", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "35", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1702", "echelle": "departement"}, {"code_geo": "35", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "622", "echelle": "departement"}, {"code_geo": "35", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "35", "month": "2020-12", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "35", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "35", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "35", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2394", "echelle": "departement"}, {"code_geo": "35", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "1102", "echelle": "departement"}, {"code_geo": "35", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "36", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "36", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "36", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "36", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "36", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "36", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "36", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "36", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "36", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "529", "echelle": "departement"}, {"code_geo": "36", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "36", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "36", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "36", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "36", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "36", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "36", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "36", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "36", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "36", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "36", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "36", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "36", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "36", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "36", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "36", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "36", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "36", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "36", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "36", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "36", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "36", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "36", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "524", "echelle": "departement"}, {"code_geo": "36", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "36", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "36", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "36", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "36", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "36", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "36", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "36", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "36", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "36", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "36", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "36", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "36", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "463", "echelle": "departement"}, {"code_geo": "36", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "36", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "36", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "36", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "36", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "873", "echelle": "departement"}, {"code_geo": "36", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "36", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "36", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "36", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "36", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "36", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "853", "echelle": "departement"}, {"code_geo": "36", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "36", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "36", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "36", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "36", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "36", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "622", "echelle": "departement"}, {"code_geo": "36", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "36", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "36", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "36", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "36", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "36", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1150", "echelle": "departement"}, {"code_geo": "36", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "678", "echelle": "departement"}, {"code_geo": "36", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "36", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "37", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "37", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "37", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "990", "echelle": "departement"}, {"code_geo": "37", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "37", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "37", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "37", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "37", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "37", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "926", "echelle": "departement"}, {"code_geo": "37", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "524", "echelle": "departement"}, {"code_geo": "37", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "37", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "37", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "37", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "37", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "752", "echelle": "departement"}, {"code_geo": "37", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "37", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "37", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "37", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "37", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "37", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "37", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "37", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "37", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "37", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "37", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "37", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1009", "echelle": "departement"}, {"code_geo": "37", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "37", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "37", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "37", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "37", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "37", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1160", "echelle": "departement"}, {"code_geo": "37", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "37", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "37", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "37", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "37", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "37", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1047", "echelle": "departement"}, {"code_geo": "37", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "37", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "37", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "37", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "37", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "37", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "967", "echelle": "departement"}, {"code_geo": "37", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "37", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "37", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "37", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "37", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "37", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1261", "echelle": "departement"}, {"code_geo": "37", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "464", "echelle": "departement"}, {"code_geo": "37", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "37", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "37", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "37", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "37", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1325", "echelle": "departement"}, {"code_geo": "37", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "526", "echelle": "departement"}, {"code_geo": "37", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "37", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "37", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "37", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "37", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1258", "echelle": "departement"}, {"code_geo": "37", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "522", "echelle": "departement"}, {"code_geo": "37", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "37", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "37", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "37", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "37", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1762", "echelle": "departement"}, {"code_geo": "37", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "547", "echelle": "departement"}, {"code_geo": "37", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "37", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "38", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "38", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "38", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "38", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1295", "echelle": "departement"}, {"code_geo": "38", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "38", "month": "2020-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "38", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "38", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "38", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "38", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "38", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "38", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1283", "echelle": "departement"}, {"code_geo": "38", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "38", "month": "2020-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "38", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "38", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "38", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "38", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "38", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "38", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1034", "echelle": "departement"}, {"code_geo": "38", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "38", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "38", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "38", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "38", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "38", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "38", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "699", "echelle": "departement"}, {"code_geo": "38", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "38", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "38", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "38", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "38", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "38", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "38", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1800", "echelle": "departement"}, {"code_geo": "38", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "38", "month": "2020-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "38", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "38", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "38", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "38", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "38", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1776", "echelle": "departement"}, {"code_geo": "38", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "38", "month": "2020-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "38", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "38", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "38", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "38", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "38", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "38", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "2028", "echelle": "departement"}, {"code_geo": "38", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "38", "month": "2020-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "38", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "38", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "38", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "38", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "38", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "38", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1250", "echelle": "departement"}, {"code_geo": "38", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "38", "month": "2020-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "38", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "38", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "38", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "38", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "38", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "38", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "2231", "echelle": "departement"}, {"code_geo": "38", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "38", "month": "2020-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "38", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "38", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "38", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "38", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "441", "echelle": "departement"}, {"code_geo": "38", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "38", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2317", "echelle": "departement"}, {"code_geo": "38", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "38", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "38", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "38", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "38", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "38", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "38", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1913", "echelle": "departement"}, {"code_geo": "38", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "38", "month": "2020-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "38", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "38", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "38", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "38", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "38", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "38", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2431", "echelle": "departement"}, {"code_geo": "38", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "38", "month": "2020-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "38", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "38", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "39", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "39", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "39", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "39", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "39", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "39", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "39", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "39", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "39", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "39", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "474", "echelle": "departement"}, {"code_geo": "39", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "39", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "39", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "39", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "39", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "39", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "39", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "39", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "39", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "39", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "39", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "39", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "39", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "39", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "39", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "39", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "39", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "39", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "39", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "39", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "39", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "39", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "39", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "39", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "39", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "39", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "39", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "581", "echelle": "departement"}, {"code_geo": "39", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "39", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "39", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "39", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "39", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "637", "echelle": "departement"}, {"code_geo": "39", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "39", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "39", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "39", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "39", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "39", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "39", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "39", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "39", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "39", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "39", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "39", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "39", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "39", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "518", "echelle": "departement"}, {"code_geo": "39", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "39", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "39", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "39", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "39", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "39", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "642", "echelle": "departement"}, {"code_geo": "39", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "39", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "39", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "39", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "39", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "39", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "39", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "595", "echelle": "departement"}, {"code_geo": "39", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "39", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "39", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "39", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "39", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "39", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "39", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "688", "echelle": "departement"}, {"code_geo": "39", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "39", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "39", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "40", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "40", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "40", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "40", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "701", "echelle": "departement"}, {"code_geo": "40", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "40", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "40", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "40", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "40", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "40", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "40", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "659", "echelle": "departement"}, {"code_geo": "40", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "40", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "40", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "40", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "40", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "40", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "40", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "40", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "40", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "40", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "40", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "40", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "40", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "40", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "40", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "40", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "40", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "40", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "777", "echelle": "departement"}, {"code_geo": "40", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "40", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "40", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "40", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "40", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "40", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "40", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "865", "echelle": "departement"}, {"code_geo": "40", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "40", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "40", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "40", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "40", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "40", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "799", "echelle": "departement"}, {"code_geo": "40", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "437", "echelle": "departement"}, {"code_geo": "40", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "40", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "40", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "40", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "40", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "40", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "629", "echelle": "departement"}, {"code_geo": "40", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "40", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "40", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "40", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "40", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "40", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "40", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1036", "echelle": "departement"}, {"code_geo": "40", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "40", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "40", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "40", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "40", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "40", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "40", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1005", "echelle": "departement"}, {"code_geo": "40", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "40", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "40", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "40", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "40", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "40", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "40", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "812", "echelle": "departement"}, {"code_geo": "40", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "40", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "40", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "40", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "40", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "40", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1148", "echelle": "departement"}, {"code_geo": "40", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "526", "echelle": "departement"}, {"code_geo": "40", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "40", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "41", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "41", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "41", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "636", "echelle": "departement"}, {"code_geo": "41", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "396", "echelle": "departement"}, {"code_geo": "41", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "41", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "41", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "41", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "41", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "720", "echelle": "departement"}, {"code_geo": "41", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "41", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "41", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "41", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "41", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "41", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "576", "echelle": "departement"}, {"code_geo": "41", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "41", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "41", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "41", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "41", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "41", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "41", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "41", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "41", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "41", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "41", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "41", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "705", "echelle": "departement"}, {"code_geo": "41", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "41", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "41", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "41", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "41", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "41", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "693", "echelle": "departement"}, {"code_geo": "41", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "598", "echelle": "departement"}, {"code_geo": "41", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "41", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "41", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "41", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "41", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "713", "echelle": "departement"}, {"code_geo": "41", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "551", "echelle": "departement"}, {"code_geo": "41", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "41", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "41", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "41", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "41", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "540", "echelle": "departement"}, {"code_geo": "41", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "41", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "41", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "41", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "41", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "41", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "839", "echelle": "departement"}, {"code_geo": "41", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "530", "echelle": "departement"}, {"code_geo": "41", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "41", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "41", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "41", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "41", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "897", "echelle": "departement"}, {"code_geo": "41", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "41", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "41", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "41", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "41", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "41", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "812", "echelle": "departement"}, {"code_geo": "41", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "41", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "41", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "41", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "41", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "41", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "942", "echelle": "departement"}, {"code_geo": "41", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "599", "echelle": "departement"}, {"code_geo": "41", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "41", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "42", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "42", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "42", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "42", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1131", "echelle": "departement"}, {"code_geo": "42", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "42", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "42", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "42", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "42", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "42", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "42", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1292", "echelle": "departement"}, {"code_geo": "42", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "42", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "42", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "42", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "42", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "42", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "42", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "991", "echelle": "departement"}, {"code_geo": "42", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "42", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "42", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "42", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "42", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "42", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "42", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "539", "echelle": "departement"}, {"code_geo": "42", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "42", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "42", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "42", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "42", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "42", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1322", "echelle": "departement"}, {"code_geo": "42", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "42", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "42", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "42", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "42", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "42", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "42", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1285", "echelle": "departement"}, {"code_geo": "42", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "42", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "42", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "42", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "42", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "371", "echelle": "departement"}, {"code_geo": "42", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "42", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1484", "echelle": "departement"}, {"code_geo": "42", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "42", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "42", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "42", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "42", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "42", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "42", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "796", "echelle": "departement"}, {"code_geo": "42", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "42", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "42", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "42", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "42", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "42", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "42", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1448", "echelle": "departement"}, {"code_geo": "42", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "42", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "42", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "42", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "42", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "42", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "42", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1636", "echelle": "departement"}, {"code_geo": "42", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "42", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "42", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "42", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "42", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "42", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "42", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1501", "echelle": "departement"}, {"code_geo": "42", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "42", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "42", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "42", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "42", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "42", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "42", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1917", "echelle": "departement"}, {"code_geo": "42", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "42", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "42", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "43", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "43", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "43", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "43", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "406", "echelle": "departement"}, {"code_geo": "43", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "43", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "43", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "43", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "43", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "43", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "43", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "477", "echelle": "departement"}, {"code_geo": "43", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "43", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "43", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "43", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "43", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "43", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "43", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "43", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "43", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "43", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "43", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "43", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "43", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "43", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "43", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "43", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "43", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "43", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "500", "echelle": "departement"}, {"code_geo": "43", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "43", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "43", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "43", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "43", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "43", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "43", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "43", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "43", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "43", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "43", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "43", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "43", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "464", "echelle": "departement"}, {"code_geo": "43", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "43", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "43", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "43", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "43", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "43", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "43", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "43", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "43", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "43", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "43", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "584", "echelle": "departement"}, {"code_geo": "43", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "43", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "43", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "43", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "43", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "43", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "647", "echelle": "departement"}, {"code_geo": "43", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "43", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "43", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "43", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "43", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "43", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "43", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "43", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "43", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "43", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "43", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "43", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "706", "echelle": "departement"}, {"code_geo": "43", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "43", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "43", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "44", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "44", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "44", "month": "2020-01", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "2431", "echelle": "departement"}, {"code_geo": "44", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "649", "echelle": "departement"}, {"code_geo": "44", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "44", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "44", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "44", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "44", "month": "2020-02", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "44", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "2345", "echelle": "departement"}, {"code_geo": "44", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "729", "echelle": "departement"}, {"code_geo": "44", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "44", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "44", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "44", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "44", "month": "2020-03", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "44", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1801", "echelle": "departement"}, {"code_geo": "44", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "525", "echelle": "departement"}, {"code_geo": "44", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "44", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "44", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "44", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "44", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "870", "echelle": "departement"}, {"code_geo": "44", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "44", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "44", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "44", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "44", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "44", "month": "2020-05", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "44", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "2576", "echelle": "departement"}, {"code_geo": "44", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "490", "echelle": "departement"}, {"code_geo": "44", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "44", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "44", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "44", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "44", "month": "2020-06", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "44", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "2633", "echelle": "departement"}, {"code_geo": "44", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "709", "echelle": "departement"}, {"code_geo": "44", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "44", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "44", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "44", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "44", "month": "2020-07", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "44", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "2446", "echelle": "departement"}, {"code_geo": "44", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "837", "echelle": "departement"}, {"code_geo": "44", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "44", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "44", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "44", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "44", "month": "2020-08", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "44", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "2221", "echelle": "departement"}, {"code_geo": "44", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "44", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "44", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "44", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "44", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "44", "month": "2020-09", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "44", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "3015", "echelle": "departement"}, {"code_geo": "44", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "743", "echelle": "departement"}, {"code_geo": "44", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "44", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "44", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "44", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "44", "month": "2020-10", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "44", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "3436", "echelle": "departement"}, {"code_geo": "44", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "851", "echelle": "departement"}, {"code_geo": "44", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "44", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "44", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "44", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "44", "month": "2020-11", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "44", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "2594", "echelle": "departement"}, {"code_geo": "44", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "963", "echelle": "departement"}, {"code_geo": "44", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "44", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "44", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "44", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "44", "month": "2020-12", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "44", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "3600", "echelle": "departement"}, {"code_geo": "44", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "1365", "echelle": "departement"}, {"code_geo": "44", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "44", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "45", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "45", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "45", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "45", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1203", "echelle": "departement"}, {"code_geo": "45", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "45", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "45", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "45", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "45", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1174", "echelle": "departement"}, {"code_geo": "45", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "45", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "45", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "45", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "45", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "45", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "866", "echelle": "departement"}, {"code_geo": "45", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "45", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "45", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "45", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "45", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "45", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "45", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "45", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "45", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "45", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "45", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "986", "echelle": "departement"}, {"code_geo": "45", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "45", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "45", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "45", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "45", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1191", "echelle": "departement"}, {"code_geo": "45", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "45", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "45", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "45", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "45", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "45", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1074", "echelle": "departement"}, {"code_geo": "45", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "45", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "45", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "45", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1288", "echelle": "departement"}, {"code_geo": "45", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "45", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "45", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "45", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1514", "echelle": "departement"}, {"code_geo": "45", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "45", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "45", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "45", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "45", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1536", "echelle": "departement"}, {"code_geo": "45", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "45", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "45", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "45", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1153", "echelle": "departement"}, {"code_geo": "45", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "378", "echelle": "departement"}, {"code_geo": "45", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "45", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "45", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "45", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1952", "echelle": "departement"}, {"code_geo": "45", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "503", "echelle": "departement"}, {"code_geo": "45", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "45", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "46", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "46", "month": "2020-01", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "46", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "46", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "46", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "46", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "46", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "46", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "46", "month": "2020-02", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "46", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "46", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "46", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "46", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "46", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "46", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "46", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "46", "month": "2020-03", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "46", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "46", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "46", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "46", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "46", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "46", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "46", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "46", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "46", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "46", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "46", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "46", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "46", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "46", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "46", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "46", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "460", "echelle": "departement"}, {"code_geo": "46", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "46", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "46", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "46", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "46", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "46", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "46", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "505", "echelle": "departement"}, {"code_geo": "46", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "46", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "46", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "46", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "46", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "46", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "46", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "565", "echelle": "departement"}, {"code_geo": "46", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "481", "echelle": "departement"}, {"code_geo": "46", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "46", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "46", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "46", "month": "2020-08", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "46", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "46", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "46", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "455", "echelle": "departement"}, {"code_geo": "46", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "46", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "46", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "46", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "46", "month": "2020-09", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "46", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "46", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "46", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "46", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "46", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "46", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "46", "month": "2020-10", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "46", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "46", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "46", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "647", "echelle": "departement"}, {"code_geo": "46", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "46", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "46", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "46", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "46", "month": "2020-11", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "46", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "46", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "46", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "593", "echelle": "departement"}, {"code_geo": "46", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "378", "echelle": "departement"}, {"code_geo": "46", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "46", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "46", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "475", "echelle": "departement"}, {"code_geo": "46", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "46", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "46", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "46", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "756", "echelle": "departement"}, {"code_geo": "46", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "46", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "47", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "47", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "47", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "47", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "610", "echelle": "departement"}, {"code_geo": "47", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "632", "echelle": "departement"}, {"code_geo": "47", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "47", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "47", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "47", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "47", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "47", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "621", "echelle": "departement"}, {"code_geo": "47", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "543", "echelle": "departement"}, {"code_geo": "47", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "47", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "47", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "47", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "47", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "47", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "455", "echelle": "departement"}, {"code_geo": "47", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "47", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "47", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "47", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "47", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "47", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "47", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "47", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "47", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "47", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "47", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "47", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "47", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "47", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "47", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "501", "echelle": "departement"}, {"code_geo": "47", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "47", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "47", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "47", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "47", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "47", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "610", "echelle": "departement"}, {"code_geo": "47", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "47", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "47", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "47", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "47", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "47", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "47", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "732", "echelle": "departement"}, {"code_geo": "47", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "695", "echelle": "departement"}, {"code_geo": "47", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "47", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "47", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "47", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "47", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "47", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "557", "echelle": "departement"}, {"code_geo": "47", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "47", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "47", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "47", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "47", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "47", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "47", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "757", "echelle": "departement"}, {"code_geo": "47", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "47", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "47", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "47", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "47", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "47", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "47", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "896", "echelle": "departement"}, {"code_geo": "47", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "624", "echelle": "departement"}, {"code_geo": "47", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "47", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "47", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "47", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "47", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "47", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "807", "echelle": "departement"}, {"code_geo": "47", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "667", "echelle": "departement"}, {"code_geo": "47", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "47", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "47", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "47", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "47", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "47", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1083", "echelle": "departement"}, {"code_geo": "47", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "854", "echelle": "departement"}, {"code_geo": "47", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "47", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "48", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "48", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "48", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "48", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "48", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "48", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "48", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "48", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "48", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "48", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "48", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "48", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "48", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "48", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "48", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "48", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "48", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "48", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "48", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "48", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "48", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "48", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "48", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "48", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "48", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "48", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "48", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "48", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "48", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "48", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "48", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "48", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "48", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "48", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "48", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "48", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "48", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "48", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "48", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "48", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "48", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "48", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "48", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "48", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "48", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "48", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "48", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "48", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "48", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "48", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "48", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "48", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "48", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "48", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "48", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "48", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "48", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "48", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "48", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "48", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "48", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "48", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "48", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "48", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "48", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "48", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "48", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "48", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "48", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "48", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "48", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "48", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "48", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "48", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "48", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "49", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "49", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "49", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1599", "echelle": "departement"}, {"code_geo": "49", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "665", "echelle": "departement"}, {"code_geo": "49", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "49", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "49", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "49", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "49", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1619", "echelle": "departement"}, {"code_geo": "49", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "606", "echelle": "departement"}, {"code_geo": "49", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "49", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "49", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "49", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "49", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1188", "echelle": "departement"}, {"code_geo": "49", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "49", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "49", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "49", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "49", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "49", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "895", "echelle": "departement"}, {"code_geo": "49", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "49", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "49", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "49", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "49", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "49", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1926", "echelle": "departement"}, {"code_geo": "49", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "594", "echelle": "departement"}, {"code_geo": "49", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "49", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "49", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "49", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "49", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1732", "echelle": "departement"}, {"code_geo": "49", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "678", "echelle": "departement"}, {"code_geo": "49", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "49", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "49", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "49", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "49", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1766", "echelle": "departement"}, {"code_geo": "49", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "912", "echelle": "departement"}, {"code_geo": "49", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "49", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "49", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "49", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "49", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1164", "echelle": "departement"}, {"code_geo": "49", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "49", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "49", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "49", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "49", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "49", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "2065", "echelle": "departement"}, {"code_geo": "49", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "580", "echelle": "departement"}, {"code_geo": "49", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "49", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "49", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "49", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "49", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2102", "echelle": "departement"}, {"code_geo": "49", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "711", "echelle": "departement"}, {"code_geo": "49", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "49", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "49", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "49", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "49", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1731", "echelle": "departement"}, {"code_geo": "49", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "742", "echelle": "departement"}, {"code_geo": "49", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "49", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "49", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "49", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "49", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2310", "echelle": "departement"}, {"code_geo": "49", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "875", "echelle": "departement"}, {"code_geo": "49", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "49", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "50", "month": "2020-01", "nature_culture": "herbages", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "50", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "50", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "744", "echelle": "departement"}, {"code_geo": "50", "month": "2020-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "50", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1145", "echelle": "departement"}, {"code_geo": "50", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "50", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "50", "month": "2020-02", "nature_culture": "herbages", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "50", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "50", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "695", "echelle": "departement"}, {"code_geo": "50", "month": "2020-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "50", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1155", "echelle": "departement"}, {"code_geo": "50", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "50", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "50", "month": "2020-03", "nature_culture": "herbages", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "50", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "50", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "500", "echelle": "departement"}, {"code_geo": "50", "month": "2020-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "50", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1018", "echelle": "departement"}, {"code_geo": "50", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "50", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "50", "month": "2020-04", "nature_culture": "herbages", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "50", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "50", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "50", "month": "2020-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "50", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "520", "echelle": "departement"}, {"code_geo": "50", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "50", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "50", "month": "2020-05", "nature_culture": "herbages", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "50", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "50", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "559", "echelle": "departement"}, {"code_geo": "50", "month": "2020-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "50", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1132", "echelle": "departement"}, {"code_geo": "50", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "50", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "50", "month": "2020-06", "nature_culture": "herbages", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "50", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "50", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "763", "echelle": "departement"}, {"code_geo": "50", "month": "2020-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "50", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1197", "echelle": "departement"}, {"code_geo": "50", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "50", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "50", "month": "2020-07", "nature_culture": "herbages", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "50", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "50", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "731", "echelle": "departement"}, {"code_geo": "50", "month": "2020-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "50", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1130", "echelle": "departement"}, {"code_geo": "50", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "50", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "50", "month": "2020-08", "nature_culture": "herbages", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "50", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "50", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "596", "echelle": "departement"}, {"code_geo": "50", "month": "2020-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "50", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1085", "echelle": "departement"}, {"code_geo": "50", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "50", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "50", "month": "2020-09", "nature_culture": "herbages", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "50", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "50", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "956", "echelle": "departement"}, {"code_geo": "50", "month": "2020-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "50", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1449", "echelle": "departement"}, {"code_geo": "50", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "50", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "50", "month": "2020-10", "nature_culture": "herbages", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "50", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "50", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "1047", "echelle": "departement"}, {"code_geo": "50", "month": "2020-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "50", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1639", "echelle": "departement"}, {"code_geo": "50", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "50", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "50", "month": "2020-11", "nature_culture": "herbages", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "50", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "50", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "858", "echelle": "departement"}, {"code_geo": "50", "month": "2020-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "50", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1649", "echelle": "departement"}, {"code_geo": "50", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "50", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "50", "month": "2020-12", "nature_culture": "herbages", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "50", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "50", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "1290", "echelle": "departement"}, {"code_geo": "50", "month": "2020-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "50", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2011", "echelle": "departement"}, {"code_geo": "50", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "50", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "51", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "51", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "51", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "51", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "716", "echelle": "departement"}, {"code_geo": "51", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "51", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "51", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "51", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "51", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "51", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "51", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "733", "echelle": "departement"}, {"code_geo": "51", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "51", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "51", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "51", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "51", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "51", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "51", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "493", "echelle": "departement"}, {"code_geo": "51", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "51", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "51", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "51", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "51", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "51", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "51", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "379", "echelle": "departement"}, {"code_geo": "51", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "51", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "51", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "51", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "51", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "51", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "51", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1203", "echelle": "departement"}, {"code_geo": "51", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "51", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "51", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "51", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "51", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "51", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "51", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "798", "echelle": "departement"}, {"code_geo": "51", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "51", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "51", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "51", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "51", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "51", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "51", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "778", "echelle": "departement"}, {"code_geo": "51", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "51", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "51", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "51", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "51", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "51", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "51", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "511", "echelle": "departement"}, {"code_geo": "51", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "51", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "51", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "51", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "51", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "51", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "51", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1170", "echelle": "departement"}, {"code_geo": "51", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "51", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "51", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "51", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "51", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "51", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "51", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1032", "echelle": "departement"}, {"code_geo": "51", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "51", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "51", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "51", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "51", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "51", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "51", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "803", "echelle": "departement"}, {"code_geo": "51", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "51", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "51", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "51", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "51", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "51", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "51", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2556", "echelle": "departement"}, {"code_geo": "51", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "51", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "51", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "52", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "52", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "52", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "52", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "52", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "52", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "52", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "52", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "52", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "52", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "52", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "52", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "52", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "52", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "52", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "52", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "52", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "52", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "52", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "52", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "52", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "52", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "52", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "52", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "52", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "52", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "52", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "52", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "52", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "52", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "52", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "52", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "52", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "52", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "52", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "52", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "52", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "52", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "52", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "52", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "52", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "52", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "52", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "52", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "52", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "52", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "52", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "52", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "52", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "52", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "52", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "454", "echelle": "departement"}, {"code_geo": "52", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "52", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "52", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "52", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "52", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "52", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "52", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "52", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "52", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "52", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "52", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "52", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "52", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "52", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "52", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "52", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "52", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "52", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "52", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "52", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "52", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "53", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "53", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "53", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "608", "echelle": "departement"}, {"code_geo": "53", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "53", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "53", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "53", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "53", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "577", "echelle": "departement"}, {"code_geo": "53", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "53", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "53", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "53", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "53", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "474", "echelle": "departement"}, {"code_geo": "53", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "53", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "53", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "53", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "53", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "53", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "53", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "53", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "53", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "53", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "675", "echelle": "departement"}, {"code_geo": "53", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "53", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "53", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "53", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "396", "echelle": "departement"}, {"code_geo": "53", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "864", "echelle": "departement"}, {"code_geo": "53", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "53", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "53", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "53", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "53", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "688", "echelle": "departement"}, {"code_geo": "53", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "53", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "53", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "53", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "53", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "559", "echelle": "departement"}, {"code_geo": "53", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "53", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "53", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "53", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "53", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "951", "echelle": "departement"}, {"code_geo": "53", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "53", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "53", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "53", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "53", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "851", "echelle": "departement"}, {"code_geo": "53", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "53", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "53", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "53", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "53", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "707", "echelle": "departement"}, {"code_geo": "53", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "53", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "53", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "53", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "601", "echelle": "departement"}, {"code_geo": "53", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1089", "echelle": "departement"}, {"code_geo": "53", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "53", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "54", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "54", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "54", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1027", "echelle": "departement"}, {"code_geo": "54", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "54", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "54", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "54", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "54", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "54", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1042", "echelle": "departement"}, {"code_geo": "54", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "54", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "54", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "54", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "54", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "54", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "791", "echelle": "departement"}, {"code_geo": "54", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "54", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "54", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "54", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "54", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "54", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "406", "echelle": "departement"}, {"code_geo": "54", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "54", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "54", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "54", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "54", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "54", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1130", "echelle": "departement"}, {"code_geo": "54", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "54", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "54", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "54", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "54", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "54", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1472", "echelle": "departement"}, {"code_geo": "54", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "54", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "54", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "54", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "54", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "54", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1177", "echelle": "departement"}, {"code_geo": "54", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "54", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "54", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "54", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "54", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "54", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1197", "echelle": "departement"}, {"code_geo": "54", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "54", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "54", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "54", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "54", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "54", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1311", "echelle": "departement"}, {"code_geo": "54", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "54", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "54", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "54", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "54", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "54", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1439", "echelle": "departement"}, {"code_geo": "54", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "54", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "54", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "54", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "54", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "54", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1245", "echelle": "departement"}, {"code_geo": "54", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "54", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "54", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "54", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "54", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "54", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1974", "echelle": "departement"}, {"code_geo": "54", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "54", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "54", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "55", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "55", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "55", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "55", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "55", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "55", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "55", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "55", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "55", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "55", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "55", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "55", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "55", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "55", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "55", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "55", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "55", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "55", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "55", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "55", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "55", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "55", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "55", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "55", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "55", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "55", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "55", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "55", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "55", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "55", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "55", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "55", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "55", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "55", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "55", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "55", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "55", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "55", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "55", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "55", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "55", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "55", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "55", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "55", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "55", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "55", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "55", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "55", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "55", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "55", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "55", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "55", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "55", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "662", "echelle": "departement"}, {"code_geo": "55", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "55", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "55", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "55", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "55", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "606", "echelle": "departement"}, {"code_geo": "55", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "55", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "55", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "55", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "55", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "55", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "682", "echelle": "departement"}, {"code_geo": "55", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "55", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "55", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "56", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "56", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1655", "echelle": "departement"}, {"code_geo": "56", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "751", "echelle": "departement"}, {"code_geo": "56", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "56", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "56", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1652", "echelle": "departement"}, {"code_geo": "56", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "651", "echelle": "departement"}, {"code_geo": "56", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "56", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "56", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1133", "echelle": "departement"}, {"code_geo": "56", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "56", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "56", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "56", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "725", "echelle": "departement"}, {"code_geo": "56", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "56", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "56", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "56", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1700", "echelle": "departement"}, {"code_geo": "56", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "613", "echelle": "departement"}, {"code_geo": "56", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "56", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "56", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "56", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1703", "echelle": "departement"}, {"code_geo": "56", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "667", "echelle": "departement"}, {"code_geo": "56", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "56", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "56", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "56", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1570", "echelle": "departement"}, {"code_geo": "56", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "785", "echelle": "departement"}, {"code_geo": "56", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "56", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "56", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "56", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1150", "echelle": "departement"}, {"code_geo": "56", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "489", "echelle": "departement"}, {"code_geo": "56", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "56", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "56", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1888", "echelle": "departement"}, {"code_geo": "56", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "752", "echelle": "departement"}, {"code_geo": "56", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "56", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "56", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "384", "echelle": "departement"}, {"code_geo": "56", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2250", "echelle": "departement"}, {"code_geo": "56", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "891", "echelle": "departement"}, {"code_geo": "56", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "56", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "56", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "56", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "2285", "echelle": "departement"}, {"code_geo": "56", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "654", "echelle": "departement"}, {"code_geo": "56", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "56", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "480", "echelle": "departement"}, {"code_geo": "56", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2967", "echelle": "departement"}, {"code_geo": "56", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "1239", "echelle": "departement"}, {"code_geo": "56", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "58", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "58", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "58", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "536", "echelle": "departement"}, {"code_geo": "58", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "58", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "58", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "58", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "58", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "58", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "618", "echelle": "departement"}, {"code_geo": "58", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "58", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "58", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "58", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "58", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "58", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "58", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "58", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "58", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "58", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "58", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "58", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "58", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "58", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "58", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "58", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "58", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "58", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "58", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "58", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "58", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "608", "echelle": "departement"}, {"code_geo": "58", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "58", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "58", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "58", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "58", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "58", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "578", "echelle": "departement"}, {"code_geo": "58", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "58", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "58", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "58", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "58", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "58", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "58", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "58", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "58", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "58", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "58", "month": "2020-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "717", "echelle": "departement"}, {"code_geo": "58", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "58", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "58", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "58", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "58", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "741", "echelle": "departement"}, {"code_geo": "58", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "58", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "58", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "58", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "58", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "58", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "731", "echelle": "departement"}, {"code_geo": "58", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "58", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "58", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "58", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "788", "echelle": "departement"}, {"code_geo": "58", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "58", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "58", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "59", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "59", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2020-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "59", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "59", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "3965", "echelle": "departement"}, {"code_geo": "59", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "59", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "59", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "59", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "59", "month": "2020-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "59", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "4438", "echelle": "departement"}, {"code_geo": "59", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "59", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "59", "month": "2020-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "59", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "3401", "echelle": "departement"}, {"code_geo": "59", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "59", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "59", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2020-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "59", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "1659", "echelle": "departement"}, {"code_geo": "59", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "59", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "59", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "59", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2020-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "59", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "59", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "4457", "echelle": "departement"}, {"code_geo": "59", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "59", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "59", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "59", "month": "2020-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "59", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "59", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "4366", "echelle": "departement"}, {"code_geo": "59", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "448", "echelle": "departement"}, {"code_geo": "59", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "59", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "59", "month": "2020-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "59", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "4030", "echelle": "departement"}, {"code_geo": "59", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "448", "echelle": "departement"}, {"code_geo": "59", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "59", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "59", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2020-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "59", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "59", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "3056", "echelle": "departement"}, {"code_geo": "59", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "59", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "59", "month": "2020-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "59", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "5250", "echelle": "departement"}, {"code_geo": "59", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "59", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "59", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "59", "month": "2020-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "59", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "59", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "5008", "echelle": "departement"}, {"code_geo": "59", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "59", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "59", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "59", "month": "2020-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "59", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "59", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "4124", "echelle": "departement"}, {"code_geo": "59", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "59", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "59", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "59", "month": "2020-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "59", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "465", "echelle": "departement"}, {"code_geo": "59", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "6648", "echelle": "departement"}, {"code_geo": "59", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "665", "echelle": "departement"}, {"code_geo": "59", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "60", "month": "2020-01", "nature_culture": "herbages", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "60", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "60", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "60", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "60", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1129", "echelle": "departement"}, {"code_geo": "60", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "60", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2020-02", "nature_culture": "herbages", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "60", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "60", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "60", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1055", "echelle": "departement"}, {"code_geo": "60", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "60", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2020-03", "nature_culture": "herbages", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "60", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "60", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "60", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "799", "echelle": "departement"}, {"code_geo": "60", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "60", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2020-04", "nature_culture": "herbages", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "60", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "60", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "60", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "60", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "60", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "60", "month": "2020-05", "nature_culture": "herbages", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "60", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "60", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "60", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1180", "echelle": "departement"}, {"code_geo": "60", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "60", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "60", "month": "2020-06", "nature_culture": "herbages", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "60", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "60", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "60", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1327", "echelle": "departement"}, {"code_geo": "60", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "60", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2020-07", "nature_culture": "herbages", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "60", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "60", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "60", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "60", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1330", "echelle": "departement"}, {"code_geo": "60", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "60", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "60", "month": "2020-08", "nature_culture": "herbages", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "60", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "60", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "60", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "971", "echelle": "departement"}, {"code_geo": "60", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "60", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "60", "month": "2020-09", "nature_culture": "herbages", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "60", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "60", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "60", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1651", "echelle": "departement"}, {"code_geo": "60", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "60", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2020-10", "nature_culture": "herbages", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "60", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "60", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "60", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "60", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1805", "echelle": "departement"}, {"code_geo": "60", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "60", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "60", "month": "2020-11", "nature_culture": "herbages", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "60", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "60", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "60", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "8550", "echelle": "departement"}, {"code_geo": "60", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "60", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "60", "month": "2020-12", "nature_culture": "herbages", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "60", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "60", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "60", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "60", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1951", "echelle": "departement"}, {"code_geo": "60", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "60", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "61", "month": "2020-01", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "61", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "61", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "61", "month": "2020-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "61", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "548", "echelle": "departement"}, {"code_geo": "61", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "61", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "61", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "61", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "61", "month": "2020-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "61", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "61", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "61", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "61", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "61", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "61", "month": "2020-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "61", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "61", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "61", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "61", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "61", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "61", "month": "2020-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "61", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "61", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "61", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "61", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "61", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "61", "month": "2020-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "61", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "657", "echelle": "departement"}, {"code_geo": "61", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "61", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "61", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "61", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "61", "month": "2020-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "61", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "588", "echelle": "departement"}, {"code_geo": "61", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "61", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "61", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "61", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "548", "echelle": "departement"}, {"code_geo": "61", "month": "2020-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "811", "echelle": "departement"}, {"code_geo": "61", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "61", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "61", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "61", "month": "2020-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "61", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "548", "echelle": "departement"}, {"code_geo": "61", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "61", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "61", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "61", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "653", "echelle": "departement"}, {"code_geo": "61", "month": "2020-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "61", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "940", "echelle": "departement"}, {"code_geo": "61", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "61", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "61", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "568", "echelle": "departement"}, {"code_geo": "61", "month": "2020-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "61", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "918", "echelle": "departement"}, {"code_geo": "61", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "61", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "61", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "61", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "414", "echelle": "departement"}, {"code_geo": "61", "month": "2020-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "61", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "701", "echelle": "departement"}, {"code_geo": "61", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "61", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "61", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "61", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "61", "month": "2020-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "61", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1311", "echelle": "departement"}, {"code_geo": "61", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "61", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "62", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "62", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "62", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "2449", "echelle": "departement"}, {"code_geo": "62", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "62", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "62", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "62", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "2284", "echelle": "departement"}, {"code_geo": "62", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "62", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "62", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "62", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1564", "echelle": "departement"}, {"code_geo": "62", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "62", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "62", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "62", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "1195", "echelle": "departement"}, {"code_geo": "62", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "62", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "62", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "62", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "2320", "echelle": "departement"}, {"code_geo": "62", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "62", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "62", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "62", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "2814", "echelle": "departement"}, {"code_geo": "62", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "62", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "62", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "62", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "2386", "echelle": "departement"}, {"code_geo": "62", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "62", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "62", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "62", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1766", "echelle": "departement"}, {"code_geo": "62", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "62", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "62", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "62", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "3248", "echelle": "departement"}, {"code_geo": "62", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "379", "echelle": "departement"}, {"code_geo": "62", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "62", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "62", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "62", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "3289", "echelle": "departement"}, {"code_geo": "62", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "502", "echelle": "departement"}, {"code_geo": "62", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "62", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "62", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "2639", "echelle": "departement"}, {"code_geo": "62", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "62", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "62", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "422", "echelle": "departement"}, {"code_geo": "62", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "3423", "echelle": "departement"}, {"code_geo": "62", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "736", "echelle": "departement"}, {"code_geo": "62", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "63", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "63", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "63", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "63", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1019", "echelle": "departement"}, {"code_geo": "63", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "63", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "63", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "63", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "63", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "63", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1094", "echelle": "departement"}, {"code_geo": "63", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "63", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "63", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "63", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "63", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "63", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "648", "echelle": "departement"}, {"code_geo": "63", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "63", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "63", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "63", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "63", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "63", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "63", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "63", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "63", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "63", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "63", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "63", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "63", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "63", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1104", "echelle": "departement"}, {"code_geo": "63", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "63", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "63", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "63", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "63", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "63", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "63", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1362", "echelle": "departement"}, {"code_geo": "63", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "63", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "63", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "63", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "63", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "63", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1195", "echelle": "departement"}, {"code_geo": "63", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "63", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "63", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "63", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "63", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "63", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "63", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "899", "echelle": "departement"}, {"code_geo": "63", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "63", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "63", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "63", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "63", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "63", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1391", "echelle": "departement"}, {"code_geo": "63", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "63", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "63", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "63", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "63", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "63", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "63", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1603", "echelle": "departement"}, {"code_geo": "63", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "63", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "63", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "63", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "63", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "63", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "63", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1315", "echelle": "departement"}, {"code_geo": "63", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "63", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "63", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "63", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "63", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "63", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2274", "echelle": "departement"}, {"code_geo": "63", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "63", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "63", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "64", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "64", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "64", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "64", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "64", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "64", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "64", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "64", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "64", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "64", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "818", "echelle": "departement"}, {"code_geo": "64", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "64", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "64", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "64", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "64", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "64", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "547", "echelle": "departement"}, {"code_geo": "64", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "64", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "64", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "64", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "64", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "64", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "64", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "64", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "64", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "64", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "64", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "64", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "893", "echelle": "departement"}, {"code_geo": "64", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "64", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "64", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "64", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "64", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "64", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "64", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "815", "echelle": "departement"}, {"code_geo": "64", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "64", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "64", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "64", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "64", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "64", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "827", "echelle": "departement"}, {"code_geo": "64", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "64", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "64", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "64", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "64", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "64", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "698", "echelle": "departement"}, {"code_geo": "64", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "64", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "64", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "64", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "64", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "64", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "64", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "971", "echelle": "departement"}, {"code_geo": "64", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "64", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "64", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "64", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "64", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "64", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "64", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1121", "echelle": "departement"}, {"code_geo": "64", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "64", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "64", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "64", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "64", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "64", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "998", "echelle": "departement"}, {"code_geo": "64", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "64", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "64", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "64", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "64", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "64", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "64", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1509", "echelle": "departement"}, {"code_geo": "64", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "64", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "64", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "65", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "65", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "65", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "65", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "65", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "65", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "65", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "65", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "65", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "65", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "65", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "65", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "65", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "65", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "65", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "65", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "65", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "65", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "65", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "65", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "65", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "65", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "65", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "65", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "65", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "65", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "65", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "65", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "65", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "65", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "65", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "65", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "65", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "65", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "65", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "65", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "65", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "65", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "65", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "65", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "65", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "65", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "65", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "65", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "555", "echelle": "departement"}, {"code_geo": "65", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "65", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "65", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "65", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "528", "echelle": "departement"}, {"code_geo": "65", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "65", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "65", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "65", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "65", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "791", "echelle": "departement"}, {"code_geo": "65", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "65", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "66", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "66", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "66", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "832", "echelle": "departement"}, {"code_geo": "66", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "66", "month": "2020-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "66", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "66", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "66", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "66", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "817", "echelle": "departement"}, {"code_geo": "66", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "66", "month": "2020-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "66", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "66", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "66", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "66", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "670", "echelle": "departement"}, {"code_geo": "66", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "66", "month": "2020-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "66", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "66", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "66", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "66", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "433", "echelle": "departement"}, {"code_geo": "66", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "66", "month": "2020-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "66", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "66", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "66", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "66", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "827", "echelle": "departement"}, {"code_geo": "66", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "66", "month": "2020-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "66", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "66", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "66", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "66", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1044", "echelle": "departement"}, {"code_geo": "66", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "66", "month": "2020-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "66", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "66", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "66", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "66", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "954", "echelle": "departement"}, {"code_geo": "66", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "66", "month": "2020-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "66", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "66", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "66", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "66", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "727", "echelle": "departement"}, {"code_geo": "66", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "66", "month": "2020-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "66", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "66", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "66", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "66", "month": "2020-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1048", "echelle": "departement"}, {"code_geo": "66", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "66", "month": "2020-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "66", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "66", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "66", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "66", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "66", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1056", "echelle": "departement"}, {"code_geo": "66", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "66", "month": "2020-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "66", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "66", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "66", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "66", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "993", "echelle": "departement"}, {"code_geo": "66", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "66", "month": "2020-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "66", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "66", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "66", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "66", "month": "2020-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "66", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1396", "echelle": "departement"}, {"code_geo": "66", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "66", "month": "2020-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "66", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "66", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "69", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "69", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "69", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "69", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1682", "echelle": "departement"}, {"code_geo": "69", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "69", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "69", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "69", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "69", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "69", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "69", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1441", "echelle": "departement"}, {"code_geo": "69", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "69", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "69", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "69", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "69", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "69", "month": "2020-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "69", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "69", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "977", "echelle": "departement"}, {"code_geo": "69", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "69", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "69", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "69", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "69", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "69", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "69", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "776", "echelle": "departement"}, {"code_geo": "69", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "69", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "69", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "69", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "69", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "69", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "69", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1447", "echelle": "departement"}, {"code_geo": "69", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "69", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "69", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "69", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "69", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "69", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "69", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1588", "echelle": "departement"}, {"code_geo": "69", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "69", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "69", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "69", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "69", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "69", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "69", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "2768", "echelle": "departement"}, {"code_geo": "69", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "69", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "69", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "69", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "69", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "69", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "69", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "947", "echelle": "departement"}, {"code_geo": "69", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "69", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "69", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "69", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "69", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "69", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "69", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1771", "echelle": "departement"}, {"code_geo": "69", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "69", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "69", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "69", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "69", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "69", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "69", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2306", "echelle": "departement"}, {"code_geo": "69", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "69", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "69", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "69", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "69", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "69", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "69", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1656", "echelle": "departement"}, {"code_geo": "69", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "69", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "69", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "69", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "69", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "69", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "69", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2730", "echelle": "departement"}, {"code_geo": "69", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "69", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "69", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "70", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "70", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "70", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "70", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "70", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "70", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "70", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "70", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "70", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "397", "echelle": "departement"}, {"code_geo": "70", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "70", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "70", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "70", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "70", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "70", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "70", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "70", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "70", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "70", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "70", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "70", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "70", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "70", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "70", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "70", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "70", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "70", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "70", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "70", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "70", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "70", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "421", "echelle": "departement"}, {"code_geo": "70", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "70", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "70", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "70", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "70", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "70", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "70", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "70", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "70", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "70", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "70", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "70", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "70", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "70", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "70", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "70", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "70", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "70", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "596", "echelle": "departement"}, {"code_geo": "70", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "70", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "70", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "70", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "70", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "70", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "628", "echelle": "departement"}, {"code_geo": "70", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "70", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "70", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "70", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "70", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "70", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "478", "echelle": "departement"}, {"code_geo": "70", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "70", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "70", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "70", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "70", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "554", "echelle": "departement"}, {"code_geo": "70", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "644", "echelle": "departement"}, {"code_geo": "70", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "70", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "70", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "71", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "71", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "644", "echelle": "departement"}, {"code_geo": "71", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "71", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "990", "echelle": "departement"}, {"code_geo": "71", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "396", "echelle": "departement"}, {"code_geo": "71", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "71", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "71", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "71", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "581", "echelle": "departement"}, {"code_geo": "71", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "71", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "889", "echelle": "departement"}, {"code_geo": "71", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "71", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "71", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "71", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "71", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "71", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "71", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "740", "echelle": "departement"}, {"code_geo": "71", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "71", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "71", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "71", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "71", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "71", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "71", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "71", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "71", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "71", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "71", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "71", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "71", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "71", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "992", "echelle": "departement"}, {"code_geo": "71", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "71", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "71", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "71", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "71", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "582", "echelle": "departement"}, {"code_geo": "71", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "71", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1089", "echelle": "departement"}, {"code_geo": "71", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "71", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "71", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "71", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "71", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "697", "echelle": "departement"}, {"code_geo": "71", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "71", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1077", "echelle": "departement"}, {"code_geo": "71", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "531", "echelle": "departement"}, {"code_geo": "71", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "71", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "71", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "71", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "71", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "71", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "942", "echelle": "departement"}, {"code_geo": "71", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "71", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "71", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "71", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "71", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "515", "echelle": "departement"}, {"code_geo": "71", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "71", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1348", "echelle": "departement"}, {"code_geo": "71", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "71", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "71", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "71", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "71", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "664", "echelle": "departement"}, {"code_geo": "71", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "71", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1621", "echelle": "departement"}, {"code_geo": "71", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "71", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "71", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "71", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "71", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "591", "echelle": "departement"}, {"code_geo": "71", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "71", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1364", "echelle": "departement"}, {"code_geo": "71", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "71", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "71", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "71", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "71", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "933", "echelle": "departement"}, {"code_geo": "71", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "71", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2990", "echelle": "departement"}, {"code_geo": "71", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "546", "echelle": "departement"}, {"code_geo": "71", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "71", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "72", "month": "2020-01", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "72", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1022", "echelle": "departement"}, {"code_geo": "72", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "72", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "72", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "72", "month": "2020-02", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "72", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "72", "month": "2020-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "927", "echelle": "departement"}, {"code_geo": "72", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "72", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "72", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "72", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "72", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "757", "echelle": "departement"}, {"code_geo": "72", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "72", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "72", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "72", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "72", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "72", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "72", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "72", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1149", "echelle": "departement"}, {"code_geo": "72", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "72", "month": "2020-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "72", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2020-06", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "72", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "72", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "72", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1117", "echelle": "departement"}, {"code_geo": "72", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "72", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "72", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "72", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "72", "month": "2020-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1065", "echelle": "departement"}, {"code_geo": "72", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "72", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "72", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "72", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "72", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "947", "echelle": "departement"}, {"code_geo": "72", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "72", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "72", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "72", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "72", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "72", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1442", "echelle": "departement"}, {"code_geo": "72", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "72", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "72", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "72", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "72", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "72", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1371", "echelle": "departement"}, {"code_geo": "72", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "72", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "72", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "72", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "72", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1211", "echelle": "departement"}, {"code_geo": "72", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "72", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "72", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "72", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "72", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "72", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1560", "echelle": "departement"}, {"code_geo": "72", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "72", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "72", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "73", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "73", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "397", "echelle": "departement"}, {"code_geo": "73", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "73", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "73", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "73", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "73", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "73", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "73", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "457", "echelle": "departement"}, {"code_geo": "73", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "73", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "644", "echelle": "departement"}, {"code_geo": "73", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "73", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "73", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "73", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "73", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "73", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "73", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "547", "echelle": "departement"}, {"code_geo": "73", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "73", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "73", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "73", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "73", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "73", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "73", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "73", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "73", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "73", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "73", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "73", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "73", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "73", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "557", "echelle": "departement"}, {"code_geo": "73", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "73", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "73", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "73", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "73", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "615", "echelle": "departement"}, {"code_geo": "73", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "73", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "855", "echelle": "departement"}, {"code_geo": "73", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "73", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "73", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "73", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "73", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "579", "echelle": "departement"}, {"code_geo": "73", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "73", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "757", "echelle": "departement"}, {"code_geo": "73", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "73", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "73", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "73", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "73", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "73", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "73", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "581", "echelle": "departement"}, {"code_geo": "73", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "73", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "73", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "73", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "73", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "757", "echelle": "departement"}, {"code_geo": "73", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "73", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "859", "echelle": "departement"}, {"code_geo": "73", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "73", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "73", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "73", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "73", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "503", "echelle": "departement"}, {"code_geo": "73", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "73", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1016", "echelle": "departement"}, {"code_geo": "73", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "73", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "73", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "73", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "73", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "73", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "73", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "735", "echelle": "departement"}, {"code_geo": "73", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "73", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "73", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "73", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "73", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "705", "echelle": "departement"}, {"code_geo": "73", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "73", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1125", "echelle": "departement"}, {"code_geo": "73", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "73", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "73", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "74", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "74", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "74", "month": "2020-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "74", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "74", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1104", "echelle": "departement"}, {"code_geo": "74", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "74", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "74", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "74", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "74", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "74", "month": "2020-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "74", "month": "2020-02", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "74", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "933", "echelle": "departement"}, {"code_geo": "74", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "74", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "74", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "74", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "74", "month": "2020-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "74", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "74", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "836", "echelle": "departement"}, {"code_geo": "74", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "74", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "74", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "74", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "74", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "74", "month": "2020-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "74", "month": "2020-04", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "74", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "489", "echelle": "departement"}, {"code_geo": "74", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "74", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "74", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "74", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "74", "month": "2020-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "74", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "74", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1042", "echelle": "departement"}, {"code_geo": "74", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "74", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "74", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "74", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "74", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "74", "month": "2020-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "74", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "74", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1122", "echelle": "departement"}, {"code_geo": "74", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "74", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "74", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "74", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "74", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "74", "month": "2020-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "74", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "74", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1051", "echelle": "departement"}, {"code_geo": "74", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "74", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "74", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "74", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "74", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "74", "month": "2020-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "74", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "74", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "810", "echelle": "departement"}, {"code_geo": "74", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "74", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "74", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "74", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "74", "month": "2020-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "74", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "74", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1160", "echelle": "departement"}, {"code_geo": "74", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "74", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "74", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "74", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "74", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "74", "month": "2020-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "74", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "74", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1489", "echelle": "departement"}, {"code_geo": "74", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "74", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "74", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "74", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "74", "month": "2020-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "74", "month": "2020-11", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "74", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1312", "echelle": "departement"}, {"code_geo": "74", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "74", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "74", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "74", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "565", "echelle": "departement"}, {"code_geo": "74", "month": "2020-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "74", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "74", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1866", "echelle": "departement"}, {"code_geo": "74", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "74", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "75", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "577", "echelle": "departement"}, {"code_geo": "75", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "75", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "75", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "75", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "75", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "75", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "530", "echelle": "departement"}, {"code_geo": "75", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "75", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "75", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "75", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "75", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1119", "echelle": "departement"}, {"code_geo": "76", "month": "2020-01", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "76", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "76", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "76", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1687", "echelle": "departement"}, {"code_geo": "76", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "76", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "76", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "76", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "76", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1714", "echelle": "departement"}, {"code_geo": "76", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "76", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "76", "month": "2020-03", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "76", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "76", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1662", "echelle": "departement"}, {"code_geo": "76", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "76", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "76", "month": "2020-04", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "76", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "76", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "76", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "723", "echelle": "departement"}, {"code_geo": "76", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "76", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "76", "month": "2020-05", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "76", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "76", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1775", "echelle": "departement"}, {"code_geo": "76", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "76", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "76", "month": "2020-06", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "76", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "76", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "76", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "2246", "echelle": "departement"}, {"code_geo": "76", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "76", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "76", "month": "2020-07", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "76", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "76", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "76", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "2451", "echelle": "departement"}, {"code_geo": "76", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "76", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "76", "month": "2020-08", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "76", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "76", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "76", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1399", "echelle": "departement"}, {"code_geo": "76", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "76", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "76", "month": "2020-09", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "76", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "76", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "76", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "2185", "echelle": "departement"}, {"code_geo": "76", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "76", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "76", "month": "2020-10", "nature_culture": "herbages", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "76", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "76", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "76", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2401", "echelle": "departement"}, {"code_geo": "76", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "76", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "76", "month": "2020-11", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "76", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "76", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "76", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "2158", "echelle": "departement"}, {"code_geo": "76", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "76", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "76", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "76", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "76", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "3013", "echelle": "departement"}, {"code_geo": "76", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "76", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "77", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "77", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "77", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1581", "echelle": "departement"}, {"code_geo": "77", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "77", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "77", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "77", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "77", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1753", "echelle": "departement"}, {"code_geo": "77", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "77", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "77", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "77", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "77", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "77", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1127", "echelle": "departement"}, {"code_geo": "77", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "77", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "77", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "77", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "77", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "601", "echelle": "departement"}, {"code_geo": "77", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "77", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "77", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "77", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "77", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1598", "echelle": "departement"}, {"code_geo": "77", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "77", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "77", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "77", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "77", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1950", "echelle": "departement"}, {"code_geo": "77", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "77", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "77", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "77", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "77", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1916", "echelle": "departement"}, {"code_geo": "77", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "77", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "77", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "77", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "77", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "77", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1297", "echelle": "departement"}, {"code_geo": "77", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "77", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "77", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "77", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "77", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "2431", "echelle": "departement"}, {"code_geo": "77", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "77", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "77", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "77", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "77", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "77", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2514", "echelle": "departement"}, {"code_geo": "77", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "77", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "77", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "77", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "77", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1999", "echelle": "departement"}, {"code_geo": "77", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "77", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "77", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "77", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "77", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "77", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2953", "echelle": "departement"}, {"code_geo": "77", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "77", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "77", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "78", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "78", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "78", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1020", "echelle": "departement"}, {"code_geo": "78", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "78", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "78", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "78", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1021", "echelle": "departement"}, {"code_geo": "78", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "78", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "78", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "78", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "78", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1430", "echelle": "departement"}, {"code_geo": "78", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "78", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "78", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "78", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "78", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "78", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "1494", "echelle": "departement"}, {"code_geo": "78", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "78", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "78", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "78", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "78", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1417", "echelle": "departement"}, {"code_geo": "78", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "78", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "78", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "78", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "78", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1330", "echelle": "departement"}, {"code_geo": "78", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "78", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "78", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "78", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "78", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1349", "echelle": "departement"}, {"code_geo": "78", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "78", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "78", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "78", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "78", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "845", "echelle": "departement"}, {"code_geo": "78", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "78", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "78", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "78", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "78", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "78", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1611", "echelle": "departement"}, {"code_geo": "78", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "78", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "78", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "78", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1691", "echelle": "departement"}, {"code_geo": "78", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "78", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "78", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "78", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "78", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1602", "echelle": "departement"}, {"code_geo": "78", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "78", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "78", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "78", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "78", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1709", "echelle": "departement"}, {"code_geo": "78", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "78", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "79", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "79", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "79", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "849", "echelle": "departement"}, {"code_geo": "79", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "580", "echelle": "departement"}, {"code_geo": "79", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "79", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "79", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "79", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "879", "echelle": "departement"}, {"code_geo": "79", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "463", "echelle": "departement"}, {"code_geo": "79", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "79", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "79", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "79", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "79", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "544", "echelle": "departement"}, {"code_geo": "79", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "79", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "79", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "79", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "79", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "79", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "79", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "79", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "79", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "79", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1022", "echelle": "departement"}, {"code_geo": "79", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "468", "echelle": "departement"}, {"code_geo": "79", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "79", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "79", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "79", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "79", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1003", "echelle": "departement"}, {"code_geo": "79", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "79", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "79", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "79", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1086", "echelle": "departement"}, {"code_geo": "79", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "79", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "79", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "79", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "79", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "79", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "911", "echelle": "departement"}, {"code_geo": "79", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "403", "echelle": "departement"}, {"code_geo": "79", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "79", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "79", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "79", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1365", "echelle": "departement"}, {"code_geo": "79", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "529", "echelle": "departement"}, {"code_geo": "79", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "79", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "79", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "79", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "79", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1305", "echelle": "departement"}, {"code_geo": "79", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "658", "echelle": "departement"}, {"code_geo": "79", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "79", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "79", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "79", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1149", "echelle": "departement"}, {"code_geo": "79", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "561", "echelle": "departement"}, {"code_geo": "79", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "79", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "79", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "79", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1714", "echelle": "departement"}, {"code_geo": "79", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "761", "echelle": "departement"}, {"code_geo": "79", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "80", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "80", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "80", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "873", "echelle": "departement"}, {"code_geo": "80", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "80", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "80", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "80", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "825", "echelle": "departement"}, {"code_geo": "80", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "80", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "80", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "80", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "802", "echelle": "departement"}, {"code_geo": "80", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "80", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "80", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "80", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "80", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "80", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "80", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "80", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "896", "echelle": "departement"}, {"code_geo": "80", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "80", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "80", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "80", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1017", "echelle": "departement"}, {"code_geo": "80", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "80", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "80", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "80", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "978", "echelle": "departement"}, {"code_geo": "80", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "80", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "80", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "80", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "683", "echelle": "departement"}, {"code_geo": "80", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "80", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "80", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "80", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "80", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1136", "echelle": "departement"}, {"code_geo": "80", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "80", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "80", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "80", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1143", "echelle": "departement"}, {"code_geo": "80", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "80", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "80", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "80", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1071", "echelle": "departement"}, {"code_geo": "80", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "80", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "80", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "80", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "80", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1338", "echelle": "departement"}, {"code_geo": "80", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "80", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "81", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "81", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "81", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "709", "echelle": "departement"}, {"code_geo": "81", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "81", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "81", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "81", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "81", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "734", "echelle": "departement"}, {"code_geo": "81", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "81", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "81", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "81", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "81", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "578", "echelle": "departement"}, {"code_geo": "81", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "81", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "81", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "81", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "81", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "81", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "81", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "81", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "81", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "81", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "701", "echelle": "departement"}, {"code_geo": "81", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "81", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "81", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "81", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "81", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "693", "echelle": "departement"}, {"code_geo": "81", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "81", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "81", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "81", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "81", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "81", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "762", "echelle": "departement"}, {"code_geo": "81", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "81", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "81", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "81", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "81", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "81", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "755", "echelle": "departement"}, {"code_geo": "81", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "81", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "81", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "81", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "81", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "81", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "984", "echelle": "departement"}, {"code_geo": "81", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "81", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "81", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "81", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "81", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1198", "echelle": "departement"}, {"code_geo": "81", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "576", "echelle": "departement"}, {"code_geo": "81", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "81", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "81", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "81", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "81", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "943", "echelle": "departement"}, {"code_geo": "81", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "504", "echelle": "departement"}, {"code_geo": "81", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "81", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "81", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "81", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1206", "echelle": "departement"}, {"code_geo": "81", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "559", "echelle": "departement"}, {"code_geo": "81", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "82", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "82", "month": "2020-01", "nature_culture": "pacages", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "82", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "82", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "82", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "82", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "82", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "82", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "82", "month": "2020-02", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "82", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "82", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "82", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "82", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "82", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "82", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "82", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "82", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "82", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "82", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "82", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "82", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "82", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "82", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "82", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "82", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "82", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "82", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "82", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "82", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "82", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "82", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "82", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "82", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "82", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "82", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "489", "echelle": "departement"}, {"code_geo": "82", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "82", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "82", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "82", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "82", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "82", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "82", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "82", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "82", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "82", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "82", "month": "2020-08", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "82", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "82", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "82", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "82", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "82", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "82", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "82", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "82", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "585", "echelle": "departement"}, {"code_geo": "82", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "82", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "82", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "82", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "82", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "82", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "528", "echelle": "departement"}, {"code_geo": "82", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "82", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "82", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "82", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "82", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "82", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "470", "echelle": "departement"}, {"code_geo": "82", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "82", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "82", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "82", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "82", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "82", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "775", "echelle": "departement"}, {"code_geo": "82", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "740", "echelle": "departement"}, {"code_geo": "82", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "82", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "83", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "83", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "83", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1277", "echelle": "departement"}, {"code_geo": "83", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "83", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "83", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "83", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "83", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "83", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1122", "echelle": "departement"}, {"code_geo": "83", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "83", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "83", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "83", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "83", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "83", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "940", "echelle": "departement"}, {"code_geo": "83", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "83", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "83", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "83", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "83", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "83", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "481", "echelle": "departement"}, {"code_geo": "83", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "83", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "83", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "83", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "83", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "83", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1369", "echelle": "departement"}, {"code_geo": "83", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "83", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "83", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "83", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "83", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "83", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1752", "echelle": "departement"}, {"code_geo": "83", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "83", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "83", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "83", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "83", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "83", "month": "2020-07", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "83", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1708", "echelle": "departement"}, {"code_geo": "83", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "83", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "83", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "83", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "83", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "83", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1424", "echelle": "departement"}, {"code_geo": "83", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "83", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "83", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "83", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "83", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "83", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "2051", "echelle": "departement"}, {"code_geo": "83", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "83", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "83", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "83", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "83", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "83", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "83", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2159", "echelle": "departement"}, {"code_geo": "83", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "83", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "83", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "83", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "83", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "83", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1986", "echelle": "departement"}, {"code_geo": "83", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "83", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "83", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "83", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "83", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "83", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "83", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2638", "echelle": "departement"}, {"code_geo": "83", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "83", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "83", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "84", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "84", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "84", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1005", "echelle": "departement"}, {"code_geo": "84", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "84", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "84", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "84", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "84", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "84", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "963", "echelle": "departement"}, {"code_geo": "84", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "84", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "84", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "84", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "84", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "84", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "84", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "84", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "84", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "84", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "84", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "84", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "84", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "84", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "84", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "84", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "84", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "84", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1035", "echelle": "departement"}, {"code_geo": "84", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "84", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "84", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "84", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "84", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "84", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1082", "echelle": "departement"}, {"code_geo": "84", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "450", "echelle": "departement"}, {"code_geo": "84", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "84", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "84", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "84", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "84", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1093", "echelle": "departement"}, {"code_geo": "84", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "84", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "84", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "84", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "84", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "84", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "732", "echelle": "departement"}, {"code_geo": "84", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "84", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "84", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "84", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "84", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "84", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1207", "echelle": "departement"}, {"code_geo": "84", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "84", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "84", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "84", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "84", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "84", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1308", "echelle": "departement"}, {"code_geo": "84", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "84", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "84", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "84", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "84", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "84", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1142", "echelle": "departement"}, {"code_geo": "84", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "448", "echelle": "departement"}, {"code_geo": "84", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "84", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "84", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "84", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "84", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1518", "echelle": "departement"}, {"code_geo": "84", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "522", "echelle": "departement"}, {"code_geo": "84", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "84", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "85", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "85", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "85", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1648", "echelle": "departement"}, {"code_geo": "85", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "85", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "85", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "85", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "85", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "85", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1689", "echelle": "departement"}, {"code_geo": "85", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "589", "echelle": "departement"}, {"code_geo": "85", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "85", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "85", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "85", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "85", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1103", "echelle": "departement"}, {"code_geo": "85", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "85", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "85", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "85", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "85", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "85", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "564", "echelle": "departement"}, {"code_geo": "85", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "85", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "85", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "85", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "85", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1958", "echelle": "departement"}, {"code_geo": "85", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "561", "echelle": "departement"}, {"code_geo": "85", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "85", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "85", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "85", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "421", "echelle": "departement"}, {"code_geo": "85", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1919", "echelle": "departement"}, {"code_geo": "85", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "85", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "85", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "85", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "85", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "85", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1838", "echelle": "departement"}, {"code_geo": "85", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "709", "echelle": "departement"}, {"code_geo": "85", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "85", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "85", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "85", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "85", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "1376", "echelle": "departement"}, {"code_geo": "85", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "467", "echelle": "departement"}, {"code_geo": "85", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "85", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "85", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "85", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "85", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "2113", "echelle": "departement"}, {"code_geo": "85", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "577", "echelle": "departement"}, {"code_geo": "85", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "85", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "85", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "85", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "85", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "2371", "echelle": "departement"}, {"code_geo": "85", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "698", "echelle": "departement"}, {"code_geo": "85", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "85", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "85", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "85", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "85", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1911", "echelle": "departement"}, {"code_geo": "85", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "692", "echelle": "departement"}, {"code_geo": "85", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "85", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "85", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "85", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "85", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2588", "echelle": "departement"}, {"code_geo": "85", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "744", "echelle": "departement"}, {"code_geo": "85", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "85", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "86", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "86", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "86", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "927", "echelle": "departement"}, {"code_geo": "86", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "713", "echelle": "departement"}, {"code_geo": "86", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "86", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "86", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "86", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "86", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "792", "echelle": "departement"}, {"code_geo": "86", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "86", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "86", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "86", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "86", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "593", "echelle": "departement"}, {"code_geo": "86", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "86", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "86", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "86", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "86", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "86", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "86", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "86", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "86", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "86", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "86", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "934", "echelle": "departement"}, {"code_geo": "86", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "520", "echelle": "departement"}, {"code_geo": "86", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "86", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "86", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "86", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "901", "echelle": "departement"}, {"code_geo": "86", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "697", "echelle": "departement"}, {"code_geo": "86", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "86", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "86", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "86", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "86", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1060", "echelle": "departement"}, {"code_geo": "86", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "731", "echelle": "departement"}, {"code_geo": "86", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "86", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "86", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "86", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "86", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "840", "echelle": "departement"}, {"code_geo": "86", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "86", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "86", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "86", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "86", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "86", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1116", "echelle": "departement"}, {"code_geo": "86", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "622", "echelle": "departement"}, {"code_geo": "86", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "86", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "86", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "86", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1251", "echelle": "departement"}, {"code_geo": "86", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "600", "echelle": "departement"}, {"code_geo": "86", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "86", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "86", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "86", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "86", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "929", "echelle": "departement"}, {"code_geo": "86", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "86", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "86", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "86", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "86", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1410", "echelle": "departement"}, {"code_geo": "86", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "885", "echelle": "departement"}, {"code_geo": "86", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "86", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "87", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "87", "month": "2020-01", "nature_culture": "pacages", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "87", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "87", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "692", "echelle": "departement"}, {"code_geo": "87", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "481", "echelle": "departement"}, {"code_geo": "87", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "87", "month": "2020-02", "nature_culture": "pacages", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "87", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "87", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "633", "echelle": "departement"}, {"code_geo": "87", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "363", "echelle": "departement"}, {"code_geo": "87", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "87", "month": "2020-03", "nature_culture": "pacages", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "87", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "87", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "87", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "87", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "87", "month": "2020-04", "nature_culture": "pacages", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "87", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "87", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "87", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "87", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "87", "month": "2020-05", "nature_culture": "pacages", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "87", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "87", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "648", "echelle": "departement"}, {"code_geo": "87", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "87", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "87", "month": "2020-06", "nature_culture": "pacages", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "87", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "87", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "740", "echelle": "departement"}, {"code_geo": "87", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "87", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "87", "month": "2020-07", "nature_culture": "pacages", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "87", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "87", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "718", "echelle": "departement"}, {"code_geo": "87", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "344", "echelle": "departement"}, {"code_geo": "87", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "87", "month": "2020-08", "nature_culture": "pacages", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "87", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "87", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "613", "echelle": "departement"}, {"code_geo": "87", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "87", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "87", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "87", "month": "2020-09", "nature_culture": "pacages", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "87", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "87", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "796", "echelle": "departement"}, {"code_geo": "87", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "87", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "87", "month": "2020-10", "nature_culture": "pacages", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "87", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "87", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "983", "echelle": "departement"}, {"code_geo": "87", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "87", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "87", "month": "2020-11", "nature_culture": "pacages", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "87", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "87", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "822", "echelle": "departement"}, {"code_geo": "87", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "87", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "87", "month": "2020-12", "nature_culture": "pacages", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "87", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "448", "echelle": "departement"}, {"code_geo": "87", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1296", "echelle": "departement"}, {"code_geo": "87", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "625", "echelle": "departement"}, {"code_geo": "88", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "88", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "88", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "638", "echelle": "departement"}, {"code_geo": "88", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "88", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "88", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "88", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "88", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "88", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "721", "echelle": "departement"}, {"code_geo": "88", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "88", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "88", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "88", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "88", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "88", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "88", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "88", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "88", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "88", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "88", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "88", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "88", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "88", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "88", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "88", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "88", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "657", "echelle": "departement"}, {"code_geo": "88", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "88", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "88", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "88", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "88", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "785", "echelle": "departement"}, {"code_geo": "88", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "88", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "88", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "88", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "88", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "88", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "697", "echelle": "departement"}, {"code_geo": "88", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "88", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "88", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "88", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "88", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "88", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "679", "echelle": "departement"}, {"code_geo": "88", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "88", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "88", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "88", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "88", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "88", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "886", "echelle": "departement"}, {"code_geo": "88", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "88", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "88", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "88", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "88", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "88", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "940", "echelle": "departement"}, {"code_geo": "88", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "88", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "88", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "88", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "88", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "88", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "808", "echelle": "departement"}, {"code_geo": "88", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "88", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "88", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "88", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "88", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "539", "echelle": "departement"}, {"code_geo": "88", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1112", "echelle": "departement"}, {"code_geo": "88", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "88", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "88", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "89", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "89", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "89", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "616", "echelle": "departement"}, {"code_geo": "89", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "89", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "89", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "89", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "89", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "89", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "671", "echelle": "departement"}, {"code_geo": "89", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "89", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "89", "month": "2020-02", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "89", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "89", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "89", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "584", "echelle": "departement"}, {"code_geo": "89", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "89", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "89", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "89", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "89", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "89", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "89", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "89", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "89", "month": "2020-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "89", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "89", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "89", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "663", "echelle": "departement"}, {"code_geo": "89", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "89", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "89", "month": "2020-05", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "89", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "89", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "89", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "852", "echelle": "departement"}, {"code_geo": "89", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "854", "echelle": "departement"}, {"code_geo": "89", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "89", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "89", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "89", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "89", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "736", "echelle": "departement"}, {"code_geo": "89", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "481", "echelle": "departement"}, {"code_geo": "89", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "89", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "89", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "89", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "89", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "582", "echelle": "departement"}, {"code_geo": "89", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "89", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "89", "month": "2020-08", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "89", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "89", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "89", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1081", "echelle": "departement"}, {"code_geo": "89", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "89", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "89", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "89", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "89", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "89", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1128", "echelle": "departement"}, {"code_geo": "89", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "841", "echelle": "departement"}, {"code_geo": "89", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "89", "month": "2020-10", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "89", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "89", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "89", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "849", "echelle": "departement"}, {"code_geo": "89", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "89", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "89", "month": "2020-11", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "89", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "89", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "89", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1234", "echelle": "departement"}, {"code_geo": "89", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "89", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "89", "month": "2020-12", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "90", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "90", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "90", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "90", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "90", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "90", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "90", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "90", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "90", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "90", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "90", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "90", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "90", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "90", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "90", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "90", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "90", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "90", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "90", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "90", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "90", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "90", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "90", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "90", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "90", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "90", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "90", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "90", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "90", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "90", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "90", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "90", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "90", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "90", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "90", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "90", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "90", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "90", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "90", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "90", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "90", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "90", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "90", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "90", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "90", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "90", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "90", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "90", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "90", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "90", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "90", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "90", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "91", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "91", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1069", "echelle": "departement"}, {"code_geo": "91", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "91", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "91", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1288", "echelle": "departement"}, {"code_geo": "91", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "91", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "91", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "91", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "634", "echelle": "departement"}, {"code_geo": "91", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "91", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "91", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "91", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "91", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1135", "echelle": "departement"}, {"code_geo": "91", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "91", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "91", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1381", "echelle": "departement"}, {"code_geo": "91", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "91", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "91", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1115", "echelle": "departement"}, {"code_geo": "91", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "91", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "91", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "806", "echelle": "departement"}, {"code_geo": "91", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "91", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "91", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1474", "echelle": "departement"}, {"code_geo": "91", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "91", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "91", "month": "2020-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "91", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "91", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1606", "echelle": "departement"}, {"code_geo": "91", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "91", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "91", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "963", "echelle": "departement"}, {"code_geo": "91", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "91", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "91", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "91", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1737", "echelle": "departement"}, {"code_geo": "91", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "91", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "92", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "92", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "92", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1117", "echelle": "departement"}, {"code_geo": "92", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "92", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "92", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "92", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1148", "echelle": "departement"}, {"code_geo": "92", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "92", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "92", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "92", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1023", "echelle": "departement"}, {"code_geo": "92", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "92", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1075", "echelle": "departement"}, {"code_geo": "92", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "92", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "8273", "echelle": "departement"}, {"code_geo": "92", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1009", "echelle": "departement"}, {"code_geo": "93", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "93", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "669", "echelle": "departement"}, {"code_geo": "93", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "93", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "704", "echelle": "departement"}, {"code_geo": "93", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "93", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "93", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "93", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "612", "echelle": "departement"}, {"code_geo": "93", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "93", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "898", "echelle": "departement"}, {"code_geo": "93", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "93", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "93", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "923", "echelle": "departement"}, {"code_geo": "93", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "93", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "93", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "93", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "93", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "823", "echelle": "departement"}, {"code_geo": "93", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "93", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "763", "echelle": "departement"}, {"code_geo": "93", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "93", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "93", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "93", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "93", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "93", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "93", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2764", "echelle": "departement"}, {"code_geo": "93", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "93", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1231", "echelle": "departement"}, {"code_geo": "94", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "94", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "622", "echelle": "departement"}, {"code_geo": "94", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "594", "echelle": "departement"}, {"code_geo": "94", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "94", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "726", "echelle": "departement"}, {"code_geo": "94", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1245", "echelle": "departement"}, {"code_geo": "94", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "94", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "94", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "94", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "719", "echelle": "departement"}, {"code_geo": "94", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "781", "echelle": "departement"}, {"code_geo": "94", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "94", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "94", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "94", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "1737", "echelle": "departement"}, {"code_geo": "94", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "95", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "95", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "1136", "echelle": "departement"}, {"code_geo": "95", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "95", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2020-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "95", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "95", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "1049", "echelle": "departement"}, {"code_geo": "95", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "95", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "95", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "95", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "95", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "1106", "echelle": "departement"}, {"code_geo": "95", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "95", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "95", "month": "2020-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "95", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "95", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "95", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "1242", "echelle": "departement"}, {"code_geo": "95", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "95", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "95", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "1294", "echelle": "departement"}, {"code_geo": "95", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "95", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "95", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "95", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "95", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "1405", "echelle": "departement"}, {"code_geo": "95", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "95", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "95", "month": "2020-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "95", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "95", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "95", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "1665", "echelle": "departement"}, {"code_geo": "95", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "95", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "95", "month": "2020-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "95", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "95", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "986", "echelle": "departement"}, {"code_geo": "95", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "95", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "95", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1355", "echelle": "departement"}, {"code_geo": "95", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "95", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "95", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1492", "echelle": "departement"}, {"code_geo": "95", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "95", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "95", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "95", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1654", "echelle": "departement"}, {"code_geo": "95", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "95", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "95", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "95", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "95", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2983", "echelle": "departement"}, {"code_geo": "95", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "95", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "97", "month": "2020-01", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "97", "month": "2020-01", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "97", "month": "2020-01", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2020-01", "nature_culture": "sols", "nb_mutations": "628", "echelle": "departement"}, {"code_geo": "97", "month": "2020-01", "nature_culture": "terres", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "97", "month": "2020-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2020-02", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "97", "month": "2020-02", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "97", "month": "2020-02", "nature_culture": "sols", "nb_mutations": "636", "echelle": "departement"}, {"code_geo": "97", "month": "2020-02", "nature_culture": "terres", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "97", "month": "2020-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2020-03", "nature_culture": "landes", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "97", "month": "2020-03", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "97", "month": "2020-03", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "97", "month": "2020-03", "nature_culture": "sols", "nb_mutations": "821", "echelle": "departement"}, {"code_geo": "97", "month": "2020-03", "nature_culture": "terres", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "97", "month": "2020-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2020-04", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "97", "month": "2020-04", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "97", "month": "2020-04", "nature_culture": "sols", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "97", "month": "2020-04", "nature_culture": "terres", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "97", "month": "2020-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2020-05", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "97", "month": "2020-05", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "97", "month": "2020-05", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2020-05", "nature_culture": "sols", "nb_mutations": "662", "echelle": "departement"}, {"code_geo": "97", "month": "2020-05", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "97", "month": "2020-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2020-06", "nature_culture": "landes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "97", "month": "2020-06", "nature_culture": "pr\u00e9s", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "97", "month": "2020-06", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2020-06", "nature_culture": "sols", "nb_mutations": "931", "echelle": "departement"}, {"code_geo": "97", "month": "2020-06", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "97", "month": "2020-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2020-07", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "97", "month": "2020-07", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "97", "month": "2020-07", "nature_culture": "sols", "nb_mutations": "2974", "echelle": "departement"}, {"code_geo": "97", "month": "2020-07", "nature_culture": "terres", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "97", "month": "2020-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2020-08", "nature_culture": "landes", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "97", "month": "2020-08", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "97", "month": "2020-08", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2020-08", "nature_culture": "sols", "nb_mutations": "943", "echelle": "departement"}, {"code_geo": "97", "month": "2020-08", "nature_culture": "terres", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "97", "month": "2020-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "97", "month": "2020-09", "nature_culture": "landes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "97", "month": "2020-09", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "97", "month": "2020-09", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "97", "month": "2020-09", "nature_culture": "sols", "nb_mutations": "1660", "echelle": "departement"}, {"code_geo": "97", "month": "2020-09", "nature_culture": "terres", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "97", "month": "2020-09", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "97", "month": "2020-10", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "97", "month": "2020-10", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "97", "month": "2020-10", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2020-10", "nature_culture": "sols", "nb_mutations": "1752", "echelle": "departement"}, {"code_geo": "97", "month": "2020-10", "nature_culture": "terres", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "97", "month": "2020-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2020-11", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "97", "month": "2020-11", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "97", "month": "2020-11", "nature_culture": "sols", "nb_mutations": "1278", "echelle": "departement"}, {"code_geo": "97", "month": "2020-11", "nature_culture": "terres", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "97", "month": "2020-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2020-12", "nature_culture": "landes", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "97", "month": "2020-12", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "97", "month": "2020-12", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "97", "month": "2020-12", "nature_culture": "sols", "nb_mutations": "2142", "echelle": "departement"}, {"code_geo": "97", "month": "2020-12", "nature_culture": "terres", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "97", "month": "2020-12", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "code_geo", "month": "month", "nature_culture": "nature_culture", "nb_mutations": "nb_mutations", "echelle": "echelle"}, {"code_geo": "01", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "01", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "01", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "01", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1095", "echelle": "departement"}, {"code_geo": "01", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "344", "echelle": "departement"}, {"code_geo": "01", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "01", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "01", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "01", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "01", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "01", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1131", "echelle": "departement"}, {"code_geo": "01", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "01", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "01", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "01", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "01", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "01", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1521", "echelle": "departement"}, {"code_geo": "01", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "01", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "01", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "01", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "01", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1466", "echelle": "departement"}, {"code_geo": "01", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "01", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "01", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "01", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "01", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "01", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1469", "echelle": "departement"}, {"code_geo": "01", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "01", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "01", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "01", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "01", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "01", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "01", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2031", "echelle": "departement"}, {"code_geo": "01", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "01", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "01", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "01", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "01", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "01", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2497", "echelle": "departement"}, {"code_geo": "01", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "01", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "01", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "01", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "01", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "01", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1241", "echelle": "departement"}, {"code_geo": "01", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "01", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "01", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "01", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "589", "echelle": "departement"}, {"code_geo": "01", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "01", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2025", "echelle": "departement"}, {"code_geo": "01", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "419", "echelle": "departement"}, {"code_geo": "01", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "01", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "01", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "01", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "485", "echelle": "departement"}, {"code_geo": "01", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "01", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1666", "echelle": "departement"}, {"code_geo": "01", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "01", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "01", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "01", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "01", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "01", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1360", "echelle": "departement"}, {"code_geo": "01", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "01", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "01", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "01", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "518", "echelle": "departement"}, {"code_geo": "01", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "01", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2068", "echelle": "departement"}, {"code_geo": "01", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "01", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "01", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "02", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "02", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "02", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "02", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "946", "echelle": "departement"}, {"code_geo": "02", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "02", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "02", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "02", "month": "2021-02", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "02", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "02", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "907", "echelle": "departement"}, {"code_geo": "02", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "02", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "02", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "02", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "02", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "02", "month": "2021-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "02", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1076", "echelle": "departement"}, {"code_geo": "02", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "02", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "02", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "02", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "02", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "02", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "02", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1091", "echelle": "departement"}, {"code_geo": "02", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "02", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "02", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "02", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "02", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "02", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "02", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1320", "echelle": "departement"}, {"code_geo": "02", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "02", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "02", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "02", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "02", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "02", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "02", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2008", "echelle": "departement"}, {"code_geo": "02", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "577", "echelle": "departement"}, {"code_geo": "02", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "02", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "02", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "02", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "02", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "02", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2139", "echelle": "departement"}, {"code_geo": "02", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "02", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "02", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "02", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "02", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "02", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "02", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1447", "echelle": "departement"}, {"code_geo": "02", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "02", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "02", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "02", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "02", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "02", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "02", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1777", "echelle": "departement"}, {"code_geo": "02", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "02", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "02", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "02", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "02", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "02", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "02", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1635", "echelle": "departement"}, {"code_geo": "02", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "02", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "02", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "02", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "02", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1474", "echelle": "departement"}, {"code_geo": "02", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "02", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "02", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "02", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "02", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "02", "month": "2021-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "02", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1935", "echelle": "departement"}, {"code_geo": "02", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "02", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "03", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "03", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "03", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "905", "echelle": "departement"}, {"code_geo": "03", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "03", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "03", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "03", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "03", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "03", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "892", "echelle": "departement"}, {"code_geo": "03", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "03", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "03", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "03", "month": "2021-03", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "03", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1102", "echelle": "departement"}, {"code_geo": "03", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "03", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "03", "month": "2021-04", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "03", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1045", "echelle": "departement"}, {"code_geo": "03", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "03", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "03", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "03", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "03", "month": "2021-05", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "03", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1227", "echelle": "departement"}, {"code_geo": "03", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "526", "echelle": "departement"}, {"code_geo": "03", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "03", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "03", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "03", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "03", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1536", "echelle": "departement"}, {"code_geo": "03", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "03", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "03", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "03", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "03", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "03", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "03", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1550", "echelle": "departement"}, {"code_geo": "03", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "03", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "03", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "03", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "03", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1026", "echelle": "departement"}, {"code_geo": "03", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "03", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "03", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "03", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "03", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1337", "echelle": "departement"}, {"code_geo": "03", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "03", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "03", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "03", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "03", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1365", "echelle": "departement"}, {"code_geo": "03", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "03", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "03", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "03", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "03", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "03", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1163", "echelle": "departement"}, {"code_geo": "03", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "03", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "03", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "03", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "03", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "03", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1526", "echelle": "departement"}, {"code_geo": "03", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "483", "echelle": "departement"}, {"code_geo": "03", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "04", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "04", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "04", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "04", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "04", "month": "2021-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "04", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "04", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "04", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "433", "echelle": "departement"}, {"code_geo": "04", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "04", "month": "2021-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "04", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "04", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "04", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "04", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "04", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "04", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "04", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "04", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "04", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "04", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "04", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "04", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "04", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "04", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "04", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "04", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "04", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "04", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "04", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "04", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "496", "echelle": "departement"}, {"code_geo": "04", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "04", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "04", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "04", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "04", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "04", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "04", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "04", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "04", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "04", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "04", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "04", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "04", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "04", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "04", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "04", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "543", "echelle": "departement"}, {"code_geo": "04", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "04", "month": "2021-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "04", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "04", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "04", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "04", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "532", "echelle": "departement"}, {"code_geo": "04", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "04", "month": "2021-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "04", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "04", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "04", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "04", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "04", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "04", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "04", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "04", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "04", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "04", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "472", "echelle": "departement"}, {"code_geo": "04", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "04", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "04", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "05", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "05", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "05", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "05", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "05", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "05", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "05", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "05", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "05", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "05", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "05", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "05", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "05", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "05", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "05", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "05", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "05", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "05", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "05", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "05", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "05", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "05", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "403", "echelle": "departement"}, {"code_geo": "05", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "05", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "05", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "05", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "05", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "05", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "05", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "05", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "05", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "05", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "05", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "05", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "05", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "05", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "05", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "05", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "05", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "05", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "05", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "05", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "05", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "05", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "05", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "05", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "05", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "05", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "05", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "05", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "05", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "05", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "05", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "05", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "05", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "05", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "05", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "05", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "05", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "05", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "05", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "05", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "05", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "05", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "05", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "05", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "06", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "06", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "06", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "06", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "06", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "06", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "06", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "06", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "06", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "823", "echelle": "departement"}, {"code_geo": "06", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "06", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "06", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "06", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "06", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "06", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "972", "echelle": "departement"}, {"code_geo": "06", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "06", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "06", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "06", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "06", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "06", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1158", "echelle": "departement"}, {"code_geo": "06", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "06", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "06", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "06", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "06", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "06", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1107", "echelle": "departement"}, {"code_geo": "06", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "06", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "06", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "06", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "06", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "06", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1356", "echelle": "departement"}, {"code_geo": "06", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "06", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "06", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "06", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "06", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "06", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1676", "echelle": "departement"}, {"code_geo": "06", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "06", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "06", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "06", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "06", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "06", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "947", "echelle": "departement"}, {"code_geo": "06", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "06", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "06", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "06", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "06", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "06", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1317", "echelle": "departement"}, {"code_geo": "06", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "06", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "06", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "06", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "06", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "06", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1309", "echelle": "departement"}, {"code_geo": "06", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "06", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "06", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "06", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "06", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "06", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1583", "echelle": "departement"}, {"code_geo": "06", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "06", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "06", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "06", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "06", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "06", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1607", "echelle": "departement"}, {"code_geo": "06", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "06", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "06", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "07", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "07", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "07", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "07", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "717", "echelle": "departement"}, {"code_geo": "07", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "07", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "07", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "07", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "467", "echelle": "departement"}, {"code_geo": "07", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "07", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "07", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "654", "echelle": "departement"}, {"code_geo": "07", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "07", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "07", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "07", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "07", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "07", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "07", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "933", "echelle": "departement"}, {"code_geo": "07", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "403", "echelle": "departement"}, {"code_geo": "07", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "07", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "07", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "07", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "07", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "07", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "878", "echelle": "departement"}, {"code_geo": "07", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "07", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "07", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "07", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "07", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "07", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "07", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "927", "echelle": "departement"}, {"code_geo": "07", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "07", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "07", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "07", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "511", "echelle": "departement"}, {"code_geo": "07", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "07", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "07", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1110", "echelle": "departement"}, {"code_geo": "07", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "455", "echelle": "departement"}, {"code_geo": "07", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "07", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "07", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "820", "echelle": "departement"}, {"code_geo": "07", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "07", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "07", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1295", "echelle": "departement"}, {"code_geo": "07", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "522", "echelle": "departement"}, {"code_geo": "07", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "07", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "07", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "07", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "07", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "07", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "730", "echelle": "departement"}, {"code_geo": "07", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "07", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "07", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "07", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "549", "echelle": "departement"}, {"code_geo": "07", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "07", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "07", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "927", "echelle": "departement"}, {"code_geo": "07", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "07", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "07", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "07", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "517", "echelle": "departement"}, {"code_geo": "07", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "07", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "07", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1028", "echelle": "departement"}, {"code_geo": "07", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "07", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "07", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "07", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "07", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "07", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "07", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "755", "echelle": "departement"}, {"code_geo": "07", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "07", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "07", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "07", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "514", "echelle": "departement"}, {"code_geo": "07", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "07", "month": "2021-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "07", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "07", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1225", "echelle": "departement"}, {"code_geo": "07", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "490", "echelle": "departement"}, {"code_geo": "07", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "07", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "08", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "08", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "08", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "08", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "08", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "08", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "08", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "08", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "578", "echelle": "departement"}, {"code_geo": "08", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "08", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "08", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "08", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "08", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "460", "echelle": "departement"}, {"code_geo": "08", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "08", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "08", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "08", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "08", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "574", "echelle": "departement"}, {"code_geo": "08", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "08", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "08", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "08", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "08", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "646", "echelle": "departement"}, {"code_geo": "08", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "08", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "08", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "08", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "08", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1076", "echelle": "departement"}, {"code_geo": "08", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "08", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "08", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "08", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "08", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1070", "echelle": "departement"}, {"code_geo": "08", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "08", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "08", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "08", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "08", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "539", "echelle": "departement"}, {"code_geo": "08", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "08", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "08", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "08", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "08", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "800", "echelle": "departement"}, {"code_geo": "08", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "08", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "08", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "08", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "08", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "795", "echelle": "departement"}, {"code_geo": "08", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "08", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "08", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "08", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "08", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "615", "echelle": "departement"}, {"code_geo": "08", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "08", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "08", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "08", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "08", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1047", "echelle": "departement"}, {"code_geo": "08", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "08", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "09", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "09", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "09", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "541", "echelle": "departement"}, {"code_geo": "09", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "09", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "551", "echelle": "departement"}, {"code_geo": "09", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "09", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "518", "echelle": "departement"}, {"code_geo": "09", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "09", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "477", "echelle": "departement"}, {"code_geo": "09", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "09", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "583", "echelle": "departement"}, {"code_geo": "09", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "09", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "09", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "09", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "09", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "09", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "496", "echelle": "departement"}, {"code_geo": "09", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "09", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "504", "echelle": "departement"}, {"code_geo": "09", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "09", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "567", "echelle": "departement"}, {"code_geo": "09", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "09", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "09", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "09", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "763", "echelle": "departement"}, {"code_geo": "09", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "09", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "09", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "624", "echelle": "departement"}, {"code_geo": "09", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "09", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "823", "echelle": "departement"}, {"code_geo": "09", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "09", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "09", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "09", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "406", "echelle": "departement"}, {"code_geo": "09", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "09", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "600", "echelle": "departement"}, {"code_geo": "09", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "09", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "09", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "09", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "774", "echelle": "departement"}, {"code_geo": "09", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "09", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "766", "echelle": "departement"}, {"code_geo": "09", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "09", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "652", "echelle": "departement"}, {"code_geo": "09", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "09", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "09", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "09", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "09", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "583", "echelle": "departement"}, {"code_geo": "09", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "09", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "09", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "526", "echelle": "departement"}, {"code_geo": "09", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "09", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "801", "echelle": "departement"}, {"code_geo": "09", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "09", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "10", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "10", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "10", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "10", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "10", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "10", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "10", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "10", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "10", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "534", "echelle": "departement"}, {"code_geo": "10", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "10", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "10", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "10", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "10", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "10", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "691", "echelle": "departement"}, {"code_geo": "10", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "10", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "10", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "10", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "10", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "10", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "715", "echelle": "departement"}, {"code_geo": "10", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "10", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "10", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "10", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "10", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "10", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "10", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "10", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "10", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "10", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "10", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "10", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1091", "echelle": "departement"}, {"code_geo": "10", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "10", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "10", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "10", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "10", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "10", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1001", "echelle": "departement"}, {"code_geo": "10", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "10", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "10", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "10", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "10", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "10", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "750", "echelle": "departement"}, {"code_geo": "10", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "10", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "10", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "10", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "10", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "10", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "961", "echelle": "departement"}, {"code_geo": "10", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "10", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "10", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "10", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "10", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "10", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "961", "echelle": "departement"}, {"code_geo": "10", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "10", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "10", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "10", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "10", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "10", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "721", "echelle": "departement"}, {"code_geo": "10", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "10", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "10", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "10", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "10", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "10", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1037", "echelle": "departement"}, {"code_geo": "10", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "10", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "10", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "11", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "11", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "11", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "744", "echelle": "departement"}, {"code_geo": "11", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "11", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "11", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "11", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "11", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "11", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "713", "echelle": "departement"}, {"code_geo": "11", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "11", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "11", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "11", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "11", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "11", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1039", "echelle": "departement"}, {"code_geo": "11", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "11", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "11", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "11", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "11", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "11", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1132", "echelle": "departement"}, {"code_geo": "11", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "11", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "11", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "11", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "11", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "11", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "940", "echelle": "departement"}, {"code_geo": "11", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "588", "echelle": "departement"}, {"code_geo": "11", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "11", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "11", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "11", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "11", "month": "2021-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "11", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1324", "echelle": "departement"}, {"code_geo": "11", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "11", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "11", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "11", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "11", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "11", "month": "2021-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "11", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1655", "echelle": "departement"}, {"code_geo": "11", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "577", "echelle": "departement"}, {"code_geo": "11", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "11", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "11", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "11", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "11", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1092", "echelle": "departement"}, {"code_geo": "11", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "11", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "11", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "11", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "11", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "11", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1183", "echelle": "departement"}, {"code_geo": "11", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "11", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "11", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "11", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "11", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "11", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1087", "echelle": "departement"}, {"code_geo": "11", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "598", "echelle": "departement"}, {"code_geo": "11", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "11", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "11", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "11", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "11", "month": "2021-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "11", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "938", "echelle": "departement"}, {"code_geo": "11", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "11", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "11", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "11", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "11", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "11", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1436", "echelle": "departement"}, {"code_geo": "11", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "693", "echelle": "departement"}, {"code_geo": "11", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "11", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "12", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "12", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "12", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "12", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "572", "echelle": "departement"}, {"code_geo": "12", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "12", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "12", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "12", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "12", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "12", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "12", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "711", "echelle": "departement"}, {"code_geo": "12", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "12", "month": "2021-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "12", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "12", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "12", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "12", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "12", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "833", "echelle": "departement"}, {"code_geo": "12", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "614", "echelle": "departement"}, {"code_geo": "12", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "12", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "12", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "12", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "12", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "12", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "765", "echelle": "departement"}, {"code_geo": "12", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "582", "echelle": "departement"}, {"code_geo": "12", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "12", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "12", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "12", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "12", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "12", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "697", "echelle": "departement"}, {"code_geo": "12", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "12", "month": "2021-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "12", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "12", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "378", "echelle": "departement"}, {"code_geo": "12", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "12", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "12", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "991", "echelle": "departement"}, {"code_geo": "12", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "12", "month": "2021-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "12", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "12", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "12", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "12", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "12", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "949", "echelle": "departement"}, {"code_geo": "12", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "12", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "12", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "12", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "12", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "12", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "12", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "799", "echelle": "departement"}, {"code_geo": "12", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "419", "echelle": "departement"}, {"code_geo": "12", "month": "2021-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "12", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "12", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "12", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "12", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "12", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "858", "echelle": "departement"}, {"code_geo": "12", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "12", "month": "2021-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "12", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "12", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "12", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "12", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "12", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "954", "echelle": "departement"}, {"code_geo": "12", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "12", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "12", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "12", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "12", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "12", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "12", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "725", "echelle": "departement"}, {"code_geo": "12", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "12", "month": "2021-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "12", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "12", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "12", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "12", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "12", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1041", "echelle": "departement"}, {"code_geo": "12", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "493", "echelle": "departement"}, {"code_geo": "12", "month": "2021-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "12", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "13", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "13", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "13", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1945", "echelle": "departement"}, {"code_geo": "13", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "13", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "13", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "13", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "13", "month": "2021-02", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "13", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "13", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "13", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "2053", "echelle": "departement"}, {"code_geo": "13", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "13", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "13", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "13", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "13", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "13", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "2187", "echelle": "departement"}, {"code_geo": "13", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "13", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "13", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "13", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "13", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "13", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "2166", "echelle": "departement"}, {"code_geo": "13", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "13", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "13", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "13", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "13", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "13", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "13", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2122", "echelle": "departement"}, {"code_geo": "13", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "13", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "13", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "13", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "13", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "13", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "13", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2786", "echelle": "departement"}, {"code_geo": "13", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "13", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "13", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "13", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "13", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "13", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "13", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "3432", "echelle": "departement"}, {"code_geo": "13", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "483", "echelle": "departement"}, {"code_geo": "13", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "13", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "13", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "13", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "13", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "2189", "echelle": "departement"}, {"code_geo": "13", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "13", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "13", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "13", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "13", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "13", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2520", "echelle": "departement"}, {"code_geo": "13", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "13", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "13", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "13", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "13", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "13", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2393", "echelle": "departement"}, {"code_geo": "13", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "13", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "13", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "13", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "13", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "13", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "13", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "2299", "echelle": "departement"}, {"code_geo": "13", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "13", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "13", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "13", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "13", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "13", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2990", "echelle": "departement"}, {"code_geo": "13", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "13", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "13", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "14", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "14", "month": "2021-01", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "14", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "14", "month": "2021-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "14", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1391", "echelle": "departement"}, {"code_geo": "14", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "14", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "14", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "14", "month": "2021-02", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "437", "echelle": "departement"}, {"code_geo": "14", "month": "2021-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "14", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1253", "echelle": "departement"}, {"code_geo": "14", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "14", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "14", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "14", "month": "2021-03", "nature_culture": "pacages", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "14", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "14", "month": "2021-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "14", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "2748", "echelle": "departement"}, {"code_geo": "14", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "14", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "14", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "14", "month": "2021-04", "nature_culture": "pacages", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "14", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "585", "echelle": "departement"}, {"code_geo": "14", "month": "2021-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "14", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1829", "echelle": "departement"}, {"code_geo": "14", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "14", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "14", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "14", "month": "2021-05", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "14", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "14", "month": "2021-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "14", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1752", "echelle": "departement"}, {"code_geo": "14", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "14", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "14", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "14", "month": "2021-06", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "708", "echelle": "departement"}, {"code_geo": "14", "month": "2021-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "14", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2587", "echelle": "departement"}, {"code_geo": "14", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "14", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "14", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "14", "month": "2021-07", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "14", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "496", "echelle": "departement"}, {"code_geo": "14", "month": "2021-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "14", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2563", "echelle": "departement"}, {"code_geo": "14", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "14", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "14", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "14", "month": "2021-08", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "14", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "371", "echelle": "departement"}, {"code_geo": "14", "month": "2021-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "14", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1483", "echelle": "departement"}, {"code_geo": "14", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "14", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "14", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "14", "month": "2021-09", "nature_culture": "pacages", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "14", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "457", "echelle": "departement"}, {"code_geo": "14", "month": "2021-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "14", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1856", "echelle": "departement"}, {"code_geo": "14", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "14", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "14", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "14", "month": "2021-10", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "14", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "569", "echelle": "departement"}, {"code_geo": "14", "month": "2021-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "14", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1785", "echelle": "departement"}, {"code_geo": "14", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "14", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "14", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "14", "month": "2021-11", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "573", "echelle": "departement"}, {"code_geo": "14", "month": "2021-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "14", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1569", "echelle": "departement"}, {"code_geo": "14", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "14", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "14", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "14", "month": "2021-12", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "14", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "651", "echelle": "departement"}, {"code_geo": "14", "month": "2021-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "14", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2264", "echelle": "departement"}, {"code_geo": "14", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "14", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "15", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "15", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "15", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "15", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "15", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "15", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "15", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "15", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "15", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "15", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "15", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "15", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "15", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "15", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "15", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "15", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "15", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "15", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "15", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "15", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "15", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "15", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "15", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "15", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "15", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "15", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "15", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "15", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "15", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "15", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "15", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "15", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "15", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "15", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "15", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "15", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "15", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "15", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "15", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "15", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "15", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "536", "echelle": "departement"}, {"code_geo": "15", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "15", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "15", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "15", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "15", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "15", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "15", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "15", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "15", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "15", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "15", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "15", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "15", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "15", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "15", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "15", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "15", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "15", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "15", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "15", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "15", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "15", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "15", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "15", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "15", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "15", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "15", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "15", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "15", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "15", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "597", "echelle": "departement"}, {"code_geo": "15", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "15", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "15", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "16", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "16", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "862", "echelle": "departement"}, {"code_geo": "16", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "547", "echelle": "departement"}, {"code_geo": "16", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "16", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "16", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "16", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "16", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "864", "echelle": "departement"}, {"code_geo": "16", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "697", "echelle": "departement"}, {"code_geo": "16", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "16", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "16", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "16", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1083", "echelle": "departement"}, {"code_geo": "16", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "1052", "echelle": "departement"}, {"code_geo": "16", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "16", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "16", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "16", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1058", "echelle": "departement"}, {"code_geo": "16", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "785", "echelle": "departement"}, {"code_geo": "16", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "16", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "16", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "16", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1035", "echelle": "departement"}, {"code_geo": "16", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "778", "echelle": "departement"}, {"code_geo": "16", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "16", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "16", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "16", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1623", "echelle": "departement"}, {"code_geo": "16", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "805", "echelle": "departement"}, {"code_geo": "16", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "16", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "16", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "16", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1937", "echelle": "departement"}, {"code_geo": "16", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "782", "echelle": "departement"}, {"code_geo": "16", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "16", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "16", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "16", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "16", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1390", "echelle": "departement"}, {"code_geo": "16", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "598", "echelle": "departement"}, {"code_geo": "16", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "16", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "16", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "16", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1513", "echelle": "departement"}, {"code_geo": "16", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "795", "echelle": "departement"}, {"code_geo": "16", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "16", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "16", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "16", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "16", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1425", "echelle": "departement"}, {"code_geo": "16", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "838", "echelle": "departement"}, {"code_geo": "16", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "16", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "16", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "16", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "16", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1253", "echelle": "departement"}, {"code_geo": "16", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "735", "echelle": "departement"}, {"code_geo": "16", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "16", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "16", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "16", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "16", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1755", "echelle": "departement"}, {"code_geo": "16", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "958", "echelle": "departement"}, {"code_geo": "16", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "16", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "17", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "17", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "17", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "2287", "echelle": "departement"}, {"code_geo": "17", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "609", "echelle": "departement"}, {"code_geo": "17", "month": "2021-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "17", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "17", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "17", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "17", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "2087", "echelle": "departement"}, {"code_geo": "17", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "670", "echelle": "departement"}, {"code_geo": "17", "month": "2021-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "17", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "17", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "17", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "2695", "echelle": "departement"}, {"code_geo": "17", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "890", "echelle": "departement"}, {"code_geo": "17", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "17", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "17", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "17", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "17", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "2737", "echelle": "departement"}, {"code_geo": "17", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "724", "echelle": "departement"}, {"code_geo": "17", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "17", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "17", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "17", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2528", "echelle": "departement"}, {"code_geo": "17", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "685", "echelle": "departement"}, {"code_geo": "17", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "17", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "17", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "17", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "3425", "echelle": "departement"}, {"code_geo": "17", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "918", "echelle": "departement"}, {"code_geo": "17", "month": "2021-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "17", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "17", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "17", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "17", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "17", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "3460", "echelle": "departement"}, {"code_geo": "17", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "640", "echelle": "departement"}, {"code_geo": "17", "month": "2021-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "17", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "17", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "17", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "2693", "echelle": "departement"}, {"code_geo": "17", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "567", "echelle": "departement"}, {"code_geo": "17", "month": "2021-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "17", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "17", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "17", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "17", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "3038", "echelle": "departement"}, {"code_geo": "17", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "743", "echelle": "departement"}, {"code_geo": "17", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "17", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "17", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "17", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "17", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "3206", "echelle": "departement"}, {"code_geo": "17", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "666", "echelle": "departement"}, {"code_geo": "17", "month": "2021-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "17", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "17", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "17", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "17", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "2479", "echelle": "departement"}, {"code_geo": "17", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "772", "echelle": "departement"}, {"code_geo": "17", "month": "2021-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "17", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "17", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "17", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "17", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "3262", "echelle": "departement"}, {"code_geo": "17", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "1140", "echelle": "departement"}, {"code_geo": "17", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "17", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "18", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "18", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "18", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "741", "echelle": "departement"}, {"code_geo": "18", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "18", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "18", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "18", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "18", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "18", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "729", "echelle": "departement"}, {"code_geo": "18", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "18", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "18", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "18", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "18", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "774", "echelle": "departement"}, {"code_geo": "18", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "18", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "18", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "18", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "18", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "18", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "866", "echelle": "departement"}, {"code_geo": "18", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "18", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "18", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "18", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "18", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "18", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "820", "echelle": "departement"}, {"code_geo": "18", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "18", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "18", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "18", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "18", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "18", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1385", "echelle": "departement"}, {"code_geo": "18", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "18", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "18", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "18", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "18", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "18", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1420", "echelle": "departement"}, {"code_geo": "18", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "18", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "18", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "18", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "18", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "969", "echelle": "departement"}, {"code_geo": "18", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "18", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "18", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "18", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "18", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "18", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1409", "echelle": "departement"}, {"code_geo": "18", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "18", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "18", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "18", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "18", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "18", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1203", "echelle": "departement"}, {"code_geo": "18", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "421", "echelle": "departement"}, {"code_geo": "18", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "18", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "18", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "18", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "921", "echelle": "departement"}, {"code_geo": "18", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "18", "month": "2021-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "18", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "18", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "18", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "18", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "18", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1349", "echelle": "departement"}, {"code_geo": "18", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "563", "echelle": "departement"}, {"code_geo": "18", "month": "2021-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "18", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "18", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "19", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "19", "month": "2021-01", "nature_culture": "pacages", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "19", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "19", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "561", "echelle": "departement"}, {"code_geo": "19", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "19", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "19", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "19", "month": "2021-02", "nature_culture": "pacages", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "19", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "19", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "19", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "19", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "19", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "19", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "19", "month": "2021-03", "nature_culture": "pacages", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "19", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "19", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "663", "echelle": "departement"}, {"code_geo": "19", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "19", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "19", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "19", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "19", "month": "2021-04", "nature_culture": "pacages", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "19", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "19", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "710", "echelle": "departement"}, {"code_geo": "19", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "19", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "19", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "19", "month": "2021-05", "nature_culture": "pacages", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "19", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "19", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "716", "echelle": "departement"}, {"code_geo": "19", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "19", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "19", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "19", "month": "2021-06", "nature_culture": "pacages", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "19", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "19", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "874", "echelle": "departement"}, {"code_geo": "19", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "19", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "19", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "19", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "19", "month": "2021-07", "nature_culture": "pacages", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "19", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "19", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "904", "echelle": "departement"}, {"code_geo": "19", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "19", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "19", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "19", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "19", "month": "2021-08", "nature_culture": "pacages", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "19", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "19", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "667", "echelle": "departement"}, {"code_geo": "19", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "19", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "19", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "19", "month": "2021-09", "nature_culture": "pacages", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "19", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "19", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "832", "echelle": "departement"}, {"code_geo": "19", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "19", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "19", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "19", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "19", "month": "2021-10", "nature_culture": "pacages", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "19", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "19", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "786", "echelle": "departement"}, {"code_geo": "19", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "19", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "19", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "19", "month": "2021-11", "nature_culture": "pacages", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "19", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "19", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "630", "echelle": "departement"}, {"code_geo": "19", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "19", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "19", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "19", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "19", "month": "2021-12", "nature_culture": "pacages", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "19", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "19", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "831", "echelle": "departement"}, {"code_geo": "19", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "19", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "19", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "21", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "21", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "21", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "21", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "845", "echelle": "departement"}, {"code_geo": "21", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "21", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "21", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "21", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "21", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "21", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "21", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "882", "echelle": "departement"}, {"code_geo": "21", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "21", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "21", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "21", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "21", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "21", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "21", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1068", "echelle": "departement"}, {"code_geo": "21", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "21", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "21", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "21", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "21", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "21", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "21", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1079", "echelle": "departement"}, {"code_geo": "21", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "21", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "21", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "21", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "21", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "21", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "21", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1109", "echelle": "departement"}, {"code_geo": "21", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "21", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "21", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "21", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "21", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "21", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "21", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1415", "echelle": "departement"}, {"code_geo": "21", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "21", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "21", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "21", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "21", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "21", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "21", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1698", "echelle": "departement"}, {"code_geo": "21", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "21", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "21", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "21", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "21", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "21", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1213", "echelle": "departement"}, {"code_geo": "21", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "21", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "21", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "21", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "21", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "21", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "21", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1347", "echelle": "departement"}, {"code_geo": "21", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "21", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "21", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "21", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "21", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "21", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "21", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1264", "echelle": "departement"}, {"code_geo": "21", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "21", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "21", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "21", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "21", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "21", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "21", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1126", "echelle": "departement"}, {"code_geo": "21", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "21", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "21", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "21", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "21", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "21", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "21", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1476", "echelle": "departement"}, {"code_geo": "21", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "499", "echelle": "departement"}, {"code_geo": "21", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "21", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "22", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "22", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "22", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1481", "echelle": "departement"}, {"code_geo": "22", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "875", "echelle": "departement"}, {"code_geo": "22", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "22", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "22", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "22", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1495", "echelle": "departement"}, {"code_geo": "22", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "1134", "echelle": "departement"}, {"code_geo": "22", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "22", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "22", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "22", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1712", "echelle": "departement"}, {"code_geo": "22", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "1088", "echelle": "departement"}, {"code_geo": "22", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "22", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "22", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "22", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1935", "echelle": "departement"}, {"code_geo": "22", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "1202", "echelle": "departement"}, {"code_geo": "22", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "22", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "22", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "22", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1934", "echelle": "departement"}, {"code_geo": "22", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "1145", "echelle": "departement"}, {"code_geo": "22", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "22", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "22", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "22", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2736", "echelle": "departement"}, {"code_geo": "22", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "1323", "echelle": "departement"}, {"code_geo": "22", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "22", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "22", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "22", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "3076", "echelle": "departement"}, {"code_geo": "22", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "1418", "echelle": "departement"}, {"code_geo": "22", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "22", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "22", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "22", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "2062", "echelle": "departement"}, {"code_geo": "22", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "852", "echelle": "departement"}, {"code_geo": "22", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "22", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "22", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "22", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2759", "echelle": "departement"}, {"code_geo": "22", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "1271", "echelle": "departement"}, {"code_geo": "22", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "22", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "22", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "22", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2269", "echelle": "departement"}, {"code_geo": "22", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "1435", "echelle": "departement"}, {"code_geo": "22", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "22", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "22", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "22", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "2045", "echelle": "departement"}, {"code_geo": "22", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "1174", "echelle": "departement"}, {"code_geo": "22", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "22", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "22", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "22", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2669", "echelle": "departement"}, {"code_geo": "22", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "1612", "echelle": "departement"}, {"code_geo": "22", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "23", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "23", "month": "2021-01", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "23", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "23", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "23", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "23", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "23", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "23", "month": "2021-02", "nature_culture": "pacages", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "23", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "23", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "23", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "468", "echelle": "departement"}, {"code_geo": "23", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "23", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "23", "month": "2021-03", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "23", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "23", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "23", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "23", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "23", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "23", "month": "2021-04", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "23", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "23", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "23", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "635", "echelle": "departement"}, {"code_geo": "23", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "590", "echelle": "departement"}, {"code_geo": "23", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "23", "month": "2021-05", "nature_culture": "pacages", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "23", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "23", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "23", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "584", "echelle": "departement"}, {"code_geo": "23", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "23", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "23", "month": "2021-06", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "23", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "23", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "23", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "679", "echelle": "departement"}, {"code_geo": "23", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "504", "echelle": "departement"}, {"code_geo": "23", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "23", "month": "2021-07", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "23", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "23", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "23", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "762", "echelle": "departement"}, {"code_geo": "23", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "502", "echelle": "departement"}, {"code_geo": "23", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "23", "month": "2021-08", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "23", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "23", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "23", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "489", "echelle": "departement"}, {"code_geo": "23", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "23", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "23", "month": "2021-09", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "23", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "23", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "23", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "675", "echelle": "departement"}, {"code_geo": "23", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "23", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "23", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "23", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "23", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "637", "echelle": "departement"}, {"code_geo": "23", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "23", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "23", "month": "2021-11", "nature_culture": "pacages", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "23", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "23", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "23", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "511", "echelle": "departement"}, {"code_geo": "23", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "23", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "23", "month": "2021-12", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "23", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "23", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "23", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "825", "echelle": "departement"}, {"code_geo": "23", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "785", "echelle": "departement"}, {"code_geo": "24", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "24", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "24", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1114", "echelle": "departement"}, {"code_geo": "24", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "733", "echelle": "departement"}, {"code_geo": "24", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "24", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "24", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "24", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "594", "echelle": "departement"}, {"code_geo": "24", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1255", "echelle": "departement"}, {"code_geo": "24", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "763", "echelle": "departement"}, {"code_geo": "24", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "24", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "24", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "24", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "759", "echelle": "departement"}, {"code_geo": "24", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1472", "echelle": "departement"}, {"code_geo": "24", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "897", "echelle": "departement"}, {"code_geo": "24", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "24", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "24", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "24", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "710", "echelle": "departement"}, {"code_geo": "24", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1681", "echelle": "departement"}, {"code_geo": "24", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "815", "echelle": "departement"}, {"code_geo": "24", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "24", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "24", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "24", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "790", "echelle": "departement"}, {"code_geo": "24", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1528", "echelle": "departement"}, {"code_geo": "24", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "808", "echelle": "departement"}, {"code_geo": "24", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "24", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "24", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "24", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "895", "echelle": "departement"}, {"code_geo": "24", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1965", "echelle": "departement"}, {"code_geo": "24", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "897", "echelle": "departement"}, {"code_geo": "24", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "24", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "24", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "24", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "853", "echelle": "departement"}, {"code_geo": "24", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2037", "echelle": "departement"}, {"code_geo": "24", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "1020", "echelle": "departement"}, {"code_geo": "24", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "24", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "24", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "24", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "735", "echelle": "departement"}, {"code_geo": "24", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1658", "echelle": "departement"}, {"code_geo": "24", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "908", "echelle": "departement"}, {"code_geo": "24", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "24", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "24", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "24", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "867", "echelle": "departement"}, {"code_geo": "24", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2028", "echelle": "departement"}, {"code_geo": "24", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "979", "echelle": "departement"}, {"code_geo": "24", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "24", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "24", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "24", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "893", "echelle": "departement"}, {"code_geo": "24", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1874", "echelle": "departement"}, {"code_geo": "24", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "1041", "echelle": "departement"}, {"code_geo": "24", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "24", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "24", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "24", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "753", "echelle": "departement"}, {"code_geo": "24", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1650", "echelle": "departement"}, {"code_geo": "24", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "913", "echelle": "departement"}, {"code_geo": "24", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "24", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "24", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "24", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "966", "echelle": "departement"}, {"code_geo": "24", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2042", "echelle": "departement"}, {"code_geo": "24", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "1076", "echelle": "departement"}, {"code_geo": "24", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "24", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "25", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "25", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "25", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "25", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "682", "echelle": "departement"}, {"code_geo": "25", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "25", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "25", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "25", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "25", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "841", "echelle": "departement"}, {"code_geo": "25", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "25", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "25", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "25", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "25", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "9540", "echelle": "departement"}, {"code_geo": "25", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "25", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "25", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "25", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "25", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "930", "echelle": "departement"}, {"code_geo": "25", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "25", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "25", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "25", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "25", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "895", "echelle": "departement"}, {"code_geo": "25", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "25", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "25", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "25", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "25", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1364", "echelle": "departement"}, {"code_geo": "25", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "25", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "25", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "25", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "25", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1582", "echelle": "departement"}, {"code_geo": "25", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "25", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "25", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "25", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "25", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "855", "echelle": "departement"}, {"code_geo": "25", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "25", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "25", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "25", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "25", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "25", "month": "2021-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "25", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1149", "echelle": "departement"}, {"code_geo": "25", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "25", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "25", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "25", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "25", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "998", "echelle": "departement"}, {"code_geo": "25", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "25", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "25", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "25", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "25", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "25", "month": "2021-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "25", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "828", "echelle": "departement"}, {"code_geo": "25", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "25", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "25", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "25", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "25", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1391", "echelle": "departement"}, {"code_geo": "25", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "25", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "25", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "26", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "26", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "26", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1517", "echelle": "departement"}, {"code_geo": "26", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "26", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "26", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "26", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "26", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "26", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "804", "echelle": "departement"}, {"code_geo": "26", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "26", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "26", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "26", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "26", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "26", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "986", "echelle": "departement"}, {"code_geo": "26", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "26", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "26", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "26", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "26", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "26", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1140", "echelle": "departement"}, {"code_geo": "26", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "26", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "26", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "26", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "26", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "26", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1040", "echelle": "departement"}, {"code_geo": "26", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "26", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "26", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "26", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "26", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "26", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1407", "echelle": "departement"}, {"code_geo": "26", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "500", "echelle": "departement"}, {"code_geo": "26", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "26", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "26", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "26", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "26", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1826", "echelle": "departement"}, {"code_geo": "26", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "660", "echelle": "departement"}, {"code_geo": "26", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "26", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "26", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "26", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "26", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "912", "echelle": "departement"}, {"code_geo": "26", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "26", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "26", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "26", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "26", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "26", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1306", "echelle": "departement"}, {"code_geo": "26", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "26", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "26", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "26", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "26", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "26", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1205", "echelle": "departement"}, {"code_geo": "26", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "468", "echelle": "departement"}, {"code_geo": "26", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "26", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "26", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "26", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "26", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1138", "echelle": "departement"}, {"code_geo": "26", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "403", "echelle": "departement"}, {"code_geo": "26", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "26", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "26", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "26", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "26", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1336", "echelle": "departement"}, {"code_geo": "26", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "493", "echelle": "departement"}, {"code_geo": "26", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "26", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "27", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "27", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "27", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1289", "echelle": "departement"}, {"code_geo": "27", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "27", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "27", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "27", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "27", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1191", "echelle": "departement"}, {"code_geo": "27", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "27", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "27", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "27", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "27", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1285", "echelle": "departement"}, {"code_geo": "27", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "27", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "27", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "27", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "27", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1621", "echelle": "departement"}, {"code_geo": "27", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "27", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "27", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "27", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "27", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1329", "echelle": "departement"}, {"code_geo": "27", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "27", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "27", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "27", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "27", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2193", "echelle": "departement"}, {"code_geo": "27", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "27", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "27", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "27", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "27", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2427", "echelle": "departement"}, {"code_geo": "27", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "27", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "27", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "27", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "27", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1630", "echelle": "departement"}, {"code_geo": "27", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "27", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "27", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "27", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "344", "echelle": "departement"}, {"code_geo": "27", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2087", "echelle": "departement"}, {"code_geo": "27", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "27", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "27", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "27", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "27", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1889", "echelle": "departement"}, {"code_geo": "27", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "27", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "27", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "27", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "27", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1274", "echelle": "departement"}, {"code_geo": "27", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "27", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "27", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "27", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "27", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2073", "echelle": "departement"}, {"code_geo": "27", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "27", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "28", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "28", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "28", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "751", "echelle": "departement"}, {"code_geo": "28", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "28", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "28", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "28", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "28", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "667", "echelle": "departement"}, {"code_geo": "28", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "28", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "28", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "28", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "28", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "891", "echelle": "departement"}, {"code_geo": "28", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "28", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "28", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "28", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "908", "echelle": "departement"}, {"code_geo": "28", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "28", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "28", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "28", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "28", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "987", "echelle": "departement"}, {"code_geo": "28", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "28", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "28", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "28", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1602", "echelle": "departement"}, {"code_geo": "28", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "457", "echelle": "departement"}, {"code_geo": "28", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "28", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "28", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "28", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2007", "echelle": "departement"}, {"code_geo": "28", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "379", "echelle": "departement"}, {"code_geo": "28", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "28", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "28", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "28", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1258", "echelle": "departement"}, {"code_geo": "28", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "28", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "28", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "28", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "28", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1713", "echelle": "departement"}, {"code_geo": "28", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "28", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "28", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "28", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "28", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1487", "echelle": "departement"}, {"code_geo": "28", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "450", "echelle": "departement"}, {"code_geo": "28", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "28", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "28", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "28", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1047", "echelle": "departement"}, {"code_geo": "28", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "28", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "28", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "28", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1458", "echelle": "departement"}, {"code_geo": "28", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "969", "echelle": "departement"}, {"code_geo": "28", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "29", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "29", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "29", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "2460", "echelle": "departement"}, {"code_geo": "29", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "948", "echelle": "departement"}, {"code_geo": "29", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "29", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "29", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "29", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "2050", "echelle": "departement"}, {"code_geo": "29", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "1100", "echelle": "departement"}, {"code_geo": "29", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "29", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "29", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "29", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "2445", "echelle": "departement"}, {"code_geo": "29", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "1159", "echelle": "departement"}, {"code_geo": "29", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "29", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "29", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "29", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "2824", "echelle": "departement"}, {"code_geo": "29", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "1198", "echelle": "departement"}, {"code_geo": "29", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "29", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "29", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "29", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2573", "echelle": "departement"}, {"code_geo": "29", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "1157", "echelle": "departement"}, {"code_geo": "29", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "29", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "29", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "29", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "3249", "echelle": "departement"}, {"code_geo": "29", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "1373", "echelle": "departement"}, {"code_geo": "29", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "29", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "29", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "29", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "3782", "echelle": "departement"}, {"code_geo": "29", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "1335", "echelle": "departement"}, {"code_geo": "29", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "29", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "29", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "29", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "2501", "echelle": "departement"}, {"code_geo": "29", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "904", "echelle": "departement"}, {"code_geo": "29", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "29", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "29", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "29", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2912", "echelle": "departement"}, {"code_geo": "29", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "1169", "echelle": "departement"}, {"code_geo": "29", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "29", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "29", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "29", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2729", "echelle": "departement"}, {"code_geo": "29", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "1134", "echelle": "departement"}, {"code_geo": "29", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "29", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "29", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "29", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "2416", "echelle": "departement"}, {"code_geo": "29", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "1158", "echelle": "departement"}, {"code_geo": "29", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "29", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "29", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "29", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "3113", "echelle": "departement"}, {"code_geo": "29", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "1705", "echelle": "departement"}, {"code_geo": "29", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "2A", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "2B", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "30", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "30", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "30", "month": "2021-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "30", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1167", "echelle": "departement"}, {"code_geo": "30", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "30", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "30", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "30", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "30", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "30", "month": "2021-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1260", "echelle": "departement"}, {"code_geo": "30", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "483", "echelle": "departement"}, {"code_geo": "30", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "30", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "30", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "30", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "30", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1520", "echelle": "departement"}, {"code_geo": "30", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "633", "echelle": "departement"}, {"code_geo": "30", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "30", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "30", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "30", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "30", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1487", "echelle": "departement"}, {"code_geo": "30", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "30", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "30", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "30", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "30", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "30", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2157", "echelle": "departement"}, {"code_geo": "30", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "30", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "30", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "30", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "30", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "30", "month": "2021-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2324", "echelle": "departement"}, {"code_geo": "30", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "677", "echelle": "departement"}, {"code_geo": "30", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "30", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "30", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "30", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "30", "month": "2021-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "30", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2531", "echelle": "departement"}, {"code_geo": "30", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "705", "echelle": "departement"}, {"code_geo": "30", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "30", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "30", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "30", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "30", "month": "2021-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1564", "echelle": "departement"}, {"code_geo": "30", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "30", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "30", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "30", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "30", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "30", "month": "2021-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2198", "echelle": "departement"}, {"code_geo": "30", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "834", "echelle": "departement"}, {"code_geo": "30", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "30", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "30", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "30", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "30", "month": "2021-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1787", "echelle": "departement"}, {"code_geo": "30", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "654", "echelle": "departement"}, {"code_geo": "30", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "30", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "30", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "30", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "30", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1874", "echelle": "departement"}, {"code_geo": "30", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "508", "echelle": "departement"}, {"code_geo": "30", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "30", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "30", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "474", "echelle": "departement"}, {"code_geo": "30", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "30", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2663", "echelle": "departement"}, {"code_geo": "30", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "715", "echelle": "departement"}, {"code_geo": "30", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "30", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "31", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "31", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "31", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "2113", "echelle": "departement"}, {"code_geo": "31", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "485", "echelle": "departement"}, {"code_geo": "31", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "31", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "31", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "31", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1514", "echelle": "departement"}, {"code_geo": "31", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "572", "echelle": "departement"}, {"code_geo": "31", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "31", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "31", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "31", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1837", "echelle": "departement"}, {"code_geo": "31", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "31", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "31", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "31", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "31", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1773", "echelle": "departement"}, {"code_geo": "31", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "668", "echelle": "departement"}, {"code_geo": "31", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "31", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "31", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "31", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1999", "echelle": "departement"}, {"code_geo": "31", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "822", "echelle": "departement"}, {"code_geo": "31", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "31", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "31", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "31", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "3182", "echelle": "departement"}, {"code_geo": "31", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "31", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "31", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "31", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "31", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "31", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "3612", "echelle": "departement"}, {"code_geo": "31", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "712", "echelle": "departement"}, {"code_geo": "31", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "31", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "31", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "31", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "31", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "2157", "echelle": "departement"}, {"code_geo": "31", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "513", "echelle": "departement"}, {"code_geo": "31", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "31", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "31", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "31", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2518", "echelle": "departement"}, {"code_geo": "31", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "737", "echelle": "departement"}, {"code_geo": "31", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "31", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "31", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "31", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "31", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2283", "echelle": "departement"}, {"code_geo": "31", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "718", "echelle": "departement"}, {"code_geo": "31", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "31", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "31", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "31", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1876", "echelle": "departement"}, {"code_geo": "31", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "695", "echelle": "departement"}, {"code_geo": "31", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "31", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "31", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "31", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2581", "echelle": "departement"}, {"code_geo": "31", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "867", "echelle": "departement"}, {"code_geo": "31", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "31", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "32", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "32", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "32", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "32", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "519", "echelle": "departement"}, {"code_geo": "32", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "32", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "32", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "32", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "32", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "32", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "645", "echelle": "departement"}, {"code_geo": "32", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "32", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "32", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "32", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "32", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "593", "echelle": "departement"}, {"code_geo": "32", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "32", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "32", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "32", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "32", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "589", "echelle": "departement"}, {"code_geo": "32", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "894", "echelle": "departement"}, {"code_geo": "32", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "32", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "32", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "32", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "32", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "543", "echelle": "departement"}, {"code_geo": "32", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "798", "echelle": "departement"}, {"code_geo": "32", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "32", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "32", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "32", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "32", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "690", "echelle": "departement"}, {"code_geo": "32", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "733", "echelle": "departement"}, {"code_geo": "32", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "32", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "32", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "32", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "699", "echelle": "departement"}, {"code_geo": "32", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "895", "echelle": "departement"}, {"code_geo": "32", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "32", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "32", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "32", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "646", "echelle": "departement"}, {"code_geo": "32", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "625", "echelle": "departement"}, {"code_geo": "32", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "32", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "32", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "32", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "758", "echelle": "departement"}, {"code_geo": "32", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "1190", "echelle": "departement"}, {"code_geo": "32", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "32", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "32", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "32", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "32", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "678", "echelle": "departement"}, {"code_geo": "32", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "841", "echelle": "departement"}, {"code_geo": "32", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "32", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "32", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "32", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "32", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "597", "echelle": "departement"}, {"code_geo": "32", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "725", "echelle": "departement"}, {"code_geo": "32", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "32", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "32", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "32", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "778", "echelle": "departement"}, {"code_geo": "32", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "965", "echelle": "departement"}, {"code_geo": "32", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "32", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "33", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "33", "month": "2021-01", "nature_culture": "pacages", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "33", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "33", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "2233", "echelle": "departement"}, {"code_geo": "33", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "33", "month": "2021-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "33", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "33", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "33", "month": "2021-02", "nature_culture": "pacages", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "33", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "33", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "2038", "echelle": "departement"}, {"code_geo": "33", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "33", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "489", "echelle": "departement"}, {"code_geo": "33", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "33", "month": "2021-03", "nature_culture": "pacages", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "33", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "33", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "2798", "echelle": "departement"}, {"code_geo": "33", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "33", "month": "2021-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "33", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "33", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "464", "echelle": "departement"}, {"code_geo": "33", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "33", "month": "2021-04", "nature_culture": "pacages", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "33", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "365", "echelle": "departement"}, {"code_geo": "33", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "2410", "echelle": "departement"}, {"code_geo": "33", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "33", "month": "2021-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "33", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "33", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "33", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "33", "month": "2021-05", "nature_culture": "pacages", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "33", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "33", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "33", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2911", "echelle": "departement"}, {"code_geo": "33", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "33", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "33", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "33", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "33", "month": "2021-06", "nature_culture": "pacages", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "33", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "33", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "33", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "4174", "echelle": "departement"}, {"code_geo": "33", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "421", "echelle": "departement"}, {"code_geo": "33", "month": "2021-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "33", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "33", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "33", "month": "2021-07", "nature_culture": "pacages", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "33", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "33", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "33", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "5038", "echelle": "departement"}, {"code_geo": "33", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "724", "echelle": "departement"}, {"code_geo": "33", "month": "2021-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "33", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "666", "echelle": "departement"}, {"code_geo": "33", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "33", "month": "2021-08", "nature_culture": "pacages", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "33", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "33", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "3480", "echelle": "departement"}, {"code_geo": "33", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "33", "month": "2021-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "33", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "33", "month": "2021-09", "nature_culture": "pacages", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "33", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "474", "echelle": "departement"}, {"code_geo": "33", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "4016", "echelle": "departement"}, {"code_geo": "33", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "533", "echelle": "departement"}, {"code_geo": "33", "month": "2021-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "33", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "480", "echelle": "departement"}, {"code_geo": "33", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "33", "month": "2021-10", "nature_culture": "pacages", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "33", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "33", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "3636", "echelle": "departement"}, {"code_geo": "33", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "33", "month": "2021-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "33", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "33", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "33", "month": "2021-11", "nature_culture": "pacages", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "33", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "33", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "2959", "echelle": "departement"}, {"code_geo": "33", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "33", "month": "2021-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "33", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "33", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "33", "month": "2021-12", "nature_culture": "pacages", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "33", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "457", "echelle": "departement"}, {"code_geo": "33", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "33", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "4678", "echelle": "departement"}, {"code_geo": "33", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "624", "echelle": "departement"}, {"code_geo": "33", "month": "2021-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "33", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "500", "echelle": "departement"}, {"code_geo": "34", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "34", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "34", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "34", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1576", "echelle": "departement"}, {"code_geo": "34", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "34", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "34", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "34", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "34", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "34", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "34", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1614", "echelle": "departement"}, {"code_geo": "34", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "475", "echelle": "departement"}, {"code_geo": "34", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "34", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "34", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "34", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "34", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "34", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "2186", "echelle": "departement"}, {"code_geo": "34", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "34", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "34", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "34", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "34", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "34", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "34", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1815", "echelle": "departement"}, {"code_geo": "34", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "34", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "34", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "34", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "34", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "34", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "34", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2013", "echelle": "departement"}, {"code_geo": "34", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "474", "echelle": "departement"}, {"code_geo": "34", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "34", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "34", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "34", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "34", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "34", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2760", "echelle": "departement"}, {"code_geo": "34", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "609", "echelle": "departement"}, {"code_geo": "34", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "34", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "34", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "34", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "34", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "34", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2678", "echelle": "departement"}, {"code_geo": "34", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "518", "echelle": "departement"}, {"code_geo": "34", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "34", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "34", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "34", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "34", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "34", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1987", "echelle": "departement"}, {"code_geo": "34", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "34", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "34", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "34", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "34", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "34", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "34", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2351", "echelle": "departement"}, {"code_geo": "34", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "610", "echelle": "departement"}, {"code_geo": "34", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "34", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "34", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "34", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "34", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "34", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2419", "echelle": "departement"}, {"code_geo": "34", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "543", "echelle": "departement"}, {"code_geo": "34", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "34", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "34", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "34", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "34", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "34", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1928", "echelle": "departement"}, {"code_geo": "34", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "602", "echelle": "departement"}, {"code_geo": "34", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "34", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "34", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "363", "echelle": "departement"}, {"code_geo": "34", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "34", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "34", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2423", "echelle": "departement"}, {"code_geo": "34", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "809", "echelle": "departement"}, {"code_geo": "34", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "34", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "507", "echelle": "departement"}, {"code_geo": "35", "month": "2021-01", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "35", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "35", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1494", "echelle": "departement"}, {"code_geo": "35", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "565", "echelle": "departement"}, {"code_geo": "35", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "35", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "35", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "35", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1301", "echelle": "departement"}, {"code_geo": "35", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "584", "echelle": "departement"}, {"code_geo": "35", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "35", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "35", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "35", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1691", "echelle": "departement"}, {"code_geo": "35", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "766", "echelle": "departement"}, {"code_geo": "35", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "35", "month": "2021-04", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "35", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "35", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1817", "echelle": "departement"}, {"code_geo": "35", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "722", "echelle": "departement"}, {"code_geo": "35", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "35", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "35", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "35", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1794", "echelle": "departement"}, {"code_geo": "35", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "616", "echelle": "departement"}, {"code_geo": "35", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "35", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "35", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "35", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2657", "echelle": "departement"}, {"code_geo": "35", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "837", "echelle": "departement"}, {"code_geo": "35", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "35", "month": "2021-07", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "35", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "35", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "35", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "3628", "echelle": "departement"}, {"code_geo": "35", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "835", "echelle": "departement"}, {"code_geo": "35", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "35", "month": "2021-08", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "35", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "35", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "35", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "2017", "echelle": "departement"}, {"code_geo": "35", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "553", "echelle": "departement"}, {"code_geo": "35", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "35", "month": "2021-09", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "35", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "35", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2629", "echelle": "departement"}, {"code_geo": "35", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "756", "echelle": "departement"}, {"code_geo": "35", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "35", "month": "2021-10", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "35", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "35", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "35", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2285", "echelle": "departement"}, {"code_geo": "35", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "862", "echelle": "departement"}, {"code_geo": "35", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "35", "month": "2021-11", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "35", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "35", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1823", "echelle": "departement"}, {"code_geo": "35", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "559", "echelle": "departement"}, {"code_geo": "35", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "35", "month": "2021-12", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "35", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "35", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2602", "echelle": "departement"}, {"code_geo": "35", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "1163", "echelle": "departement"}, {"code_geo": "35", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "36", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "36", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "36", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "483", "echelle": "departement"}, {"code_geo": "36", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "36", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "36", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "36", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "550", "echelle": "departement"}, {"code_geo": "36", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "365", "echelle": "departement"}, {"code_geo": "36", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "36", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "36", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "36", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "662", "echelle": "departement"}, {"code_geo": "36", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "470", "echelle": "departement"}, {"code_geo": "36", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "36", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "36", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "36", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "36", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "689", "echelle": "departement"}, {"code_geo": "36", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "36", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "36", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "36", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "36", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "36", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "835", "echelle": "departement"}, {"code_geo": "36", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "36", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "36", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "36", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "36", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "36", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "922", "echelle": "departement"}, {"code_geo": "36", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "515", "echelle": "departement"}, {"code_geo": "36", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "36", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "36", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "36", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "36", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1033", "echelle": "departement"}, {"code_geo": "36", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "36", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "36", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "36", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "36", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "36", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "36", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "36", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "36", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "36", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "36", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "949", "echelle": "departement"}, {"code_geo": "36", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "36", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "36", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "36", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "36", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "36", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "792", "echelle": "departement"}, {"code_geo": "36", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "525", "echelle": "departement"}, {"code_geo": "36", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "36", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "36", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "36", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "36", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "36", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "612", "echelle": "departement"}, {"code_geo": "36", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "36", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "36", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "36", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1129", "echelle": "departement"}, {"code_geo": "36", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "564", "echelle": "departement"}, {"code_geo": "36", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "36", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "37", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "37", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "37", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1210", "echelle": "departement"}, {"code_geo": "37", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "37", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "37", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "37", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "37", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "37", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1020", "echelle": "departement"}, {"code_geo": "37", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "37", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "37", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "37", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "37", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "37", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1318", "echelle": "departement"}, {"code_geo": "37", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "37", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "37", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "37", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "37", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "37", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1297", "echelle": "departement"}, {"code_geo": "37", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "37", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "37", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "37", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "37", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "37", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1370", "echelle": "departement"}, {"code_geo": "37", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "499", "echelle": "departement"}, {"code_geo": "37", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "37", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "37", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "37", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "37", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1969", "echelle": "departement"}, {"code_geo": "37", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "677", "echelle": "departement"}, {"code_geo": "37", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "37", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "37", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "37", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "37", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2169", "echelle": "departement"}, {"code_geo": "37", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "563", "echelle": "departement"}, {"code_geo": "37", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "37", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "37", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "37", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "37", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1655", "echelle": "departement"}, {"code_geo": "37", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "641", "echelle": "departement"}, {"code_geo": "37", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "37", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "37", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "37", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "37", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1689", "echelle": "departement"}, {"code_geo": "37", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "572", "echelle": "departement"}, {"code_geo": "37", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "37", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "37", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "37", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "37", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1487", "echelle": "departement"}, {"code_geo": "37", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "524", "echelle": "departement"}, {"code_geo": "37", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "37", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "37", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "37", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "37", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1290", "echelle": "departement"}, {"code_geo": "37", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "499", "echelle": "departement"}, {"code_geo": "37", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "37", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "37", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "37", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "37", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1812", "echelle": "departement"}, {"code_geo": "37", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "715", "echelle": "departement"}, {"code_geo": "37", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "37", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "38", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "38", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "38", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "38", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1534", "echelle": "departement"}, {"code_geo": "38", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "38", "month": "2021-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "38", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "38", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "38", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "38", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "38", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "38", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1603", "echelle": "departement"}, {"code_geo": "38", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "38", "month": "2021-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "38", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "38", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "38", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "38", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "38", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "2041", "echelle": "departement"}, {"code_geo": "38", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "38", "month": "2021-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "38", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "38", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "38", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "38", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "38", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "38", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "2002", "echelle": "departement"}, {"code_geo": "38", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "38", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "38", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "38", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "38", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "38", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "38", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1661", "echelle": "departement"}, {"code_geo": "38", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "38", "month": "2021-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "38", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "38", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "38", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "38", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "38", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "38", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2698", "echelle": "departement"}, {"code_geo": "38", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "38", "month": "2021-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "38", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "38", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "38", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "38", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "536", "echelle": "departement"}, {"code_geo": "38", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "38", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "3163", "echelle": "departement"}, {"code_geo": "38", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "38", "month": "2021-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "38", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "38", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "38", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "38", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "38", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "38", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1662", "echelle": "departement"}, {"code_geo": "38", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "38", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "38", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "38", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "38", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "38", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "38", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2445", "echelle": "departement"}, {"code_geo": "38", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "38", "month": "2021-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "38", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "38", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "38", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "38", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "460", "echelle": "departement"}, {"code_geo": "38", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "38", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2224", "echelle": "departement"}, {"code_geo": "38", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "38", "month": "2021-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "38", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "38", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "38", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "38", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "38", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1881", "echelle": "departement"}, {"code_geo": "38", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "38", "month": "2021-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "38", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "38", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "38", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "472", "echelle": "departement"}, {"code_geo": "38", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "38", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2810", "echelle": "departement"}, {"code_geo": "38", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "38", "month": "2021-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "38", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "39", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "39", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "39", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "39", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "39", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "39", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "39", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "39", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "39", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "39", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "39", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "39", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "39", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "39", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "39", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "684", "echelle": "departement"}, {"code_geo": "39", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "39", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "39", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "39", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "39", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "39", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "39", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "540", "echelle": "departement"}, {"code_geo": "39", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "39", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "39", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "39", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "39", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "39", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "583", "echelle": "departement"}, {"code_geo": "39", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "39", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "39", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "39", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "39", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "39", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1082", "echelle": "departement"}, {"code_geo": "39", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "39", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "39", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "39", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "761", "echelle": "departement"}, {"code_geo": "39", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "39", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "18793", "echelle": "departement"}, {"code_geo": "39", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "39", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "39", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "39", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "39", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "39", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "39", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "519", "echelle": "departement"}, {"code_geo": "39", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "39", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "39", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "39", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "39", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "39", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "751", "echelle": "departement"}, {"code_geo": "39", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "39", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "39", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "39", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "39", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "39", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "39", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "749", "echelle": "departement"}, {"code_geo": "39", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "39", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "39", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "39", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "39", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "39", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "715", "echelle": "departement"}, {"code_geo": "39", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "39", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "39", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "39", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "39", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "39", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "39", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "938", "echelle": "departement"}, {"code_geo": "39", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "39", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "39", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "40", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "40", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "40", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "40", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "744", "echelle": "departement"}, {"code_geo": "40", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "40", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "40", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "40", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "40", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "815", "echelle": "departement"}, {"code_geo": "40", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "40", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "40", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "40", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "40", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "40", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "40", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1261", "echelle": "departement"}, {"code_geo": "40", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "40", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "40", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "40", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "40", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "40", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "40", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1002", "echelle": "departement"}, {"code_geo": "40", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "40", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "40", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "40", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "40", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "40", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "40", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1046", "echelle": "departement"}, {"code_geo": "40", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "40", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "40", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "40", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "40", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "40", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "40", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1640", "echelle": "departement"}, {"code_geo": "40", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "40", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "40", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "40", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "40", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "40", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1620", "echelle": "departement"}, {"code_geo": "40", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "40", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "40", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "40", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "40", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "40", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1188", "echelle": "departement"}, {"code_geo": "40", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "40", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "40", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "40", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "40", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "40", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1541", "echelle": "departement"}, {"code_geo": "40", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "40", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "40", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "40", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "40", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "40", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "40", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1312", "echelle": "departement"}, {"code_geo": "40", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "40", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "40", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "40", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "40", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "40", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "40", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "964", "echelle": "departement"}, {"code_geo": "40", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "40", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "40", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "40", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "40", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "40", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "40", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1438", "echelle": "departement"}, {"code_geo": "40", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "567", "echelle": "departement"}, {"code_geo": "40", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "41", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "41", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "41", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "680", "echelle": "departement"}, {"code_geo": "41", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "41", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "41", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "41", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "41", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "41", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "640", "echelle": "departement"}, {"code_geo": "41", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "448", "echelle": "departement"}, {"code_geo": "41", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "41", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "41", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "41", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "41", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "787", "echelle": "departement"}, {"code_geo": "41", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "577", "echelle": "departement"}, {"code_geo": "41", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "41", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "41", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "41", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "41", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "839", "echelle": "departement"}, {"code_geo": "41", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "544", "echelle": "departement"}, {"code_geo": "41", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "41", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "41", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "41", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "41", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "940", "echelle": "departement"}, {"code_geo": "41", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "41", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "41", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "41", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "41", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "41", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1324", "echelle": "departement"}, {"code_geo": "41", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "41", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "41", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "41", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "41", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "41", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1793", "echelle": "departement"}, {"code_geo": "41", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "580", "echelle": "departement"}, {"code_geo": "41", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "41", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "41", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "41", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "41", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1054", "echelle": "departement"}, {"code_geo": "41", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "41", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "41", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "41", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "41", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "41", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1424", "echelle": "departement"}, {"code_geo": "41", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "537", "echelle": "departement"}, {"code_geo": "41", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "41", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "41", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "41", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "41", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1142", "echelle": "departement"}, {"code_geo": "41", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "546", "echelle": "departement"}, {"code_geo": "41", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "41", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "41", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "41", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "41", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "987", "echelle": "departement"}, {"code_geo": "41", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "41", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "41", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "41", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "41", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "41", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1341", "echelle": "departement"}, {"code_geo": "41", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "681", "echelle": "departement"}, {"code_geo": "41", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "41", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "42", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "42", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "42", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "42", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1015", "echelle": "departement"}, {"code_geo": "42", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "42", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "42", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "42", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "42", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "42", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "42", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1078", "echelle": "departement"}, {"code_geo": "42", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "42", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "42", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "42", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "42", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "42", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "42", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1463", "echelle": "departement"}, {"code_geo": "42", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "42", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "42", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "42", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "42", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "42", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "42", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "2717", "echelle": "departement"}, {"code_geo": "42", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "42", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "42", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "42", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "42", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "42", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "42", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1881", "echelle": "departement"}, {"code_geo": "42", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "42", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "42", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "42", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "42", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "42", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "42", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2228", "echelle": "departement"}, {"code_geo": "42", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "42", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "42", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "42", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "42", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "331", "echelle": "departement"}, {"code_geo": "42", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "42", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2924", "echelle": "departement"}, {"code_geo": "42", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "42", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "42", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "42", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "42", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "42", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "42", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1076", "echelle": "departement"}, {"code_geo": "42", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "42", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "42", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "42", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "42", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "42", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "42", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2038", "echelle": "departement"}, {"code_geo": "42", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "42", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "42", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "42", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "42", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "42", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "42", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1962", "echelle": "departement"}, {"code_geo": "42", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "42", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "42", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "42", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "42", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "42", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "42", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1585", "echelle": "departement"}, {"code_geo": "42", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "42", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "42", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "42", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "42", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "42", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "42", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "3629", "echelle": "departement"}, {"code_geo": "42", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "42", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "42", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "43", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "43", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "43", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "43", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "503", "echelle": "departement"}, {"code_geo": "43", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "43", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "43", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "43", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "43", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "43", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "543", "echelle": "departement"}, {"code_geo": "43", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "43", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "43", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "43", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "43", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "43", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "43", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "520", "echelle": "departement"}, {"code_geo": "43", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "43", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "43", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "43", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "43", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "43", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "510", "echelle": "departement"}, {"code_geo": "43", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "43", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "43", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "43", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "43", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "43", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "554", "echelle": "departement"}, {"code_geo": "43", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "43", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "43", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "43", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "43", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "43", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "756", "echelle": "departement"}, {"code_geo": "43", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "43", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "43", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "43", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "43", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "43", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "43", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "806", "echelle": "departement"}, {"code_geo": "43", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "43", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "43", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "43", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "43", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "43", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "498", "echelle": "departement"}, {"code_geo": "43", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "43", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "43", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "43", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "43", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "43", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "718", "echelle": "departement"}, {"code_geo": "43", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "43", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "43", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "43", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "43", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "43", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "677", "echelle": "departement"}, {"code_geo": "43", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "43", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "43", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "43", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "43", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "43", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "627", "echelle": "departement"}, {"code_geo": "43", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "43", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "43", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "43", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "43", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "43", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "851", "echelle": "departement"}, {"code_geo": "43", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "43", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "44", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "44", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "44", "month": "2021-01", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "44", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "2239", "echelle": "departement"}, {"code_geo": "44", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "716", "echelle": "departement"}, {"code_geo": "44", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "44", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "44", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "44", "month": "2021-02", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "44", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "2226", "echelle": "departement"}, {"code_geo": "44", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "812", "echelle": "departement"}, {"code_geo": "44", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "44", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "44", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "44", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "44", "month": "2021-03", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "44", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "2974", "echelle": "departement"}, {"code_geo": "44", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "825", "echelle": "departement"}, {"code_geo": "44", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "44", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "44", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "44", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "44", "month": "2021-04", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "44", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "2603", "echelle": "departement"}, {"code_geo": "44", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "909", "echelle": "departement"}, {"code_geo": "44", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "44", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "44", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "44", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "44", "month": "2021-05", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "44", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2758", "echelle": "departement"}, {"code_geo": "44", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "762", "echelle": "departement"}, {"code_geo": "44", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "44", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "44", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "44", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "44", "month": "2021-06", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "44", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "4342", "echelle": "departement"}, {"code_geo": "44", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "919", "echelle": "departement"}, {"code_geo": "44", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "44", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "44", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "44", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "44", "month": "2021-07", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "44", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "5005", "echelle": "departement"}, {"code_geo": "44", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "925", "echelle": "departement"}, {"code_geo": "44", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "44", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "44", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "44", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "44", "month": "2021-08", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "44", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "3228", "echelle": "departement"}, {"code_geo": "44", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "609", "echelle": "departement"}, {"code_geo": "44", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "44", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "44", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "44", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "44", "month": "2021-09", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "44", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "3636", "echelle": "departement"}, {"code_geo": "44", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "941", "echelle": "departement"}, {"code_geo": "44", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "44", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "44", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "44", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "44", "month": "2021-10", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "44", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "3463", "echelle": "departement"}, {"code_geo": "44", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "1025", "echelle": "departement"}, {"code_geo": "44", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "44", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "44", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "44", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "44", "month": "2021-11", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "3057", "echelle": "departement"}, {"code_geo": "44", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "631", "echelle": "departement"}, {"code_geo": "44", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "44", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "44", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "44", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "44", "month": "2021-12", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "44", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "3964", "echelle": "departement"}, {"code_geo": "44", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "1204", "echelle": "departement"}, {"code_geo": "44", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "44", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "45", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "45", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "45", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1206", "echelle": "departement"}, {"code_geo": "45", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "45", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "45", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "45", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "45", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "45", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1118", "echelle": "departement"}, {"code_geo": "45", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "45", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "45", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "45", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "45", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1629", "echelle": "departement"}, {"code_geo": "45", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "462", "echelle": "departement"}, {"code_geo": "45", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "45", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "45", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "45", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "45", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1486", "echelle": "departement"}, {"code_geo": "45", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "45", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "45", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "45", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "45", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "45", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1802", "echelle": "departement"}, {"code_geo": "45", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "45", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "45", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "45", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "45", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "45", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2311", "echelle": "departement"}, {"code_geo": "45", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "45", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "45", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "45", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "45", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2585", "echelle": "departement"}, {"code_geo": "45", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "568", "echelle": "departement"}, {"code_geo": "45", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "45", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "45", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "45", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "45", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1731", "echelle": "departement"}, {"code_geo": "45", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "45", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "45", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "45", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "45", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2032", "echelle": "departement"}, {"code_geo": "45", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "45", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "45", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "45", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "45", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "45", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2020", "echelle": "departement"}, {"code_geo": "45", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "45", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "45", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "45", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "45", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "45", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1657", "echelle": "departement"}, {"code_geo": "45", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "467", "echelle": "departement"}, {"code_geo": "45", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "45", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "45", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "45", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2110", "echelle": "departement"}, {"code_geo": "45", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "554", "echelle": "departement"}, {"code_geo": "45", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "45", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "46", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "46", "month": "2021-01", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "46", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "46", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "46", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "46", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "466", "echelle": "departement"}, {"code_geo": "46", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "46", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "46", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "46", "month": "2021-02", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "46", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "46", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "46", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "46", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "46", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "46", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "46", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "46", "month": "2021-03", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "46", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "46", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "531", "echelle": "departement"}, {"code_geo": "46", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "454", "echelle": "departement"}, {"code_geo": "46", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "46", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "46", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "46", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "46", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "46", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "550", "echelle": "departement"}, {"code_geo": "46", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "529", "echelle": "departement"}, {"code_geo": "46", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "46", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "46", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "46", "month": "2021-05", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "46", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "46", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "46", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "46", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "441", "echelle": "departement"}, {"code_geo": "46", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "46", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "46", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "46", "month": "2021-06", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "46", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "46", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "46", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "856", "echelle": "departement"}, {"code_geo": "46", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "537", "echelle": "departement"}, {"code_geo": "46", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "46", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "46", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "46", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "46", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "46", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "792", "echelle": "departement"}, {"code_geo": "46", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "540", "echelle": "departement"}, {"code_geo": "46", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "46", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "46", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "46", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "46", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "46", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "720", "echelle": "departement"}, {"code_geo": "46", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "46", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "46", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "46", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "46", "month": "2021-09", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "46", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "46", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "743", "echelle": "departement"}, {"code_geo": "46", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "539", "echelle": "departement"}, {"code_geo": "46", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "46", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "46", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "46", "month": "2021-10", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "46", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "46", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "46", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "702", "echelle": "departement"}, {"code_geo": "46", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "46", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "46", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "46", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "46", "month": "2021-11", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "46", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "46", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "676", "echelle": "departement"}, {"code_geo": "46", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "504", "echelle": "departement"}, {"code_geo": "46", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "46", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "46", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "46", "month": "2021-12", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "46", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "46", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "46", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "977", "echelle": "departement"}, {"code_geo": "46", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "802", "echelle": "departement"}, {"code_geo": "46", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "46", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "47", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "47", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "47", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "47", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "610", "echelle": "departement"}, {"code_geo": "47", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "504", "echelle": "departement"}, {"code_geo": "47", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "47", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "47", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "47", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "47", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "47", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "635", "echelle": "departement"}, {"code_geo": "47", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "520", "echelle": "departement"}, {"code_geo": "47", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "47", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "47", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "47", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "47", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "47", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "903", "echelle": "departement"}, {"code_geo": "47", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "1063", "echelle": "departement"}, {"code_geo": "47", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "47", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "47", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "47", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "47", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "47", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "889", "echelle": "departement"}, {"code_geo": "47", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "650", "echelle": "departement"}, {"code_geo": "47", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "47", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "47", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "47", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "47", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "47", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "805", "echelle": "departement"}, {"code_geo": "47", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "47", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "47", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "47", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "47", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "47", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "47", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1236", "echelle": "departement"}, {"code_geo": "47", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "689", "echelle": "departement"}, {"code_geo": "47", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "47", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "47", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "47", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "47", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "47", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1292", "echelle": "departement"}, {"code_geo": "47", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "762", "echelle": "departement"}, {"code_geo": "47", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "47", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "47", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "47", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "47", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "47", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1135", "echelle": "departement"}, {"code_geo": "47", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "655", "echelle": "departement"}, {"code_geo": "47", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "47", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "47", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "47", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "47", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "47", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1201", "echelle": "departement"}, {"code_geo": "47", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "47", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "47", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "47", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "47", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "47", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "47", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1107", "echelle": "departement"}, {"code_geo": "47", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "670", "echelle": "departement"}, {"code_geo": "47", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "47", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "47", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "47", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "47", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "47", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "989", "echelle": "departement"}, {"code_geo": "47", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "563", "echelle": "departement"}, {"code_geo": "47", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "47", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "47", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "47", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "47", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "47", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1374", "echelle": "departement"}, {"code_geo": "47", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "940", "echelle": "departement"}, {"code_geo": "47", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "47", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "48", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "48", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "48", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "48", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "48", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "48", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "48", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "48", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "48", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "48", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "48", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "48", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "48", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "48", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "48", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "48", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "48", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "48", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "48", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "48", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "48", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "48", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "48", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "48", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "48", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "48", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "48", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "48", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "48", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "48", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "48", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "48", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "48", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "48", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "48", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "48", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "48", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "48", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "48", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "48", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "48", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "48", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "48", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "48", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "48", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "48", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "48", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "48", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "48", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "48", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "48", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "48", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "48", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "48", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "48", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "48", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "48", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "48", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "48", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "48", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "48", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "48", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "48", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "48", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "48", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "48", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "48", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "48", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "48", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "48", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "48", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "48", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "48", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "48", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "48", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "48", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "48", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "48", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "48", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "48", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "49", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "49", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "49", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1523", "echelle": "departement"}, {"code_geo": "49", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "567", "echelle": "departement"}, {"code_geo": "49", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "49", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "49", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "49", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "49", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1550", "echelle": "departement"}, {"code_geo": "49", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "49", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "49", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "49", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "49", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "49", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1841", "echelle": "departement"}, {"code_geo": "49", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "49", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "49", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "49", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "49", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "49", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1916", "echelle": "departement"}, {"code_geo": "49", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "787", "echelle": "departement"}, {"code_geo": "49", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "49", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "49", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "49", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "49", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2044", "echelle": "departement"}, {"code_geo": "49", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "618", "echelle": "departement"}, {"code_geo": "49", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "49", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "49", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "49", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "49", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2678", "echelle": "departement"}, {"code_geo": "49", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "840", "echelle": "departement"}, {"code_geo": "49", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "49", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "49", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "49", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "49", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "3163", "echelle": "departement"}, {"code_geo": "49", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "864", "echelle": "departement"}, {"code_geo": "49", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "49", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "49", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "49", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "49", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1793", "echelle": "departement"}, {"code_geo": "49", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "49", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "49", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "49", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "49", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "49", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2288", "echelle": "departement"}, {"code_geo": "49", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "762", "echelle": "departement"}, {"code_geo": "49", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "49", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "49", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "49", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "49", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2259", "echelle": "departement"}, {"code_geo": "49", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "706", "echelle": "departement"}, {"code_geo": "49", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "49", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "49", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "49", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "49", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1853", "echelle": "departement"}, {"code_geo": "49", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "746", "echelle": "departement"}, {"code_geo": "49", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "49", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "49", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "49", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "49", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2489", "echelle": "departement"}, {"code_geo": "49", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "809", "echelle": "departement"}, {"code_geo": "49", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "49", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "50", "month": "2021-01", "nature_culture": "herbages", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "50", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "50", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "716", "echelle": "departement"}, {"code_geo": "50", "month": "2021-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "50", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1171", "echelle": "departement"}, {"code_geo": "50", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "50", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "50", "month": "2021-02", "nature_culture": "herbages", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "50", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "50", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "744", "echelle": "departement"}, {"code_geo": "50", "month": "2021-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "50", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1219", "echelle": "departement"}, {"code_geo": "50", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "50", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "50", "month": "2021-03", "nature_culture": "herbages", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "50", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "50", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "963", "echelle": "departement"}, {"code_geo": "50", "month": "2021-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "50", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1561", "echelle": "departement"}, {"code_geo": "50", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "50", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "50", "month": "2021-04", "nature_culture": "herbages", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "50", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "50", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "779", "echelle": "departement"}, {"code_geo": "50", "month": "2021-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "50", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1433", "echelle": "departement"}, {"code_geo": "50", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "50", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "50", "month": "2021-05", "nature_culture": "herbages", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "50", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "50", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "881", "echelle": "departement"}, {"code_geo": "50", "month": "2021-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "50", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1690", "echelle": "departement"}, {"code_geo": "50", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "50", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "50", "month": "2021-06", "nature_culture": "herbages", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "50", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "50", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "920", "echelle": "departement"}, {"code_geo": "50", "month": "2021-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "50", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2306", "echelle": "departement"}, {"code_geo": "50", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "50", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "50", "month": "2021-07", "nature_culture": "herbages", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "50", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "50", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "967", "echelle": "departement"}, {"code_geo": "50", "month": "2021-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "50", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2559", "echelle": "departement"}, {"code_geo": "50", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "50", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "50", "month": "2021-08", "nature_culture": "herbages", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "50", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "50", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "623", "echelle": "departement"}, {"code_geo": "50", "month": "2021-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "50", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1655", "echelle": "departement"}, {"code_geo": "50", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "50", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "50", "month": "2021-09", "nature_culture": "herbages", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "50", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "50", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "774", "echelle": "departement"}, {"code_geo": "50", "month": "2021-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "50", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2092", "echelle": "departement"}, {"code_geo": "50", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "50", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "50", "month": "2021-10", "nature_culture": "herbages", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "50", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "50", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "894", "echelle": "departement"}, {"code_geo": "50", "month": "2021-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "50", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1814", "echelle": "departement"}, {"code_geo": "50", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "50", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "50", "month": "2021-11", "nature_culture": "herbages", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "50", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "50", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "851", "echelle": "departement"}, {"code_geo": "50", "month": "2021-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "50", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1589", "echelle": "departement"}, {"code_geo": "50", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "50", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "50", "month": "2021-12", "nature_culture": "herbages", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "50", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "50", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "1359", "echelle": "departement"}, {"code_geo": "50", "month": "2021-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "50", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2374", "echelle": "departement"}, {"code_geo": "50", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "50", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "51", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "51", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "51", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "51", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "707", "echelle": "departement"}, {"code_geo": "51", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "51", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "51", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "51", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "51", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "51", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "51", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "687", "echelle": "departement"}, {"code_geo": "51", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "51", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "51", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "51", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "51", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "51", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "51", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "834", "echelle": "departement"}, {"code_geo": "51", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "51", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "51", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "51", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "51", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "51", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "51", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "922", "echelle": "departement"}, {"code_geo": "51", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "51", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "51", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "51", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "51", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "51", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "51", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "7880", "echelle": "departement"}, {"code_geo": "51", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "51", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "51", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "51", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "51", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "51", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "51", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1565", "echelle": "departement"}, {"code_geo": "51", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "51", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "51", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "51", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "51", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "51", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "51", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1581", "echelle": "departement"}, {"code_geo": "51", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "51", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "51", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "51", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "51", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "51", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "921", "echelle": "departement"}, {"code_geo": "51", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "51", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "51", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "51", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "51", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "51", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "51", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1403", "echelle": "departement"}, {"code_geo": "51", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "51", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "51", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "51", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "51", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "51", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "51", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1088", "echelle": "departement"}, {"code_geo": "51", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "51", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "51", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "51", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "51", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "51", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "51", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "955", "echelle": "departement"}, {"code_geo": "51", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "51", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "51", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "51", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "51", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "51", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "51", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "4243", "echelle": "departement"}, {"code_geo": "51", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "51", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "51", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "52", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "52", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "52", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "52", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "52", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "52", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "52", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "52", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "52", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "52", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "52", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "52", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "52", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "52", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "52", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "414", "echelle": "departement"}, {"code_geo": "52", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "52", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "52", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "52", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "52", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "52", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "52", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "52", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "52", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "52", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "52", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "52", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "52", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "52", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "52", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "52", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "52", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "52", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "540", "echelle": "departement"}, {"code_geo": "52", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "52", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "52", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "52", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "52", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "52", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "638", "echelle": "departement"}, {"code_geo": "52", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "52", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "52", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "52", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "52", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "52", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "465", "echelle": "departement"}, {"code_geo": "52", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "52", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "52", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "52", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "52", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "52", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "52", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "52", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "52", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "52", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "52", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "52", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "628", "echelle": "departement"}, {"code_geo": "52", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "52", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "52", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "52", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "52", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "52", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "532", "echelle": "departement"}, {"code_geo": "52", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "52", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "52", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "52", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "52", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "52", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "52", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "52", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "52", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "53", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "53", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "53", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "703", "echelle": "departement"}, {"code_geo": "53", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "53", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "53", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "53", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "653", "echelle": "departement"}, {"code_geo": "53", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "829", "echelle": "departement"}, {"code_geo": "53", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "53", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "53", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "53", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "53", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "813", "echelle": "departement"}, {"code_geo": "53", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "384", "echelle": "departement"}, {"code_geo": "53", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "53", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "53", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "423", "echelle": "departement"}, {"code_geo": "53", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "941", "echelle": "departement"}, {"code_geo": "53", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "53", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "53", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "53", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "53", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "916", "echelle": "departement"}, {"code_geo": "53", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "53", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "53", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "53", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "53", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1203", "echelle": "departement"}, {"code_geo": "53", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "53", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "53", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "53", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "53", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1443", "echelle": "departement"}, {"code_geo": "53", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "414", "echelle": "departement"}, {"code_geo": "53", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "53", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "53", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "53", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "53", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "53", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "53", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "53", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "53", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1270", "echelle": "departement"}, {"code_geo": "53", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "53", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "53", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "53", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "53", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1132", "echelle": "departement"}, {"code_geo": "53", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "53", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "53", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "53", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "53", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "840", "echelle": "departement"}, {"code_geo": "53", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "53", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "53", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "53", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "651", "echelle": "departement"}, {"code_geo": "53", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1245", "echelle": "departement"}, {"code_geo": "53", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "53", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "54", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "54", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "54", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1146", "echelle": "departement"}, {"code_geo": "54", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "54", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "54", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "54", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "54", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "54", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1298", "echelle": "departement"}, {"code_geo": "54", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "54", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "54", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "54", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "54", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "54", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1334", "echelle": "departement"}, {"code_geo": "54", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "54", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "54", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "54", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "54", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "54", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1272", "echelle": "departement"}, {"code_geo": "54", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "54", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "54", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "54", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "54", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "54", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1350", "echelle": "departement"}, {"code_geo": "54", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "54", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "54", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "54", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "54", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "54", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2146", "echelle": "departement"}, {"code_geo": "54", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "54", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "54", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "54", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "54", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "54", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2198", "echelle": "departement"}, {"code_geo": "54", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "54", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "54", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "54", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "54", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "54", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1541", "echelle": "departement"}, {"code_geo": "54", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "54", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "54", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "54", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "54", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "54", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1980", "echelle": "departement"}, {"code_geo": "54", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "54", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "54", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "54", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "54", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "54", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1667", "echelle": "departement"}, {"code_geo": "54", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "54", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "54", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "54", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "54", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "54", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1485", "echelle": "departement"}, {"code_geo": "54", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "54", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "54", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "54", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "54", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "54", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2031", "echelle": "departement"}, {"code_geo": "54", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "54", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "54", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "55", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "55", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "55", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "55", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "55", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "55", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "55", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "55", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "55", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "55", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "55", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "55", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "55", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "55", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "573", "echelle": "departement"}, {"code_geo": "55", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "55", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "55", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "55", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "55", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "472", "echelle": "departement"}, {"code_geo": "55", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "55", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "55", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "55", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "55", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "55", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "539", "echelle": "departement"}, {"code_geo": "55", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "55", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "55", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "55", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "55", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "55", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "704", "echelle": "departement"}, {"code_geo": "55", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "55", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "55", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "55", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "55", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "55", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "704", "echelle": "departement"}, {"code_geo": "55", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "55", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "55", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "55", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "55", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "552", "echelle": "departement"}, {"code_geo": "55", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "55", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "55", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "55", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "55", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "686", "echelle": "departement"}, {"code_geo": "55", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "55", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "55", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "55", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "55", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "550", "echelle": "departement"}, {"code_geo": "55", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "55", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "55", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "55", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "55", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "55", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "55", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "55", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "55", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "55", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "55", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "712", "echelle": "departement"}, {"code_geo": "55", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "55", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "55", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "56", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "56", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "56", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1760", "echelle": "departement"}, {"code_geo": "56", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "711", "echelle": "departement"}, {"code_geo": "56", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "56", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "56", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "56", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1801", "echelle": "departement"}, {"code_geo": "56", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "684", "echelle": "departement"}, {"code_geo": "56", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "56", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "56", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "56", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1936", "echelle": "departement"}, {"code_geo": "56", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "863", "echelle": "departement"}, {"code_geo": "56", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "56", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "56", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1997", "echelle": "departement"}, {"code_geo": "56", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "940", "echelle": "departement"}, {"code_geo": "56", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "56", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "56", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "56", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2037", "echelle": "departement"}, {"code_geo": "56", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "786", "echelle": "departement"}, {"code_geo": "56", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "56", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "56", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2827", "echelle": "departement"}, {"code_geo": "56", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "866", "echelle": "departement"}, {"code_geo": "56", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "56", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "56", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "56", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "3084", "echelle": "departement"}, {"code_geo": "56", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "901", "echelle": "departement"}, {"code_geo": "56", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "56", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "56", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "56", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "2053", "echelle": "departement"}, {"code_geo": "56", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "659", "echelle": "departement"}, {"code_geo": "56", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "56", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "521", "echelle": "departement"}, {"code_geo": "56", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2552", "echelle": "departement"}, {"code_geo": "56", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "56", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "56", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "56", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "56", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2382", "echelle": "departement"}, {"code_geo": "56", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "891", "echelle": "departement"}, {"code_geo": "56", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "56", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "56", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "56", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "2077", "echelle": "departement"}, {"code_geo": "56", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "799", "echelle": "departement"}, {"code_geo": "56", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "56", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "56", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "56", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2757", "echelle": "departement"}, {"code_geo": "56", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "1253", "echelle": "departement"}, {"code_geo": "56", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "58", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "58", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "58", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "712", "echelle": "departement"}, {"code_geo": "58", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "58", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "58", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "58", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "58", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "58", "month": "2021-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "637", "echelle": "departement"}, {"code_geo": "58", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "58", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "58", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "58", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "58", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "58", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "736", "echelle": "departement"}, {"code_geo": "58", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "58", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "58", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "58", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "58", "month": "2021-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "739", "echelle": "departement"}, {"code_geo": "58", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "58", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "58", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "58", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "58", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "822", "echelle": "departement"}, {"code_geo": "58", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "58", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "58", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "58", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "58", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1046", "echelle": "departement"}, {"code_geo": "58", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "58", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "58", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "58", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "58", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "58", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1234", "echelle": "departement"}, {"code_geo": "58", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "58", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "58", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "58", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "58", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "58", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "660", "echelle": "departement"}, {"code_geo": "58", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "58", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "58", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "58", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "58", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "58", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1133", "echelle": "departement"}, {"code_geo": "58", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "58", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "58", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "58", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "58", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "58", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "934", "echelle": "departement"}, {"code_geo": "58", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "58", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "58", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "58", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "58", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "58", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "819", "echelle": "departement"}, {"code_geo": "58", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "58", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "58", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "58", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "58", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "58", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1084", "echelle": "departement"}, {"code_geo": "58", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "58", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "58", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "59", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "59", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "59", "month": "2021-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "59", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "59", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "3769", "echelle": "departement"}, {"code_geo": "59", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "59", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "59", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2021-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "59", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "59", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "4320", "echelle": "departement"}, {"code_geo": "59", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "59", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "59", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "59", "month": "2021-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "59", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "59", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "4503", "echelle": "departement"}, {"code_geo": "59", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "59", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "59", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "59", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2021-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "59", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "59", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "4788", "echelle": "departement"}, {"code_geo": "59", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "59", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "59", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "59", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2021-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "59", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "59", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "5061", "echelle": "departement"}, {"code_geo": "59", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "59", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "59", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "59", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2021-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "59", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "59", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "7143", "echelle": "departement"}, {"code_geo": "59", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "59", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "59", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "59", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2021-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "59", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "59", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "7946", "echelle": "departement"}, {"code_geo": "59", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "365", "echelle": "departement"}, {"code_geo": "59", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "59", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "59", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2021-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "59", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "4883", "echelle": "departement"}, {"code_geo": "59", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "59", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "59", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "59", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2021-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "59", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "59", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "6584", "echelle": "departement"}, {"code_geo": "59", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "59", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "59", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "59", "month": "2021-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "59", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "5512", "echelle": "departement"}, {"code_geo": "59", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "59", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "59", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "59", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2021-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "59", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "59", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "4806", "echelle": "departement"}, {"code_geo": "59", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "464", "echelle": "departement"}, {"code_geo": "59", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "59", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "59", "month": "2021-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "59", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "582", "echelle": "departement"}, {"code_geo": "59", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "12953", "echelle": "departement"}, {"code_geo": "59", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "59", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "60", "month": "2021-01", "nature_culture": "herbages", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "60", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "60", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "60", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1328", "echelle": "departement"}, {"code_geo": "60", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "60", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "60", "month": "2021-02", "nature_culture": "herbages", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "60", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "60", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "60", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1148", "echelle": "departement"}, {"code_geo": "60", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "60", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "60", "month": "2021-03", "nature_culture": "herbages", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "60", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "60", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "60", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1321", "echelle": "departement"}, {"code_geo": "60", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "60", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "60", "month": "2021-04", "nature_culture": "herbages", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "60", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "60", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "60", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "60", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1408", "echelle": "departement"}, {"code_geo": "60", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "60", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2021-05", "nature_culture": "herbages", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "60", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "60", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "60", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1301", "echelle": "departement"}, {"code_geo": "60", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "60", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2021-06", "nature_culture": "herbages", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "60", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "60", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "60", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "60", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2350", "echelle": "departement"}, {"code_geo": "60", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "60", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "60", "month": "2021-07", "nature_culture": "herbages", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "60", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "60", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "60", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "60", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2835", "echelle": "departement"}, {"code_geo": "60", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "397", "echelle": "departement"}, {"code_geo": "60", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "60", "month": "2021-08", "nature_culture": "herbages", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "60", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "60", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "60", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1610", "echelle": "departement"}, {"code_geo": "60", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "60", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "60", "month": "2021-09", "nature_culture": "herbages", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "60", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "60", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "60", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2212", "echelle": "departement"}, {"code_geo": "60", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "60", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "60", "month": "2021-10", "nature_culture": "herbages", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "60", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "60", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "60", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1851", "echelle": "departement"}, {"code_geo": "60", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "60", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "60", "month": "2021-11", "nature_culture": "herbages", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "60", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "60", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "60", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "60", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1525", "echelle": "departement"}, {"code_geo": "60", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "60", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2021-12", "nature_culture": "herbages", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "60", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "60", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "60", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2059", "echelle": "departement"}, {"code_geo": "60", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "379", "echelle": "departement"}, {"code_geo": "60", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "61", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "61", "month": "2021-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "61", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "862", "echelle": "departement"}, {"code_geo": "61", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "61", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "61", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "543", "echelle": "departement"}, {"code_geo": "61", "month": "2021-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "61", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "813", "echelle": "departement"}, {"code_geo": "61", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "61", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "61", "month": "2021-03", "nature_culture": "herbages", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "61", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "61", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "615", "echelle": "departement"}, {"code_geo": "61", "month": "2021-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "61", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "953", "echelle": "departement"}, {"code_geo": "61", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "61", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "61", "month": "2021-04", "nature_culture": "herbages", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "61", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "61", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "554", "echelle": "departement"}, {"code_geo": "61", "month": "2021-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "61", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "946", "echelle": "departement"}, {"code_geo": "61", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "61", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "61", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "61", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "61", "month": "2021-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "893", "echelle": "departement"}, {"code_geo": "61", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "61", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "61", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "61", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "680", "echelle": "departement"}, {"code_geo": "61", "month": "2021-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "61", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1221", "echelle": "departement"}, {"code_geo": "61", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "61", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "61", "month": "2021-07", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "61", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "61", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "641", "echelle": "departement"}, {"code_geo": "61", "month": "2021-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "61", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1310", "echelle": "departement"}, {"code_geo": "61", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "61", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "61", "month": "2021-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "815", "echelle": "departement"}, {"code_geo": "61", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "61", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "61", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "61", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "61", "month": "2021-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "61", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1194", "echelle": "departement"}, {"code_geo": "61", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "61", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "61", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "61", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "518", "echelle": "departement"}, {"code_geo": "61", "month": "2021-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "61", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1062", "echelle": "departement"}, {"code_geo": "61", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "61", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "61", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "61", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "61", "month": "2021-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "61", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "953", "echelle": "departement"}, {"code_geo": "61", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "61", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "61", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "61", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "813", "echelle": "departement"}, {"code_geo": "61", "month": "2021-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "61", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1373", "echelle": "departement"}, {"code_geo": "61", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "61", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "62", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "62", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "62", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "2276", "echelle": "departement"}, {"code_geo": "62", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "62", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "62", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "62", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "2071", "echelle": "departement"}, {"code_geo": "62", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "62", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "62", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "62", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "62", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "2776", "echelle": "departement"}, {"code_geo": "62", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "62", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "62", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "62", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "2802", "echelle": "departement"}, {"code_geo": "62", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "62", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "62", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "62", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2890", "echelle": "departement"}, {"code_geo": "62", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "62", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "62", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "62", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "4056", "echelle": "departement"}, {"code_geo": "62", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "483", "echelle": "departement"}, {"code_geo": "62", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "62", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "62", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "4715", "echelle": "departement"}, {"code_geo": "62", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "532", "echelle": "departement"}, {"code_geo": "62", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "62", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "62", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "2895", "echelle": "departement"}, {"code_geo": "62", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "62", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "62", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "62", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "3736", "echelle": "departement"}, {"code_geo": "62", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "489", "echelle": "departement"}, {"code_geo": "62", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "62", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "62", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "3409", "echelle": "departement"}, {"code_geo": "62", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "414", "echelle": "departement"}, {"code_geo": "62", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "62", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "62", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "2996", "echelle": "departement"}, {"code_geo": "62", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "62", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "62", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "62", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "4761", "echelle": "departement"}, {"code_geo": "62", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "739", "echelle": "departement"}, {"code_geo": "63", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "63", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "63", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "63", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1264", "echelle": "departement"}, {"code_geo": "63", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "63", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "63", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "63", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "63", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1374", "echelle": "departement"}, {"code_geo": "63", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "63", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "63", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "63", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "63", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "63", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "63", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1594", "echelle": "departement"}, {"code_geo": "63", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "63", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "63", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "63", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "63", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "63", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "63", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1523", "echelle": "departement"}, {"code_geo": "63", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "422", "echelle": "departement"}, {"code_geo": "63", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "63", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "63", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "63", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "63", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1357", "echelle": "departement"}, {"code_geo": "63", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "63", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "63", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "63", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "63", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "63", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "63", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1827", "echelle": "departement"}, {"code_geo": "63", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "63", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "63", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "63", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "63", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "63", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "63", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2147", "echelle": "departement"}, {"code_geo": "63", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "63", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "63", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "63", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "63", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "63", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "63", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1432", "echelle": "departement"}, {"code_geo": "63", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "63", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "63", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "63", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "63", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "63", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "63", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1671", "echelle": "departement"}, {"code_geo": "63", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "63", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "63", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "63", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "63", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "63", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "63", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1595", "echelle": "departement"}, {"code_geo": "63", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "63", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "63", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "63", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "63", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "63", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "63", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1361", "echelle": "departement"}, {"code_geo": "63", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "63", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "63", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "63", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "470", "echelle": "departement"}, {"code_geo": "63", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "63", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1960", "echelle": "departement"}, {"code_geo": "63", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "63", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "63", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "64", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "64", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "64", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "875", "echelle": "departement"}, {"code_geo": "64", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "64", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "64", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "64", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "64", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "64", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "64", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "862", "echelle": "departement"}, {"code_geo": "64", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "64", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "64", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "64", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "64", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "64", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1107", "echelle": "departement"}, {"code_geo": "64", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "64", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "64", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "64", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "64", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "64", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "64", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1071", "echelle": "departement"}, {"code_geo": "64", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "64", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "64", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "64", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "64", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "64", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1086", "echelle": "departement"}, {"code_geo": "64", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "64", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "64", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "64", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "64", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "64", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1556", "echelle": "departement"}, {"code_geo": "64", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "64", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "64", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "64", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "64", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "351", "echelle": "departement"}, {"code_geo": "64", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1675", "echelle": "departement"}, {"code_geo": "64", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "64", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "64", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "64", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "64", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "64", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "64", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1314", "echelle": "departement"}, {"code_geo": "64", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "64", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "64", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "64", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "64", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "64", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1421", "echelle": "departement"}, {"code_geo": "64", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "64", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "64", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "64", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "64", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "64", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "64", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1262", "echelle": "departement"}, {"code_geo": "64", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "64", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "64", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "64", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "64", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "64", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "64", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1482", "echelle": "departement"}, {"code_geo": "64", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "64", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "64", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "64", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "64", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "64", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1625", "echelle": "departement"}, {"code_geo": "64", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "64", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "64", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "65", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "65", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "65", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "527", "echelle": "departement"}, {"code_geo": "65", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "65", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "65", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "65", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "65", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "65", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "65", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "65", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "541", "echelle": "departement"}, {"code_geo": "65", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "65", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "65", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "65", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "65", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "550", "echelle": "departement"}, {"code_geo": "65", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "65", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "65", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "65", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "481", "echelle": "departement"}, {"code_geo": "65", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "65", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "65", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "65", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "734", "echelle": "departement"}, {"code_geo": "65", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "65", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "65", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "65", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "65", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "65", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "893", "echelle": "departement"}, {"code_geo": "65", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "65", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "65", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "65", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "65", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "65", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "626", "echelle": "departement"}, {"code_geo": "65", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "65", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "65", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "65", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "65", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "65", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "731", "echelle": "departement"}, {"code_geo": "65", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "65", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "65", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "65", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "65", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "65", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "698", "echelle": "departement"}, {"code_geo": "65", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "65", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "65", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "65", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "65", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "582", "echelle": "departement"}, {"code_geo": "65", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "65", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "65", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "65", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "65", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "807", "echelle": "departement"}, {"code_geo": "65", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "65", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "66", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "66", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "806", "echelle": "departement"}, {"code_geo": "66", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "66", "month": "2021-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "66", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "66", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "66", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "66", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "66", "month": "2021-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "827", "echelle": "departement"}, {"code_geo": "66", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "66", "month": "2021-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "66", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "66", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "66", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "66", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "66", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1036", "echelle": "departement"}, {"code_geo": "66", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "66", "month": "2021-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "66", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "66", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "66", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "66", "month": "2021-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1068", "echelle": "departement"}, {"code_geo": "66", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "66", "month": "2021-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "66", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "66", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "66", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "66", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1051", "echelle": "departement"}, {"code_geo": "66", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "66", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "66", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "66", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "66", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "66", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1368", "echelle": "departement"}, {"code_geo": "66", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "66", "month": "2021-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "66", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "66", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "66", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "66", "month": "2021-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1327", "echelle": "departement"}, {"code_geo": "66", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "66", "month": "2021-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "66", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "66", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "66", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "66", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "66", "month": "2021-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1124", "echelle": "departement"}, {"code_geo": "66", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "66", "month": "2021-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "66", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "66", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "66", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "66", "month": "2021-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1201", "echelle": "departement"}, {"code_geo": "66", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "66", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "66", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "66", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "66", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "66", "month": "2021-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1058", "echelle": "departement"}, {"code_geo": "66", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "66", "month": "2021-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "66", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "66", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "66", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "66", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "66", "month": "2021-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1033", "echelle": "departement"}, {"code_geo": "66", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "66", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "66", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "66", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "66", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "66", "month": "2021-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1457", "echelle": "departement"}, {"code_geo": "66", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "66", "month": "2021-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "66", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "69", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "69", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "69", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "69", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1392", "echelle": "departement"}, {"code_geo": "69", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "69", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "69", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "69", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "69", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "69", "month": "2021-02", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "69", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "69", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1295", "echelle": "departement"}, {"code_geo": "69", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "69", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "69", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "69", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "69", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "69", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "69", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "2083", "echelle": "departement"}, {"code_geo": "69", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "69", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "69", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "69", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "69", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "69", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "69", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1768", "echelle": "departement"}, {"code_geo": "69", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "69", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "69", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "69", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "69", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "69", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "69", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1553", "echelle": "departement"}, {"code_geo": "69", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "69", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "69", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "69", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "69", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "69", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "69", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2333", "echelle": "departement"}, {"code_geo": "69", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "69", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "69", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "69", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "69", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "69", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "69", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "3651", "echelle": "departement"}, {"code_geo": "69", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "69", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "69", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "69", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "69", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "69", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "69", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1452", "echelle": "departement"}, {"code_geo": "69", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "69", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "69", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "69", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "69", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "69", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "69", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2333", "echelle": "departement"}, {"code_geo": "69", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "69", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "69", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "69", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "69", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "69", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "69", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2322", "echelle": "departement"}, {"code_geo": "69", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "69", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "69", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "69", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "69", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "69", "month": "2021-11", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "69", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "69", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1810", "echelle": "departement"}, {"code_geo": "69", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "69", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "69", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "69", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "69", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "69", "month": "2021-12", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "69", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "69", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2310", "echelle": "departement"}, {"code_geo": "69", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "69", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "69", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "70", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "70", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "70", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "70", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "70", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "70", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "70", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "70", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "441", "echelle": "departement"}, {"code_geo": "70", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "70", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "70", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "70", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "70", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "70", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "626", "echelle": "departement"}, {"code_geo": "70", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "70", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "70", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "70", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "70", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "70", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "564", "echelle": "departement"}, {"code_geo": "70", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "70", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "70", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "70", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "70", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "70", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "535", "echelle": "departement"}, {"code_geo": "70", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "70", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "70", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "70", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "70", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "70", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "736", "echelle": "departement"}, {"code_geo": "70", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "70", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "70", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "70", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "70", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "70", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "848", "echelle": "departement"}, {"code_geo": "70", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "70", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "70", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "70", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "70", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "70", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "70", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "70", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "70", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "70", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "70", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "70", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "833", "echelle": "departement"}, {"code_geo": "70", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "70", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "70", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "70", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "70", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "70", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "723", "echelle": "departement"}, {"code_geo": "70", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "70", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "70", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "70", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "70", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "70", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "70", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "70", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "70", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "70", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "70", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "70", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "897", "echelle": "departement"}, {"code_geo": "70", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "485", "echelle": "departement"}, {"code_geo": "70", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "70", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "71", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "71", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "583", "echelle": "departement"}, {"code_geo": "71", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "71", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1479", "echelle": "departement"}, {"code_geo": "71", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "71", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "71", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "71", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "71", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "596", "echelle": "departement"}, {"code_geo": "71", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "71", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1249", "echelle": "departement"}, {"code_geo": "71", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "71", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "71", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "71", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "71", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "718", "echelle": "departement"}, {"code_geo": "71", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "71", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1407", "echelle": "departement"}, {"code_geo": "71", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "505", "echelle": "departement"}, {"code_geo": "71", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "71", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "71", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "71", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "578", "echelle": "departement"}, {"code_geo": "71", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "71", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1268", "echelle": "departement"}, {"code_geo": "71", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "421", "echelle": "departement"}, {"code_geo": "71", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "71", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "71", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "71", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "620", "echelle": "departement"}, {"code_geo": "71", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "71", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1758", "echelle": "departement"}, {"code_geo": "71", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "397", "echelle": "departement"}, {"code_geo": "71", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "71", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "71", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "71", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "743", "echelle": "departement"}, {"code_geo": "71", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "71", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1951", "echelle": "departement"}, {"code_geo": "71", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "585", "echelle": "departement"}, {"code_geo": "71", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "71", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "71", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "71", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "791", "echelle": "departement"}, {"code_geo": "71", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "71", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2407", "echelle": "departement"}, {"code_geo": "71", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "504", "echelle": "departement"}, {"code_geo": "71", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "71", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "71", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "71", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "71", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "71", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1382", "echelle": "departement"}, {"code_geo": "71", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "71", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "71", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "71", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "71", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "702", "echelle": "departement"}, {"code_geo": "71", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "71", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1966", "echelle": "departement"}, {"code_geo": "71", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "71", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "71", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "71", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "71", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "615", "echelle": "departement"}, {"code_geo": "71", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "71", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1979", "echelle": "departement"}, {"code_geo": "71", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "71", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "71", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "71", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "71", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "71", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "71", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1694", "echelle": "departement"}, {"code_geo": "71", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "501", "echelle": "departement"}, {"code_geo": "71", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "71", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "71", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "71", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "885", "echelle": "departement"}, {"code_geo": "71", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "71", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2107", "echelle": "departement"}, {"code_geo": "71", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "596", "echelle": "departement"}, {"code_geo": "71", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "71", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "72", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "72", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "72", "month": "2021-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1070", "echelle": "departement"}, {"code_geo": "72", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "72", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "72", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2021-02", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "72", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "72", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1052", "echelle": "departement"}, {"code_geo": "72", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "72", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "72", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2021-03", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "72", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "454", "echelle": "departement"}, {"code_geo": "72", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1396", "echelle": "departement"}, {"code_geo": "72", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "72", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "72", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "72", "month": "2021-04", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "72", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "72", "month": "2021-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "72", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1544", "echelle": "departement"}, {"code_geo": "72", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "72", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "72", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "72", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "72", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1428", "echelle": "departement"}, {"code_geo": "72", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "72", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "72", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "72", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "72", "month": "2021-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2358", "echelle": "departement"}, {"code_geo": "72", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "72", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2021-07", "nature_culture": "herbages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "72", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "72", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "72", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2343", "echelle": "departement"}, {"code_geo": "72", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "467", "echelle": "departement"}, {"code_geo": "72", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "72", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2021-08", "nature_culture": "herbages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "72", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "72", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "72", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1605", "echelle": "departement"}, {"code_geo": "72", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "72", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "72", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "72", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "72", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2024", "echelle": "departement"}, {"code_geo": "72", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "72", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "72", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "72", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "72", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1695", "echelle": "departement"}, {"code_geo": "72", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "72", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "72", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "72", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "72", "month": "2021-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1376", "echelle": "departement"}, {"code_geo": "72", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "72", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "72", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2021-12", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "72", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "72", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "524", "echelle": "departement"}, {"code_geo": "72", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1878", "echelle": "departement"}, {"code_geo": "72", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "365", "echelle": "departement"}, {"code_geo": "72", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "72", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "73", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "73", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "727", "echelle": "departement"}, {"code_geo": "73", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "73", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "920", "echelle": "departement"}, {"code_geo": "73", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "73", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "73", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "73", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "73", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "73", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "73", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "694", "echelle": "departement"}, {"code_geo": "73", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "73", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "73", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "73", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "73", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "693", "echelle": "departement"}, {"code_geo": "73", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "73", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "814", "echelle": "departement"}, {"code_geo": "73", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "73", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "73", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "73", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "73", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "943", "echelle": "departement"}, {"code_geo": "73", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "73", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1176", "echelle": "departement"}, {"code_geo": "73", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "580", "echelle": "departement"}, {"code_geo": "73", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "73", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "73", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "73", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "650", "echelle": "departement"}, {"code_geo": "73", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "73", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "949", "echelle": "departement"}, {"code_geo": "73", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "73", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "73", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "73", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "73", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "817", "echelle": "departement"}, {"code_geo": "73", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "73", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1055", "echelle": "departement"}, {"code_geo": "73", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "569", "echelle": "departement"}, {"code_geo": "73", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "73", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "73", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "73", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "710", "echelle": "departement"}, {"code_geo": "73", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "73", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1204", "echelle": "departement"}, {"code_geo": "73", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "73", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "73", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "73", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "73", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "73", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "73", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "750", "echelle": "departement"}, {"code_geo": "73", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "73", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "73", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "73", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "73", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "674", "echelle": "departement"}, {"code_geo": "73", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "73", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "976", "echelle": "departement"}, {"code_geo": "73", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "73", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "73", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "73", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "73", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "73", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "73", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1030", "echelle": "departement"}, {"code_geo": "73", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "73", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "73", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "73", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "73", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "507", "echelle": "departement"}, {"code_geo": "73", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "73", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "952", "echelle": "departement"}, {"code_geo": "73", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "73", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "73", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "73", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "73", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "597", "echelle": "departement"}, {"code_geo": "73", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "73", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1089", "echelle": "departement"}, {"code_geo": "73", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "73", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "73", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "74", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "74", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "74", "month": "2021-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "74", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "74", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1097", "echelle": "departement"}, {"code_geo": "74", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "74", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "74", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "74", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "74", "month": "2021-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "74", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "74", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1009", "echelle": "departement"}, {"code_geo": "74", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "74", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "74", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "74", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "74", "month": "2021-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "74", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "74", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1333", "echelle": "departement"}, {"code_geo": "74", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "74", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "74", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "74", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "74", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "74", "month": "2021-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "74", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "74", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1233", "echelle": "departement"}, {"code_geo": "74", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "74", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "74", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "74", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "74", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "74", "month": "2021-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "74", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "74", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1257", "echelle": "departement"}, {"code_geo": "74", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "74", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "74", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "74", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "74", "month": "2021-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "74", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "74", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1477", "echelle": "departement"}, {"code_geo": "74", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "556", "echelle": "departement"}, {"code_geo": "74", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "74", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "74", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "74", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "74", "month": "2021-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "74", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "74", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1955", "echelle": "departement"}, {"code_geo": "74", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "527", "echelle": "departement"}, {"code_geo": "74", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "74", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "74", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "74", "month": "2021-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "74", "month": "2021-08", "nature_culture": "p\u00e2tures", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "74", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1308", "echelle": "departement"}, {"code_geo": "74", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "74", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "74", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "74", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "74", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "74", "month": "2021-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "74", "month": "2021-09", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "74", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1491", "echelle": "departement"}, {"code_geo": "74", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "74", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "74", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "74", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "478", "echelle": "departement"}, {"code_geo": "74", "month": "2021-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "74", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "74", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1528", "echelle": "departement"}, {"code_geo": "74", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "74", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "74", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "74", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "74", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "74", "month": "2021-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "74", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "74", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1289", "echelle": "departement"}, {"code_geo": "74", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "397", "echelle": "departement"}, {"code_geo": "74", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "74", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "74", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "74", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "604", "echelle": "departement"}, {"code_geo": "74", "month": "2021-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "74", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "74", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1781", "echelle": "departement"}, {"code_geo": "74", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "549", "echelle": "departement"}, {"code_geo": "74", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "74", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "75", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "75", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "75", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "75", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "75", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "75", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1309", "echelle": "departement"}, {"code_geo": "75", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "641", "echelle": "departement"}, {"code_geo": "75", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "75", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "579", "echelle": "departement"}, {"code_geo": "75", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "75", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "75", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1521", "echelle": "departement"}, {"code_geo": "76", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "76", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "76", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1894", "echelle": "departement"}, {"code_geo": "76", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "76", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "76", "month": "2021-02", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "76", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "76", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "76", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1714", "echelle": "departement"}, {"code_geo": "76", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "76", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "76", "month": "2021-03", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "76", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "76", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "2373", "echelle": "departement"}, {"code_geo": "76", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "76", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "76", "month": "2021-04", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "76", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "76", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "76", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "2495", "echelle": "departement"}, {"code_geo": "76", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "76", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "76", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "76", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "76", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2313", "echelle": "departement"}, {"code_geo": "76", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "76", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "76", "month": "2021-06", "nature_culture": "herbages", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "76", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "76", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "76", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "4058", "echelle": "departement"}, {"code_geo": "76", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "76", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "76", "month": "2021-07", "nature_culture": "herbages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "76", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "76", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "76", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "3554", "echelle": "departement"}, {"code_geo": "76", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "76", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "76", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "76", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "76", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "2313", "echelle": "departement"}, {"code_geo": "76", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "76", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "76", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "76", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "76", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2746", "echelle": "departement"}, {"code_geo": "76", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "76", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "76", "month": "2021-10", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "76", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "76", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "3093", "echelle": "departement"}, {"code_geo": "76", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "76", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "76", "month": "2021-11", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "76", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "76", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "76", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "2213", "echelle": "departement"}, {"code_geo": "76", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "76", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "76", "month": "2021-12", "nature_culture": "herbages", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "76", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "76", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "76", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "3796", "echelle": "departement"}, {"code_geo": "76", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "76", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "77", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "77", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "77", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1638", "echelle": "departement"}, {"code_geo": "77", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "77", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "77", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "77", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "77", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "77", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1551", "echelle": "departement"}, {"code_geo": "77", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "77", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "77", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "77", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "77", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "2063", "echelle": "departement"}, {"code_geo": "77", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "77", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "77", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "77", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "77", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "77", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "2025", "echelle": "departement"}, {"code_geo": "77", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "77", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "77", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "77", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "77", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "77", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1987", "echelle": "departement"}, {"code_geo": "77", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "77", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "77", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "77", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "77", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "77", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "3343", "echelle": "departement"}, {"code_geo": "77", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "77", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "77", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "77", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "77", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "77", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "4106", "echelle": "departement"}, {"code_geo": "77", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "77", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "77", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "77", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "77", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "2424", "echelle": "departement"}, {"code_geo": "77", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "77", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "77", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "77", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "77", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2862", "echelle": "departement"}, {"code_geo": "77", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "77", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "77", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "77", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "77", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "77", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "3796", "echelle": "departement"}, {"code_geo": "77", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "77", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "77", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "77", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "77", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "77", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "2013", "echelle": "departement"}, {"code_geo": "77", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "77", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "77", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "77", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "77", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "77", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "3653", "echelle": "departement"}, {"code_geo": "77", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "77", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "77", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "78", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "78", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "78", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1058", "echelle": "departement"}, {"code_geo": "78", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "78", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "78", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "78", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "78", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "992", "echelle": "departement"}, {"code_geo": "78", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "78", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "78", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "78", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "78", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1141", "echelle": "departement"}, {"code_geo": "78", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "78", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "78", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "78", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "78", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1132", "echelle": "departement"}, {"code_geo": "78", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "78", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "78", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "78", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "78", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1242", "echelle": "departement"}, {"code_geo": "78", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "78", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "78", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "78", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "78", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2220", "echelle": "departement"}, {"code_geo": "78", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "78", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "78", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "78", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "78", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2881", "echelle": "departement"}, {"code_geo": "78", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "78", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "78", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "78", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "78", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1637", "echelle": "departement"}, {"code_geo": "78", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "78", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "78", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "78", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "78", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1925", "echelle": "departement"}, {"code_geo": "78", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "78", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "78", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "78", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "78", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "78", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1781", "echelle": "departement"}, {"code_geo": "78", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "78", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "78", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "78", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "78", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "78", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1261", "echelle": "departement"}, {"code_geo": "78", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "78", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "78", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "78", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "78", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2017", "echelle": "departement"}, {"code_geo": "78", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "78", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "78", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "79", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "79", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "79", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1056", "echelle": "departement"}, {"code_geo": "79", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "79", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "79", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "79", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "79", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1073", "echelle": "departement"}, {"code_geo": "79", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "79", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "79", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "79", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "79", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "79", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1502", "echelle": "departement"}, {"code_geo": "79", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "587", "echelle": "departement"}, {"code_geo": "79", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "79", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "79", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "79", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "79", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1579", "echelle": "departement"}, {"code_geo": "79", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "607", "echelle": "departement"}, {"code_geo": "79", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "79", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "79", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "79", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "79", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1441", "echelle": "departement"}, {"code_geo": "79", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "809", "echelle": "departement"}, {"code_geo": "79", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "79", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "79", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "79", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "79", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1885", "echelle": "departement"}, {"code_geo": "79", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "739", "echelle": "departement"}, {"code_geo": "79", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "79", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "79", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "79", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2214", "echelle": "departement"}, {"code_geo": "79", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "601", "echelle": "departement"}, {"code_geo": "79", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "79", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "79", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1579", "echelle": "departement"}, {"code_geo": "79", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "79", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "79", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "79", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "79", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "79", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1865", "echelle": "departement"}, {"code_geo": "79", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "543", "echelle": "departement"}, {"code_geo": "79", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "79", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "79", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "79", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1612", "echelle": "departement"}, {"code_geo": "79", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "79", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "79", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "79", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "79", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "79", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1433", "echelle": "departement"}, {"code_geo": "79", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "627", "echelle": "departement"}, {"code_geo": "79", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "79", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "79", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "79", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "79", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2117", "echelle": "departement"}, {"code_geo": "79", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "1139", "echelle": "departement"}, {"code_geo": "79", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "79", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "80", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "80", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "80", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "925", "echelle": "departement"}, {"code_geo": "80", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "80", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "80", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "80", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "817", "echelle": "departement"}, {"code_geo": "80", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "80", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "80", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "80", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "80", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1068", "echelle": "departement"}, {"code_geo": "80", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "80", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "80", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "80", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1326", "echelle": "departement"}, {"code_geo": "80", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "80", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "80", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "80", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1285", "echelle": "departement"}, {"code_geo": "80", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "80", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "80", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "80", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1886", "echelle": "departement"}, {"code_geo": "80", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "80", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "80", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "80", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2177", "echelle": "departement"}, {"code_geo": "80", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "80", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "80", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "80", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "80", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1448", "echelle": "departement"}, {"code_geo": "80", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "80", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "80", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "80", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "80", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1800", "echelle": "departement"}, {"code_geo": "80", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "80", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "80", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "80", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "80", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1720", "echelle": "departement"}, {"code_geo": "80", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "80", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "80", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "80", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "80", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1391", "echelle": "departement"}, {"code_geo": "80", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "80", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "80", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "80", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1807", "echelle": "departement"}, {"code_geo": "80", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "80", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "81", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "81", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "707", "echelle": "departement"}, {"code_geo": "81", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "437", "echelle": "departement"}, {"code_geo": "81", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "81", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "81", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "81", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "857", "echelle": "departement"}, {"code_geo": "81", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "81", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "81", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "81", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "81", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "958", "echelle": "departement"}, {"code_geo": "81", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "384", "echelle": "departement"}, {"code_geo": "81", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "81", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "81", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "81", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "81", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "924", "echelle": "departement"}, {"code_geo": "81", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "81", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "81", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "81", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "81", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "897", "echelle": "departement"}, {"code_geo": "81", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "81", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "81", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "81", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1336", "echelle": "departement"}, {"code_geo": "81", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "631", "echelle": "departement"}, {"code_geo": "81", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "81", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "81", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "81", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1495", "echelle": "departement"}, {"code_geo": "81", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "593", "echelle": "departement"}, {"code_geo": "81", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "81", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "81", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "81", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "81", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1092", "echelle": "departement"}, {"code_geo": "81", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "421", "echelle": "departement"}, {"code_geo": "81", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "81", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "81", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "81", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1227", "echelle": "departement"}, {"code_geo": "81", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "81", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "81", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "81", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "81", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1077", "echelle": "departement"}, {"code_geo": "81", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "667", "echelle": "departement"}, {"code_geo": "81", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "81", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "81", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "81", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "896", "echelle": "departement"}, {"code_geo": "81", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "81", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "81", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "81", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "81", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "81", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1513", "echelle": "departement"}, {"code_geo": "81", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "835", "echelle": "departement"}, {"code_geo": "81", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "82", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "82", "month": "2021-01", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "82", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "82", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "508", "echelle": "departement"}, {"code_geo": "82", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "448", "echelle": "departement"}, {"code_geo": "82", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "82", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "82", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "82", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "82", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "507", "echelle": "departement"}, {"code_geo": "82", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "632", "echelle": "departement"}, {"code_geo": "82", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "82", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "82", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "82", "month": "2021-03", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "82", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "82", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "525", "echelle": "departement"}, {"code_geo": "82", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "82", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "82", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "82", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "82", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "82", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "565", "echelle": "departement"}, {"code_geo": "82", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "531", "echelle": "departement"}, {"code_geo": "82", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "82", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "82", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "82", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "82", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "574", "echelle": "departement"}, {"code_geo": "82", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "495", "echelle": "departement"}, {"code_geo": "82", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "82", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "82", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "82", "month": "2021-06", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "82", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "82", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "761", "echelle": "departement"}, {"code_geo": "82", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "568", "echelle": "departement"}, {"code_geo": "82", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "82", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "82", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "82", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "82", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "911", "echelle": "departement"}, {"code_geo": "82", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "685", "echelle": "departement"}, {"code_geo": "82", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "82", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "82", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "82", "month": "2021-08", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "82", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "82", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "712", "echelle": "departement"}, {"code_geo": "82", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "532", "echelle": "departement"}, {"code_geo": "82", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "82", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "82", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "82", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "82", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "673", "echelle": "departement"}, {"code_geo": "82", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "632", "echelle": "departement"}, {"code_geo": "82", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "82", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "82", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "82", "month": "2021-10", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "82", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "82", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "659", "echelle": "departement"}, {"code_geo": "82", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "577", "echelle": "departement"}, {"code_geo": "82", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "82", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "82", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "82", "month": "2021-11", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "82", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "82", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "82", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "433", "echelle": "departement"}, {"code_geo": "82", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "82", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "82", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "82", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "82", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "877", "echelle": "departement"}, {"code_geo": "82", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "779", "echelle": "departement"}, {"code_geo": "82", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "83", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "83", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "83", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "83", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1814", "echelle": "departement"}, {"code_geo": "83", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "83", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "83", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "83", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "83", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "83", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1495", "echelle": "departement"}, {"code_geo": "83", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "83", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "83", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "83", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "83", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "83", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1919", "echelle": "departement"}, {"code_geo": "83", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "83", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "83", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "83", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "83", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "83", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "2057", "echelle": "departement"}, {"code_geo": "83", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "83", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "83", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "83", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "83", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "83", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "83", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2198", "echelle": "departement"}, {"code_geo": "83", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "83", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "83", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "83", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "83", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "83", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2670", "echelle": "departement"}, {"code_geo": "83", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "83", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "83", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "83", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "83", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "83", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "4784", "echelle": "departement"}, {"code_geo": "83", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "83", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "83", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "83", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "83", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "83", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "2140", "echelle": "departement"}, {"code_geo": "83", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "83", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "83", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "83", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "83", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "83", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2650", "echelle": "departement"}, {"code_geo": "83", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "83", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "83", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "83", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "83", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "83", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "83", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2524", "echelle": "departement"}, {"code_geo": "83", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "83", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "83", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "83", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "83", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "83", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "2024", "echelle": "departement"}, {"code_geo": "83", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "83", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "83", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "83", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "83", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "83", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "8456", "echelle": "departement"}, {"code_geo": "83", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "83", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "83", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "84", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "84", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "84", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "879", "echelle": "departement"}, {"code_geo": "84", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "84", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "84", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "84", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "84", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "84", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "856", "echelle": "departement"}, {"code_geo": "84", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "84", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "84", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "84", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "84", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "84", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1187", "echelle": "departement"}, {"code_geo": "84", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "84", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "84", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "84", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "84", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "84", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1030", "echelle": "departement"}, {"code_geo": "84", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "84", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "84", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "84", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "84", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "84", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1124", "echelle": "departement"}, {"code_geo": "84", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "84", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "84", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "84", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "84", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "84", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1536", "echelle": "departement"}, {"code_geo": "84", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "573", "echelle": "departement"}, {"code_geo": "84", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "84", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "84", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "84", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "84", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1839", "echelle": "departement"}, {"code_geo": "84", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "517", "echelle": "departement"}, {"code_geo": "84", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "84", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "84", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "84", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "84", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1273", "echelle": "departement"}, {"code_geo": "84", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "84", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "84", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "84", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "84", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "84", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1679", "echelle": "departement"}, {"code_geo": "84", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "84", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "84", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "84", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "84", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "84", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1829", "echelle": "departement"}, {"code_geo": "84", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "84", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "84", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "84", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "84", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "84", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1357", "echelle": "departement"}, {"code_geo": "84", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "84", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "84", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "84", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "84", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "84", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1480", "echelle": "departement"}, {"code_geo": "84", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "493", "echelle": "departement"}, {"code_geo": "84", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "84", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "85", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "85", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "85", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1565", "echelle": "departement"}, {"code_geo": "85", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "85", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "85", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "85", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "85", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "85", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1708", "echelle": "departement"}, {"code_geo": "85", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "586", "echelle": "departement"}, {"code_geo": "85", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "85", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "85", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "85", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "85", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1851", "echelle": "departement"}, {"code_geo": "85", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "608", "echelle": "departement"}, {"code_geo": "85", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "85", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "85", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "85", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "85", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "2055", "echelle": "departement"}, {"code_geo": "85", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "698", "echelle": "departement"}, {"code_geo": "85", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "85", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "85", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "85", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "85", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "2108", "echelle": "departement"}, {"code_geo": "85", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "587", "echelle": "departement"}, {"code_geo": "85", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "85", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "85", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "85", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "85", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "3031", "echelle": "departement"}, {"code_geo": "85", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "818", "echelle": "departement"}, {"code_geo": "85", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "85", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "85", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "85", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "85", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "3249", "echelle": "departement"}, {"code_geo": "85", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "644", "echelle": "departement"}, {"code_geo": "85", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "85", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "85", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "85", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "85", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "2384", "echelle": "departement"}, {"code_geo": "85", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "475", "echelle": "departement"}, {"code_geo": "85", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "85", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "85", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "85", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "85", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "2853", "echelle": "departement"}, {"code_geo": "85", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "714", "echelle": "departement"}, {"code_geo": "85", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "85", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "85", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "85", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "85", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "2674", "echelle": "departement"}, {"code_geo": "85", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "845", "echelle": "departement"}, {"code_geo": "85", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "85", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "85", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "85", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "85", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "2142", "echelle": "departement"}, {"code_geo": "85", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "645", "echelle": "departement"}, {"code_geo": "85", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "85", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "85", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "85", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "574", "echelle": "departement"}, {"code_geo": "85", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "3020", "echelle": "departement"}, {"code_geo": "85", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "1168", "echelle": "departement"}, {"code_geo": "85", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "85", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "86", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "86", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "86", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "875", "echelle": "departement"}, {"code_geo": "86", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "755", "echelle": "departement"}, {"code_geo": "86", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "86", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "86", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "86", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "86", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "895", "echelle": "departement"}, {"code_geo": "86", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "869", "echelle": "departement"}, {"code_geo": "86", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "86", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "86", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "86", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1020", "echelle": "departement"}, {"code_geo": "86", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "737", "echelle": "departement"}, {"code_geo": "86", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "86", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "86", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "86", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "86", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1305", "echelle": "departement"}, {"code_geo": "86", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "749", "echelle": "departement"}, {"code_geo": "86", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "86", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "86", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "86", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "86", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1259", "echelle": "departement"}, {"code_geo": "86", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "812", "echelle": "departement"}, {"code_geo": "86", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "86", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "86", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "86", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "86", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1613", "echelle": "departement"}, {"code_geo": "86", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "750", "echelle": "departement"}, {"code_geo": "86", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "86", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "86", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "86", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1710", "echelle": "departement"}, {"code_geo": "86", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "586", "echelle": "departement"}, {"code_geo": "86", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "86", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "86", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "86", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "86", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1318", "echelle": "departement"}, {"code_geo": "86", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "496", "echelle": "departement"}, {"code_geo": "86", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "86", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "86", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "86", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "86", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1435", "echelle": "departement"}, {"code_geo": "86", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "806", "echelle": "departement"}, {"code_geo": "86", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "86", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "86", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "86", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "86", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1513", "echelle": "departement"}, {"code_geo": "86", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "843", "echelle": "departement"}, {"code_geo": "86", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "86", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "86", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "86", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1420", "echelle": "departement"}, {"code_geo": "86", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "880", "echelle": "departement"}, {"code_geo": "86", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "86", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "86", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "86", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "86", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1591", "echelle": "departement"}, {"code_geo": "86", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "1031", "echelle": "departement"}, {"code_geo": "86", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "87", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "87", "month": "2021-01", "nature_culture": "pacages", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "87", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "87", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "650", "echelle": "departement"}, {"code_geo": "87", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "87", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "87", "month": "2021-02", "nature_culture": "pacages", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "87", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "87", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "706", "echelle": "departement"}, {"code_geo": "87", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "87", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "87", "month": "2021-03", "nature_culture": "pacages", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "87", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "87", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "811", "echelle": "departement"}, {"code_geo": "87", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "530", "echelle": "departement"}, {"code_geo": "87", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "87", "month": "2021-04", "nature_culture": "pacages", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "87", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "87", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1049", "echelle": "departement"}, {"code_geo": "87", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "596", "echelle": "departement"}, {"code_geo": "87", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "87", "month": "2021-05", "nature_culture": "pacages", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "87", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "87", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "978", "echelle": "departement"}, {"code_geo": "87", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "472", "echelle": "departement"}, {"code_geo": "87", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "87", "month": "2021-06", "nature_culture": "pacages", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "87", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "87", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1207", "echelle": "departement"}, {"code_geo": "87", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "87", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "87", "month": "2021-07", "nature_culture": "pacages", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "87", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "437", "echelle": "departement"}, {"code_geo": "87", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1358", "echelle": "departement"}, {"code_geo": "87", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "577", "echelle": "departement"}, {"code_geo": "87", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "87", "month": "2021-08", "nature_culture": "pacages", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "87", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "87", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "993", "echelle": "departement"}, {"code_geo": "87", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "87", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "87", "month": "2021-09", "nature_culture": "pacages", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "87", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "87", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1313", "echelle": "departement"}, {"code_geo": "87", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "615", "echelle": "departement"}, {"code_geo": "87", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "87", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "87", "month": "2021-10", "nature_culture": "pacages", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "87", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "87", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1200", "echelle": "departement"}, {"code_geo": "87", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "546", "echelle": "departement"}, {"code_geo": "87", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "87", "month": "2021-11", "nature_culture": "pacages", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "87", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "384", "echelle": "departement"}, {"code_geo": "87", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1047", "echelle": "departement"}, {"code_geo": "87", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "585", "echelle": "departement"}, {"code_geo": "87", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "87", "month": "2021-12", "nature_culture": "pacages", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "87", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "570", "echelle": "departement"}, {"code_geo": "87", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1212", "echelle": "departement"}, {"code_geo": "87", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "788", "echelle": "departement"}, {"code_geo": "87", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "88", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "88", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "88", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "740", "echelle": "departement"}, {"code_geo": "88", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "88", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "88", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "88", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "88", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "88", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "705", "echelle": "departement"}, {"code_geo": "88", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "88", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "88", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "88", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "88", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "455", "echelle": "departement"}, {"code_geo": "88", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "686", "echelle": "departement"}, {"code_geo": "88", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "88", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "88", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "88", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "88", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "88", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "860", "echelle": "departement"}, {"code_geo": "88", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "88", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "88", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "88", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "88", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "88", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "784", "echelle": "departement"}, {"code_geo": "88", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "88", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "88", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "88", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "88", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "491", "echelle": "departement"}, {"code_geo": "88", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1264", "echelle": "departement"}, {"code_geo": "88", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "88", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "88", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "88", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "88", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "591", "echelle": "departement"}, {"code_geo": "88", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1437", "echelle": "departement"}, {"code_geo": "88", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "88", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "88", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "88", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "88", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "88", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1104", "echelle": "departement"}, {"code_geo": "88", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "88", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "88", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "88", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "88", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "508", "echelle": "departement"}, {"code_geo": "88", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1600", "echelle": "departement"}, {"code_geo": "88", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "88", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "88", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "88", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "88", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "88", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1137", "echelle": "departement"}, {"code_geo": "88", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "88", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "88", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "88", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "88", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "88", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1002", "echelle": "departement"}, {"code_geo": "88", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "88", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "88", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "88", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "88", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "641", "echelle": "departement"}, {"code_geo": "88", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1476", "echelle": "departement"}, {"code_geo": "88", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "88", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "88", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "89", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "89", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "89", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "704", "echelle": "departement"}, {"code_geo": "89", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "89", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "89", "month": "2021-01", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "89", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "89", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "89", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "775", "echelle": "departement"}, {"code_geo": "89", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "532", "echelle": "departement"}, {"code_geo": "89", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "89", "month": "2021-02", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "89", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "89", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "89", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1001", "echelle": "departement"}, {"code_geo": "89", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "662", "echelle": "departement"}, {"code_geo": "89", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "89", "month": "2021-03", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "89", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "89", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "89", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1100", "echelle": "departement"}, {"code_geo": "89", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "525", "echelle": "departement"}, {"code_geo": "89", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "89", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "89", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "89", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "89", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1086", "echelle": "departement"}, {"code_geo": "89", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "646", "echelle": "departement"}, {"code_geo": "89", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "89", "month": "2021-05", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "89", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "89", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "89", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1511", "echelle": "departement"}, {"code_geo": "89", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "450", "echelle": "departement"}, {"code_geo": "89", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "89", "month": "2021-06", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "89", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "89", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "89", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1899", "echelle": "departement"}, {"code_geo": "89", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "571", "echelle": "departement"}, {"code_geo": "89", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "89", "month": "2021-07", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "89", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "89", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "89", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "972", "echelle": "departement"}, {"code_geo": "89", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "89", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "89", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "89", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "89", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "89", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1567", "echelle": "departement"}, {"code_geo": "89", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "650", "echelle": "departement"}, {"code_geo": "89", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "89", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "89", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "89", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "89", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1336", "echelle": "departement"}, {"code_geo": "89", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "464", "echelle": "departement"}, {"code_geo": "89", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "89", "month": "2021-10", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "89", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "89", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "89", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1400", "echelle": "departement"}, {"code_geo": "89", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "515", "echelle": "departement"}, {"code_geo": "89", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "89", "month": "2021-11", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "89", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "89", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "89", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1516", "echelle": "departement"}, {"code_geo": "89", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "507", "echelle": "departement"}, {"code_geo": "89", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "89", "month": "2021-12", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "90", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "90", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "90", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "90", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "90", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "90", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "90", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "90", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "90", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "90", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "90", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "90", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "90", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "90", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "90", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "90", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "90", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "90", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "90", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "90", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "90", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "90", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "90", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "90", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "90", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "90", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "90", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "90", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "90", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "90", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "384", "echelle": "departement"}, {"code_geo": "90", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "90", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "90", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "90", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "90", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "90", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "90", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "90", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "90", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "90", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "90", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "90", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "90", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "90", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "90", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "90", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "90", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "90", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "90", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "90", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "90", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "90", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "90", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "90", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "90", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "90", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "91", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "91", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "928", "echelle": "departement"}, {"code_geo": "91", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "91", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "91", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1176", "echelle": "departement"}, {"code_geo": "91", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "91", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "91", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "91", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "91", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1104", "echelle": "departement"}, {"code_geo": "91", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "91", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "91", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "91", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1161", "echelle": "departement"}, {"code_geo": "91", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "91", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "91", "month": "2021-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "91", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1057", "echelle": "departement"}, {"code_geo": "91", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "91", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "91", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "91", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2116", "echelle": "departement"}, {"code_geo": "91", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "91", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "91", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2796", "echelle": "departement"}, {"code_geo": "91", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "91", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1474", "echelle": "departement"}, {"code_geo": "91", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "91", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2021-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "91", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "91", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1777", "echelle": "departement"}, {"code_geo": "91", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "91", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "91", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "91", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "91", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1594", "echelle": "departement"}, {"code_geo": "91", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "91", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "91", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1472", "echelle": "departement"}, {"code_geo": "91", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "91", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "91", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2282", "echelle": "departement"}, {"code_geo": "91", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "91", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "92", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "1050", "echelle": "departement"}, {"code_geo": "92", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "92", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "572", "echelle": "departement"}, {"code_geo": "92", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "528", "echelle": "departement"}, {"code_geo": "92", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "707", "echelle": "departement"}, {"code_geo": "92", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1049", "echelle": "departement"}, {"code_geo": "92", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "92", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1070", "echelle": "departement"}, {"code_geo": "92", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "92", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "92", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "92", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "749", "echelle": "departement"}, {"code_geo": "92", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "92", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "848", "echelle": "departement"}, {"code_geo": "92", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "647", "echelle": "departement"}, {"code_geo": "92", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "92", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2000", "echelle": "departement"}, {"code_geo": "92", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "92", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "644", "echelle": "departement"}, {"code_geo": "93", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "93", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "649", "echelle": "departement"}, {"code_geo": "93", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "955", "echelle": "departement"}, {"code_geo": "93", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "93", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "901", "echelle": "departement"}, {"code_geo": "93", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "93", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1017", "echelle": "departement"}, {"code_geo": "93", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "93", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1797", "echelle": "departement"}, {"code_geo": "93", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "93", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1467", "echelle": "departement"}, {"code_geo": "93", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "93", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "93", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "603", "echelle": "departement"}, {"code_geo": "93", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "93", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1135", "echelle": "departement"}, {"code_geo": "93", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "93", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1280", "echelle": "departement"}, {"code_geo": "93", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "93", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "953", "echelle": "departement"}, {"code_geo": "93", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "93", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1359", "echelle": "departement"}, {"code_geo": "93", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "93", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "522", "echelle": "departement"}, {"code_geo": "94", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "524", "echelle": "departement"}, {"code_geo": "94", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "94", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "608", "echelle": "departement"}, {"code_geo": "94", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "839", "echelle": "departement"}, {"code_geo": "94", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "609", "echelle": "departement"}, {"code_geo": "94", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1119", "echelle": "departement"}, {"code_geo": "94", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "94", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1356", "echelle": "departement"}, {"code_geo": "94", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "94", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "596", "echelle": "departement"}, {"code_geo": "94", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1148", "echelle": "departement"}, {"code_geo": "94", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1034", "echelle": "departement"}, {"code_geo": "94", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "94", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "857", "echelle": "departement"}, {"code_geo": "94", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1962", "echelle": "departement"}, {"code_geo": "94", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "94", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "95", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "874", "echelle": "departement"}, {"code_geo": "95", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "95", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "95", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "95", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "912", "echelle": "departement"}, {"code_geo": "95", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "95", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "95", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "95", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "95", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "989", "echelle": "departement"}, {"code_geo": "95", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "95", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "95", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "95", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "95", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1035", "echelle": "departement"}, {"code_geo": "95", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "95", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "95", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "95", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "95", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1071", "echelle": "departement"}, {"code_geo": "95", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "95", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "95", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "95", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "95", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "2382", "echelle": "departement"}, {"code_geo": "95", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "95", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "95", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "95", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "2528", "echelle": "departement"}, {"code_geo": "95", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "95", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "95", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1192", "echelle": "departement"}, {"code_geo": "95", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "95", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "95", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "95", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1630", "echelle": "departement"}, {"code_geo": "95", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "95", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "95", "month": "2021-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "95", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1970", "echelle": "departement"}, {"code_geo": "95", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "95", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "95", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "95", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1170", "echelle": "departement"}, {"code_geo": "95", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "95", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "95", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "95", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "95", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "1995", "echelle": "departement"}, {"code_geo": "95", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "95", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "97", "month": "2021-01", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "97", "month": "2021-01", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "97", "month": "2021-01", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2021-01", "nature_culture": "sols", "nb_mutations": "858", "echelle": "departement"}, {"code_geo": "97", "month": "2021-01", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "97", "month": "2021-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2021-02", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "97", "month": "2021-02", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "97", "month": "2021-02", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2021-02", "nature_culture": "sols", "nb_mutations": "1154", "echelle": "departement"}, {"code_geo": "97", "month": "2021-02", "nature_culture": "terres", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "97", "month": "2021-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2021-03", "nature_culture": "landes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "97", "month": "2021-03", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "97", "month": "2021-03", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2021-03", "nature_culture": "sols", "nb_mutations": "1218", "echelle": "departement"}, {"code_geo": "97", "month": "2021-03", "nature_culture": "terres", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "97", "month": "2021-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2021-04", "nature_culture": "landes", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "97", "month": "2021-04", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "97", "month": "2021-04", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2021-04", "nature_culture": "sols", "nb_mutations": "1504", "echelle": "departement"}, {"code_geo": "97", "month": "2021-04", "nature_culture": "terres", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "97", "month": "2021-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2021-05", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "97", "month": "2021-05", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "97", "month": "2021-05", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2021-05", "nature_culture": "sols", "nb_mutations": "1223", "echelle": "departement"}, {"code_geo": "97", "month": "2021-05", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "97", "month": "2021-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2021-06", "nature_culture": "landes", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "97", "month": "2021-06", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "97", "month": "2021-06", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2021-06", "nature_culture": "sols", "nb_mutations": "1709", "echelle": "departement"}, {"code_geo": "97", "month": "2021-06", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "97", "month": "2021-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2021-07", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "97", "month": "2021-07", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "97", "month": "2021-07", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2021-07", "nature_culture": "sols", "nb_mutations": "1393", "echelle": "departement"}, {"code_geo": "97", "month": "2021-07", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "97", "month": "2021-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2021-08", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "97", "month": "2021-08", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "97", "month": "2021-08", "nature_culture": "sols", "nb_mutations": "1124", "echelle": "departement"}, {"code_geo": "97", "month": "2021-08", "nature_culture": "terres", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "97", "month": "2021-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "97", "month": "2021-09", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "97", "month": "2021-09", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "97", "month": "2021-09", "nature_culture": "sols", "nb_mutations": "1506", "echelle": "departement"}, {"code_geo": "97", "month": "2021-09", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "97", "month": "2021-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2021-10", "nature_culture": "landes", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "97", "month": "2021-10", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "97", "month": "2021-10", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "97", "month": "2021-10", "nature_culture": "sols", "nb_mutations": "1448", "echelle": "departement"}, {"code_geo": "97", "month": "2021-10", "nature_culture": "terres", "nb_mutations": "549", "echelle": "departement"}, {"code_geo": "97", "month": "2021-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "97", "month": "2021-11", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "97", "month": "2021-11", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "97", "month": "2021-11", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2021-11", "nature_culture": "sols", "nb_mutations": "1607", "echelle": "departement"}, {"code_geo": "97", "month": "2021-11", "nature_culture": "terres", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "97", "month": "2021-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "97", "month": "2021-12", "nature_culture": "landes", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "97", "month": "2021-12", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "97", "month": "2021-12", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2021-12", "nature_culture": "sols", "nb_mutations": "2980", "echelle": "departement"}, {"code_geo": "97", "month": "2021-12", "nature_culture": "terres", "nb_mutations": "536", "echelle": "departement"}, {"code_geo": "97", "month": "2021-12", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "code_geo", "month": "month", "nature_culture": "nature_culture", "nb_mutations": "nb_mutations", "echelle": "echelle"}, {"code_geo": "01", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "01", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "396", "echelle": "departement"}, {"code_geo": "01", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "01", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1230", "echelle": "departement"}, {"code_geo": "01", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "01", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "01", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "01", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "01", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "01", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "01", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1203", "echelle": "departement"}, {"code_geo": "01", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "01", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "01", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "01", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "460", "echelle": "departement"}, {"code_geo": "01", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "01", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1557", "echelle": "departement"}, {"code_geo": "01", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "01", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "01", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "01", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "01", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "01", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "01", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1407", "echelle": "departement"}, {"code_geo": "01", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "01", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "01", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "01", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "01", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "01", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1430", "echelle": "departement"}, {"code_geo": "01", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "01", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "01", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "01", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "448", "echelle": "departement"}, {"code_geo": "01", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "01", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1797", "echelle": "departement"}, {"code_geo": "01", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "01", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "01", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "01", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "489", "echelle": "departement"}, {"code_geo": "01", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "01", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2176", "echelle": "departement"}, {"code_geo": "01", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "01", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "01", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "01", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "01", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "01", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1050", "echelle": "departement"}, {"code_geo": "01", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "01", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "01", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "01", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "01", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "01", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1734", "echelle": "departement"}, {"code_geo": "01", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "01", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "01", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "01", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "01", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "01", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "01", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1379", "echelle": "departement"}, {"code_geo": "01", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "01", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "01", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "01", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "01", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "01", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "01", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1559", "echelle": "departement"}, {"code_geo": "01", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "01", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "01", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "01", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "01", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "433", "echelle": "departement"}, {"code_geo": "01", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1859", "echelle": "departement"}, {"code_geo": "01", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "01", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "02", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "02", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "02", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "02", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1237", "echelle": "departement"}, {"code_geo": "02", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "02", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "02", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "02", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "02", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "02", "month": "2022-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "02", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "02", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1278", "echelle": "departement"}, {"code_geo": "02", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "02", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "02", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "02", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "02", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "02", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "02", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1676", "echelle": "departement"}, {"code_geo": "02", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "02", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "02", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "02", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "02", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "02", "month": "2022-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "02", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1525", "echelle": "departement"}, {"code_geo": "02", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "02", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "02", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "02", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "02", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "02", "month": "2022-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "02", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "02", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1427", "echelle": "departement"}, {"code_geo": "02", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "02", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "02", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "02", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "02", "month": "2022-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "02", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "02", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1681", "echelle": "departement"}, {"code_geo": "02", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "02", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "02", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "02", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "02", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "02", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "02", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1815", "echelle": "departement"}, {"code_geo": "02", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "02", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "02", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "02", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "02", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "02", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "02", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1090", "echelle": "departement"}, {"code_geo": "02", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "02", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "02", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "02", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "02", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "02", "month": "2022-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "02", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "02", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1695", "echelle": "departement"}, {"code_geo": "02", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "02", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "02", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "02", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "02", "month": "2022-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "02", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "02", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1457", "echelle": "departement"}, {"code_geo": "02", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "02", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "02", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "02", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "02", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "02", "month": "2022-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "02", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1205", "echelle": "departement"}, {"code_geo": "02", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "02", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "02", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "02", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "02", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "02", "month": "2022-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "02", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1598", "echelle": "departement"}, {"code_geo": "02", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "02", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "02", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "03", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "03", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "03", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1053", "echelle": "departement"}, {"code_geo": "03", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "03", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "03", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "03", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "03", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "980", "echelle": "departement"}, {"code_geo": "03", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "03", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "03", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "03", "month": "2022-03", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "03", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1213", "echelle": "departement"}, {"code_geo": "03", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "03", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "03", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "03", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "03", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1232", "echelle": "departement"}, {"code_geo": "03", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "03", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "03", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "03", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1267", "echelle": "departement"}, {"code_geo": "03", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "466", "echelle": "departement"}, {"code_geo": "03", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "03", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "03", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "03", "month": "2022-06", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "03", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "03", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1373", "echelle": "departement"}, {"code_geo": "03", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "03", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "03", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "03", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "03", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "03", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1567", "echelle": "departement"}, {"code_geo": "03", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "475", "echelle": "departement"}, {"code_geo": "03", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "03", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "03", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "03", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "03", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "942", "echelle": "departement"}, {"code_geo": "03", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "03", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "03", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "03", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "03", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1253", "echelle": "departement"}, {"code_geo": "03", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "03", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "03", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "03", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "03", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "03", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1122", "echelle": "departement"}, {"code_geo": "03", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "03", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "03", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "03", "month": "2022-11", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "03", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1065", "echelle": "departement"}, {"code_geo": "03", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "532", "echelle": "departement"}, {"code_geo": "03", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "03", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "03", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "03", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "03", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1494", "echelle": "departement"}, {"code_geo": "03", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "503", "echelle": "departement"}, {"code_geo": "03", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "04", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "04", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "04", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "04", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "04", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "04", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "04", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "04", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "04", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "04", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "04", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "04", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "04", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "457", "echelle": "departement"}, {"code_geo": "04", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "04", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "04", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "04", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "04", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "04", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "04", "month": "2022-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "04", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "04", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "04", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "04", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "04", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "04", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "04", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "04", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "04", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "04", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "04", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "524", "echelle": "departement"}, {"code_geo": "04", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "04", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "04", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "04", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "04", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "04", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "04", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "04", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "04", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "04", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "04", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "04", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "04", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "04", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "04", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "04", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "04", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "04", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "04", "month": "2022-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "04", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "04", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "04", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "04", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "04", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "04", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "04", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "04", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "04", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "04", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "04", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "04", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "396", "echelle": "departement"}, {"code_geo": "04", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "04", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "514", "echelle": "departement"}, {"code_geo": "04", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "04", "month": "2022-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "04", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "05", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "05", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "05", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "05", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "05", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "05", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "05", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "05", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "05", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "05", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "05", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "05", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "05", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "05", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "05", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "05", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "05", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "05", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "05", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "05", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "05", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "05", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "05", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "05", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "05", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "05", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "05", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "05", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "05", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "05", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "05", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "05", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "05", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "05", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "05", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "05", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "05", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "05", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "05", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "05", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "05", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "05", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "05", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "05", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "05", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "05", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "05", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "05", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "05", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "05", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "05", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "05", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "05", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "05", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "05", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "05", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "05", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "05", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "05", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "05", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "05", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "05", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "05", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "05", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "05", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "05", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "05", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "05", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "657", "echelle": "departement"}, {"code_geo": "05", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "05", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "05", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "06", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "06", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "06", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "912", "echelle": "departement"}, {"code_geo": "06", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "06", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "06", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "06", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "06", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "06", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1071", "echelle": "departement"}, {"code_geo": "06", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "06", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "06", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "06", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "06", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "06", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1220", "echelle": "departement"}, {"code_geo": "06", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "06", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "06", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "06", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "06", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "06", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1072", "echelle": "departement"}, {"code_geo": "06", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "06", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "06", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "06", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "06", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "06", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1129", "echelle": "departement"}, {"code_geo": "06", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "06", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "06", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "06", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "06", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "06", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1386", "echelle": "departement"}, {"code_geo": "06", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "06", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "06", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "06", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "06", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "06", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1469", "echelle": "departement"}, {"code_geo": "06", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "06", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "06", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "06", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "06", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "06", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "927", "echelle": "departement"}, {"code_geo": "06", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "06", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "06", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "06", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "06", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "06", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1370", "echelle": "departement"}, {"code_geo": "06", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "06", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "06", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "06", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "06", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "06", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1115", "echelle": "departement"}, {"code_geo": "06", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "06", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "06", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "06", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "06", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "06", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1064", "echelle": "departement"}, {"code_geo": "06", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "06", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "06", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "06", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "06", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "06", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1299", "echelle": "departement"}, {"code_geo": "06", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "06", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "06", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "07", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "450", "echelle": "departement"}, {"code_geo": "07", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "07", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "07", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "783", "echelle": "departement"}, {"code_geo": "07", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "07", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "07", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "07", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "518", "echelle": "departement"}, {"code_geo": "07", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "07", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "07", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "820", "echelle": "departement"}, {"code_geo": "07", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "07", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "07", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "07", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "07", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "07", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "07", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1102", "echelle": "departement"}, {"code_geo": "07", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "07", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "07", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "07", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "669", "echelle": "departement"}, {"code_geo": "07", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "07", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "07", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "910", "echelle": "departement"}, {"code_geo": "07", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "07", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "07", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "07", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "485", "echelle": "departement"}, {"code_geo": "07", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "07", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "07", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "960", "echelle": "departement"}, {"code_geo": "07", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "07", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "07", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "07", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "465", "echelle": "departement"}, {"code_geo": "07", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "07", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "07", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1073", "echelle": "departement"}, {"code_geo": "07", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "07", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "07", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "07", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "07", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "07", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "07", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1091", "echelle": "departement"}, {"code_geo": "07", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "07", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "07", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "07", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "363", "echelle": "departement"}, {"code_geo": "07", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "07", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "07", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "682", "echelle": "departement"}, {"code_geo": "07", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "07", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "07", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "07", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "464", "echelle": "departement"}, {"code_geo": "07", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "07", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "07", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "934", "echelle": "departement"}, {"code_geo": "07", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "07", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "07", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "07", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "07", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "07", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "07", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1005", "echelle": "departement"}, {"code_geo": "07", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "07", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "07", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "07", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "07", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "07", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "07", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "790", "echelle": "departement"}, {"code_geo": "07", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "07", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "07", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "07", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "576", "echelle": "departement"}, {"code_geo": "07", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "07", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "07", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "924", "echelle": "departement"}, {"code_geo": "07", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "458", "echelle": "departement"}, {"code_geo": "07", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "07", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "08", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "08", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "08", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "548", "echelle": "departement"}, {"code_geo": "08", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "08", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "08", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "08", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "08", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "08", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "08", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "08", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "08", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "08", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "728", "echelle": "departement"}, {"code_geo": "08", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "08", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "08", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "08", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "08", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "08", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "663", "echelle": "departement"}, {"code_geo": "08", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "08", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "08", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "08", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "08", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "08", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "657", "echelle": "departement"}, {"code_geo": "08", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "08", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "08", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "08", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "08", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "871", "echelle": "departement"}, {"code_geo": "08", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "08", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "08", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "08", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "08", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "08", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "990", "echelle": "departement"}, {"code_geo": "08", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "08", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "08", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "08", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "08", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "08", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "08", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "08", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "08", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "08", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "08", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "774", "echelle": "departement"}, {"code_geo": "08", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "08", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "08", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "08", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "08", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "757", "echelle": "departement"}, {"code_geo": "08", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "08", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "08", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "08", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "08", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "08", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "659", "echelle": "departement"}, {"code_geo": "08", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "08", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "08", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "08", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "08", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "718", "echelle": "departement"}, {"code_geo": "08", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "08", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "08", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "584", "echelle": "departement"}, {"code_geo": "09", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "09", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "552", "echelle": "departement"}, {"code_geo": "09", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "09", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "09", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "510", "echelle": "departement"}, {"code_geo": "09", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "09", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "507", "echelle": "departement"}, {"code_geo": "09", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "09", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "09", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "09", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "09", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "752", "echelle": "departement"}, {"code_geo": "09", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "09", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "09", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "541", "echelle": "departement"}, {"code_geo": "09", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "363", "echelle": "departement"}, {"code_geo": "09", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "09", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "09", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "541", "echelle": "departement"}, {"code_geo": "09", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "441", "echelle": "departement"}, {"code_geo": "09", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "620", "echelle": "departement"}, {"code_geo": "09", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "09", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "09", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "09", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "923", "echelle": "departement"}, {"code_geo": "09", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "504", "echelle": "departement"}, {"code_geo": "09", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "788", "echelle": "departement"}, {"code_geo": "09", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "09", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "09", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "09", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "09", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "709", "echelle": "departement"}, {"code_geo": "09", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "09", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "09", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "09", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "578", "echelle": "departement"}, {"code_geo": "09", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "09", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "414", "echelle": "departement"}, {"code_geo": "09", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "09", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "618", "echelle": "departement"}, {"code_geo": "09", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "09", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "09", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "09", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "624", "echelle": "departement"}, {"code_geo": "09", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "09", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "09", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "09", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "568", "echelle": "departement"}, {"code_geo": "09", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "09", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "09", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "654", "echelle": "departement"}, {"code_geo": "09", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "09", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "727", "echelle": "departement"}, {"code_geo": "09", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "09", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "10", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "10", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "10", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "740", "echelle": "departement"}, {"code_geo": "10", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "10", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "10", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "10", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "10", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "10", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "739", "echelle": "departement"}, {"code_geo": "10", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "10", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "10", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "10", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "10", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "10", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "825", "echelle": "departement"}, {"code_geo": "10", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "10", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "10", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "10", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "10", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "10", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "756", "echelle": "departement"}, {"code_geo": "10", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "10", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "10", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "10", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "10", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "10", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "759", "echelle": "departement"}, {"code_geo": "10", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "10", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "10", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "10", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "10", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "10", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "916", "echelle": "departement"}, {"code_geo": "10", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "10", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "10", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "10", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "10", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "10", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1089", "echelle": "departement"}, {"code_geo": "10", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "10", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "10", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "10", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "10", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "10", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "640", "echelle": "departement"}, {"code_geo": "10", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "10", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "10", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "10", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "10", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "10", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "796", "echelle": "departement"}, {"code_geo": "10", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "10", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "10", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "10", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "10", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "10", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "749", "echelle": "departement"}, {"code_geo": "10", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "10", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "10", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "10", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "10", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "10", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "803", "echelle": "departement"}, {"code_geo": "10", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "10", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "10", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "10", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "10", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "10", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "815", "echelle": "departement"}, {"code_geo": "10", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "10", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "10", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "11", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "11", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "11", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "923", "echelle": "departement"}, {"code_geo": "11", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "11", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "11", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "11", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "11", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "11", "month": "2022-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "11", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "982", "echelle": "departement"}, {"code_geo": "11", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "11", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "11", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "11", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "11", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "11", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1144", "echelle": "departement"}, {"code_geo": "11", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "594", "echelle": "departement"}, {"code_geo": "11", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "11", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "11", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "11", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "11", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1090", "echelle": "departement"}, {"code_geo": "11", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "586", "echelle": "departement"}, {"code_geo": "11", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "11", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "11", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "11", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "11", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1221", "echelle": "departement"}, {"code_geo": "11", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "548", "echelle": "departement"}, {"code_geo": "11", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "11", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "11", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "11", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "11", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1319", "echelle": "departement"}, {"code_geo": "11", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "626", "echelle": "departement"}, {"code_geo": "11", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "11", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "11", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "11", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "11", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1316", "echelle": "departement"}, {"code_geo": "11", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "648", "echelle": "departement"}, {"code_geo": "11", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "11", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "11", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "11", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "11", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1048", "echelle": "departement"}, {"code_geo": "11", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "11", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "11", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "11", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "11", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "11", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1179", "echelle": "departement"}, {"code_geo": "11", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "11", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "11", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "11", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "11", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "11", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1074", "echelle": "departement"}, {"code_geo": "11", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "11", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "11", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "11", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "11", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "11", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "883", "echelle": "departement"}, {"code_geo": "11", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "11", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "11", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "11", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "11", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "11", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1377", "echelle": "departement"}, {"code_geo": "11", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "753", "echelle": "departement"}, {"code_geo": "11", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "11", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "12", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "12", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "12", "month": "2022-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "12", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "612", "echelle": "departement"}, {"code_geo": "12", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "12", "month": "2022-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "12", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "12", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "12", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "12", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "12", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "12", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "804", "echelle": "departement"}, {"code_geo": "12", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "12", "month": "2022-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "12", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "12", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "397", "echelle": "departement"}, {"code_geo": "12", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "12", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "12", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "788", "echelle": "departement"}, {"code_geo": "12", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "12", "month": "2022-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "12", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "12", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "12", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "12", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "12", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "793", "echelle": "departement"}, {"code_geo": "12", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "499", "echelle": "departement"}, {"code_geo": "12", "month": "2022-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "12", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "12", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "12", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "12", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "12", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "741", "echelle": "departement"}, {"code_geo": "12", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "483", "echelle": "departement"}, {"code_geo": "12", "month": "2022-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "12", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "12", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "12", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "12", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "12", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "782", "echelle": "departement"}, {"code_geo": "12", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "12", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "12", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "12", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "12", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "12", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "12", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "893", "echelle": "departement"}, {"code_geo": "12", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "500", "echelle": "departement"}, {"code_geo": "12", "month": "2022-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "12", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "12", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "12", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "12", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "12", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "688", "echelle": "departement"}, {"code_geo": "12", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "379", "echelle": "departement"}, {"code_geo": "12", "month": "2022-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "12", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "12", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "12", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "12", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "12", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "822", "echelle": "departement"}, {"code_geo": "12", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "12", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "12", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "12", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "12", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "12", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "12", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "997", "echelle": "departement"}, {"code_geo": "12", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "12", "month": "2022-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "12", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "12", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "12", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "12", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "12", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "839", "echelle": "departement"}, {"code_geo": "12", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "12", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "12", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "12", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "12", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "12", "month": "2022-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "12", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "984", "echelle": "departement"}, {"code_geo": "12", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "565", "echelle": "departement"}, {"code_geo": "12", "month": "2022-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "12", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "13", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "13", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "13", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "13", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1824", "echelle": "departement"}, {"code_geo": "13", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "13", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "13", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "13", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "13", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "13", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1888", "echelle": "departement"}, {"code_geo": "13", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "13", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "13", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "13", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "13", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "13", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "13", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2371", "echelle": "departement"}, {"code_geo": "13", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "13", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "13", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "13", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "13", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "13", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "2207", "echelle": "departement"}, {"code_geo": "13", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "13", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "13", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "13", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "13", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "13", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "13", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "2284", "echelle": "departement"}, {"code_geo": "13", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "13", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "13", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "13", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "13", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "13", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2771", "echelle": "departement"}, {"code_geo": "13", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "13", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "13", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "13", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "13", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "13", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "13", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "3000", "echelle": "departement"}, {"code_geo": "13", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "13", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "13", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "13", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "13", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "13", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1903", "echelle": "departement"}, {"code_geo": "13", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "13", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "13", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "13", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "13", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "13", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2874", "echelle": "departement"}, {"code_geo": "13", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "13", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "13", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "13", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "13", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "13", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "13", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "2092", "echelle": "departement"}, {"code_geo": "13", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "13", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "13", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "13", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "13", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "13", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "2326", "echelle": "departement"}, {"code_geo": "13", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "13", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "13", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "13", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "13", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "13", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "3418", "echelle": "departement"}, {"code_geo": "13", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "13", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "13", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "14", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2022-01", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "14", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "14", "month": "2022-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "14", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1472", "echelle": "departement"}, {"code_geo": "14", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "14", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "14", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "14", "month": "2022-02", "nature_culture": "pacages", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "14", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "14", "month": "2022-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "14", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1473", "echelle": "departement"}, {"code_geo": "14", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "14", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "14", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "14", "month": "2022-03", "nature_culture": "pacages", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "14", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "454", "echelle": "departement"}, {"code_geo": "14", "month": "2022-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "14", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1685", "echelle": "departement"}, {"code_geo": "14", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "14", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "14", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "14", "month": "2022-04", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "14", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "14", "month": "2022-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "14", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1420", "echelle": "departement"}, {"code_geo": "14", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "14", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "14", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "14", "month": "2022-05", "nature_culture": "pacages", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "14", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "468", "echelle": "departement"}, {"code_geo": "14", "month": "2022-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "14", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1389", "echelle": "departement"}, {"code_geo": "14", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "14", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "14", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "14", "month": "2022-06", "nature_culture": "pacages", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "14", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "524", "echelle": "departement"}, {"code_geo": "14", "month": "2022-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "14", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1968", "echelle": "departement"}, {"code_geo": "14", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "14", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "14", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "14", "month": "2022-07", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "14", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "14", "month": "2022-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "14", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2024", "echelle": "departement"}, {"code_geo": "14", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "14", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "14", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "14", "month": "2022-08", "nature_culture": "pacages", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "14", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "14", "month": "2022-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "14", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1518", "echelle": "departement"}, {"code_geo": "14", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "14", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "14", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "14", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "551", "echelle": "departement"}, {"code_geo": "14", "month": "2022-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "14", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1922", "echelle": "departement"}, {"code_geo": "14", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "14", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "14", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "14", "month": "2022-10", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "532", "echelle": "departement"}, {"code_geo": "14", "month": "2022-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "14", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1863", "echelle": "departement"}, {"code_geo": "14", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "14", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "14", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "14", "month": "2022-11", "nature_culture": "pacages", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "14", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "14", "month": "2022-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "14", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1427", "echelle": "departement"}, {"code_geo": "14", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "14", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "14", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "14", "month": "2022-12", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "14", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "638", "echelle": "departement"}, {"code_geo": "14", "month": "2022-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "14", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1801", "echelle": "departement"}, {"code_geo": "14", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "14", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "15", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "15", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "15", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "15", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "15", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "15", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "15", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "15", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "15", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "15", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "15", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "15", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "15", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "15", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "15", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "15", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "15", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "15", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "15", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "15", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "15", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "15", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "378", "echelle": "departement"}, {"code_geo": "15", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "15", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "15", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "15", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "15", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "15", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "15", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "15", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "15", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "15", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "15", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "15", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "454", "echelle": "departement"}, {"code_geo": "15", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "15", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "15", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "15", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "15", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "15", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "495", "echelle": "departement"}, {"code_geo": "15", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "15", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "15", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "15", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "15", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "15", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "15", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "15", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "15", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "15", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "15", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "15", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "15", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "15", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "15", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "15", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "15", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "15", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "15", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "15", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "15", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "15", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "15", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "15", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "15", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "15", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "15", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "15", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "539", "echelle": "departement"}, {"code_geo": "15", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "15", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "15", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "16", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "16", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1270", "echelle": "departement"}, {"code_geo": "16", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "785", "echelle": "departement"}, {"code_geo": "16", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "16", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "16", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "16", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1240", "echelle": "departement"}, {"code_geo": "16", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "641", "echelle": "departement"}, {"code_geo": "16", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "16", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "16", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "16", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1595", "echelle": "departement"}, {"code_geo": "16", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "1068", "echelle": "departement"}, {"code_geo": "16", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "16", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "16", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "16", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1316", "echelle": "departement"}, {"code_geo": "16", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "860", "echelle": "departement"}, {"code_geo": "16", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "16", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "16", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "16", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "16", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1380", "echelle": "departement"}, {"code_geo": "16", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "815", "echelle": "departement"}, {"code_geo": "16", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "16", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "16", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "16", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1478", "echelle": "departement"}, {"code_geo": "16", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "734", "echelle": "departement"}, {"code_geo": "16", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "16", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "16", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "16", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1721", "echelle": "departement"}, {"code_geo": "16", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "937", "echelle": "departement"}, {"code_geo": "16", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "16", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "16", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "16", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "16", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1372", "echelle": "departement"}, {"code_geo": "16", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "590", "echelle": "departement"}, {"code_geo": "16", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "16", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "16", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "16", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1519", "echelle": "departement"}, {"code_geo": "16", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "646", "echelle": "departement"}, {"code_geo": "16", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "16", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "16", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "16", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "16", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1199", "echelle": "departement"}, {"code_geo": "16", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "569", "echelle": "departement"}, {"code_geo": "16", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "16", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "16", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "16", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1199", "echelle": "departement"}, {"code_geo": "16", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "912", "echelle": "departement"}, {"code_geo": "16", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "16", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "16", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "16", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1516", "echelle": "departement"}, {"code_geo": "16", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "1046", "echelle": "departement"}, {"code_geo": "16", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "17", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "17", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "17", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "2198", "echelle": "departement"}, {"code_geo": "17", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "17", "month": "2022-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "17", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "17", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "17", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "17", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "2205", "echelle": "departement"}, {"code_geo": "17", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "778", "echelle": "departement"}, {"code_geo": "17", "month": "2022-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "17", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "17", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "17", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "17", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2701", "echelle": "departement"}, {"code_geo": "17", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "1017", "echelle": "departement"}, {"code_geo": "17", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "17", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "17", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "17", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "17", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "2473", "echelle": "departement"}, {"code_geo": "17", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "646", "echelle": "departement"}, {"code_geo": "17", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "17", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "17", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "17", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "2682", "echelle": "departement"}, {"code_geo": "17", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "920", "echelle": "departement"}, {"code_geo": "17", "month": "2022-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "17", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "17", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "17", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "17", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2836", "echelle": "departement"}, {"code_geo": "17", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "883", "echelle": "departement"}, {"code_geo": "17", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "17", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "17", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "17", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "17", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "3115", "echelle": "departement"}, {"code_geo": "17", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "675", "echelle": "departement"}, {"code_geo": "17", "month": "2022-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "17", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "17", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "17", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "17", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "17", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "2348", "echelle": "departement"}, {"code_geo": "17", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "691", "echelle": "departement"}, {"code_geo": "17", "month": "2022-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "17", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "17", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "17", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "17", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2805", "echelle": "departement"}, {"code_geo": "17", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "792", "echelle": "departement"}, {"code_geo": "17", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "17", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "17", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "17", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "2271", "echelle": "departement"}, {"code_geo": "17", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "802", "echelle": "departement"}, {"code_geo": "17", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "17", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "17", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "17", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "17", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "2264", "echelle": "departement"}, {"code_geo": "17", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "697", "echelle": "departement"}, {"code_geo": "17", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "17", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "17", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "17", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2677", "echelle": "departement"}, {"code_geo": "17", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "1048", "echelle": "departement"}, {"code_geo": "17", "month": "2022-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "17", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "17", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "18", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "18", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "18", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1124", "echelle": "departement"}, {"code_geo": "18", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "18", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "18", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "18", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "18", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1049", "echelle": "departement"}, {"code_geo": "18", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "18", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "18", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "18", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "18", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "18", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1151", "echelle": "departement"}, {"code_geo": "18", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "627", "echelle": "departement"}, {"code_geo": "18", "month": "2022-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "18", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "18", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "18", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "18", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "18", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1138", "echelle": "departement"}, {"code_geo": "18", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "18", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "18", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "18", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "18", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "18", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "943", "echelle": "departement"}, {"code_geo": "18", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "18", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "18", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "18", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "18", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1370", "echelle": "departement"}, {"code_geo": "18", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "18", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "18", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "18", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "18", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "18", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1394", "echelle": "departement"}, {"code_geo": "18", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "18", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "18", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "18", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "18", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "926", "echelle": "departement"}, {"code_geo": "18", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "18", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "18", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "18", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "18", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "18", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1181", "echelle": "departement"}, {"code_geo": "18", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "18", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "18", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "18", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "18", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "18", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1061", "echelle": "departement"}, {"code_geo": "18", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "595", "echelle": "departement"}, {"code_geo": "18", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "18", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "18", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "18", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1093", "echelle": "departement"}, {"code_geo": "18", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "18", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "18", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "18", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "18", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "18", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1298", "echelle": "departement"}, {"code_geo": "18", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "615", "echelle": "departement"}, {"code_geo": "18", "month": "2022-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "18", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "18", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "19", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "19", "month": "2022-01", "nature_culture": "pacages", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "19", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "19", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "627", "echelle": "departement"}, {"code_geo": "19", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "19", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "19", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "19", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "19", "month": "2022-02", "nature_culture": "pacages", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "19", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "19", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "601", "echelle": "departement"}, {"code_geo": "19", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "19", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "19", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "19", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "19", "month": "2022-03", "nature_culture": "pacages", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "19", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "19", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "772", "echelle": "departement"}, {"code_geo": "19", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "19", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "19", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "19", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "19", "month": "2022-04", "nature_culture": "pacages", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "19", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "19", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "680", "echelle": "departement"}, {"code_geo": "19", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "19", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "19", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "19", "month": "2022-05", "nature_culture": "pacages", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "19", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "19", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "702", "echelle": "departement"}, {"code_geo": "19", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "19", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "19", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "19", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "19", "month": "2022-06", "nature_culture": "pacages", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "19", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "19", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "803", "echelle": "departement"}, {"code_geo": "19", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "19", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "19", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "19", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "19", "month": "2022-07", "nature_culture": "pacages", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "19", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "19", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "828", "echelle": "departement"}, {"code_geo": "19", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "19", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "19", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "19", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "19", "month": "2022-08", "nature_culture": "pacages", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "19", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "19", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "795", "echelle": "departement"}, {"code_geo": "19", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "19", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "19", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "19", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "19", "month": "2022-09", "nature_culture": "pacages", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "19", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "19", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "824", "echelle": "departement"}, {"code_geo": "19", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "19", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "19", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "19", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "19", "month": "2022-10", "nature_culture": "pacages", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "19", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "19", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "737", "echelle": "departement"}, {"code_geo": "19", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "19", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "19", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "19", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "19", "month": "2022-11", "nature_culture": "pacages", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "19", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "19", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "656", "echelle": "departement"}, {"code_geo": "19", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "19", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "19", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "19", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "19", "month": "2022-12", "nature_culture": "pacages", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "19", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "19", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "947", "echelle": "departement"}, {"code_geo": "19", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "19", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "19", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "21", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "21", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "21", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "21", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "883", "echelle": "departement"}, {"code_geo": "21", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "21", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "21", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "21", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "21", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "21", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "21", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "991", "echelle": "departement"}, {"code_geo": "21", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "21", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "21", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "21", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "21", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "21", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "21", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1101", "echelle": "departement"}, {"code_geo": "21", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "21", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "21", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "21", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "21", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "21", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "21", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "951", "echelle": "departement"}, {"code_geo": "21", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "21", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "21", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "21", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "21", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "21", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "21", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1064", "echelle": "departement"}, {"code_geo": "21", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "21", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "21", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "21", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "21", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "21", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "21", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1262", "echelle": "departement"}, {"code_geo": "21", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "21", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "21", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "21", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "21", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "21", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "21", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1465", "echelle": "departement"}, {"code_geo": "21", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "21", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "21", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "21", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "21", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "21", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "21", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1098", "echelle": "departement"}, {"code_geo": "21", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "21", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "21", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "21", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "21", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "21", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "21", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1191", "echelle": "departement"}, {"code_geo": "21", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "21", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "21", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "21", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "21", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "21", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "21", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1187", "echelle": "departement"}, {"code_geo": "21", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "21", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "21", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "21", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "21", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "21", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "21", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "985", "echelle": "departement"}, {"code_geo": "21", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "21", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "21", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "21", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "21", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "21", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "21", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1537", "echelle": "departement"}, {"code_geo": "21", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "21", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "21", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "22", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "22", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "22", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1906", "echelle": "departement"}, {"code_geo": "22", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "1099", "echelle": "departement"}, {"code_geo": "22", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "22", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "22", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "22", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1835", "echelle": "departement"}, {"code_geo": "22", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "936", "echelle": "departement"}, {"code_geo": "22", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "22", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "22", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "22", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2307", "echelle": "departement"}, {"code_geo": "22", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "1366", "echelle": "departement"}, {"code_geo": "22", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "22", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "22", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "22", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1993", "echelle": "departement"}, {"code_geo": "22", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "1158", "echelle": "departement"}, {"code_geo": "22", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "22", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "22", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "22", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "2114", "echelle": "departement"}, {"code_geo": "22", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "1133", "echelle": "departement"}, {"code_geo": "22", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "22", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "22", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "22", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "10396", "echelle": "departement"}, {"code_geo": "22", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "1316", "echelle": "departement"}, {"code_geo": "22", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "22", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "22", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "22", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2711", "echelle": "departement"}, {"code_geo": "22", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "1295", "echelle": "departement"}, {"code_geo": "22", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "22", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "22", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "22", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1807", "echelle": "departement"}, {"code_geo": "22", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "957", "echelle": "departement"}, {"code_geo": "22", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "22", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "22", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "22", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2286", "echelle": "departement"}, {"code_geo": "22", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "1202", "echelle": "departement"}, {"code_geo": "22", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "22", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "22", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "22", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "2157", "echelle": "departement"}, {"code_geo": "22", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "1260", "echelle": "departement"}, {"code_geo": "22", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "22", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "22", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "22", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1839", "echelle": "departement"}, {"code_geo": "22", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "1115", "echelle": "departement"}, {"code_geo": "22", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "22", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "22", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "22", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2443", "echelle": "departement"}, {"code_geo": "22", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "1470", "echelle": "departement"}, {"code_geo": "22", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "23", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "23", "month": "2022-01", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "23", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "23", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "23", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "23", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "23", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "23", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "23", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "23", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "510", "echelle": "departement"}, {"code_geo": "23", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "23", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "23", "month": "2022-03", "nature_culture": "pacages", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "23", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "23", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "23", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "23", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "23", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "23", "month": "2022-04", "nature_culture": "pacages", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "23", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "23", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "23", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "525", "echelle": "departement"}, {"code_geo": "23", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "23", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "23", "month": "2022-05", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "23", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "23", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "23", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "23", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "23", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "23", "month": "2022-06", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "23", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "23", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "23", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "631", "echelle": "departement"}, {"code_geo": "23", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "474", "echelle": "departement"}, {"code_geo": "23", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "23", "month": "2022-07", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "23", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "23", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "23", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "759", "echelle": "departement"}, {"code_geo": "23", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "463", "echelle": "departement"}, {"code_geo": "23", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "23", "month": "2022-08", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "23", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "23", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "23", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "596", "echelle": "departement"}, {"code_geo": "23", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "531", "echelle": "departement"}, {"code_geo": "23", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "23", "month": "2022-09", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "23", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "23", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "23", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "569", "echelle": "departement"}, {"code_geo": "23", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "23", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "23", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "23", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "23", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "526", "echelle": "departement"}, {"code_geo": "23", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "441", "echelle": "departement"}, {"code_geo": "23", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "23", "month": "2022-11", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "23", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "23", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "23", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "606", "echelle": "departement"}, {"code_geo": "23", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "23", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "23", "month": "2022-12", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "23", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "23", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "23", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "638", "echelle": "departement"}, {"code_geo": "23", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "24", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "24", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "647", "echelle": "departement"}, {"code_geo": "24", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1535", "echelle": "departement"}, {"code_geo": "24", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "688", "echelle": "departement"}, {"code_geo": "24", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "24", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "24", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "24", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "731", "echelle": "departement"}, {"code_geo": "24", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1442", "echelle": "departement"}, {"code_geo": "24", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "853", "echelle": "departement"}, {"code_geo": "24", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "24", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "24", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "24", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "937", "echelle": "departement"}, {"code_geo": "24", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1815", "echelle": "departement"}, {"code_geo": "24", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "1056", "echelle": "departement"}, {"code_geo": "24", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "24", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "24", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "24", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "733", "echelle": "departement"}, {"code_geo": "24", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1503", "echelle": "departement"}, {"code_geo": "24", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "813", "echelle": "departement"}, {"code_geo": "24", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "24", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "24", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "24", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "779", "echelle": "departement"}, {"code_geo": "24", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1679", "echelle": "departement"}, {"code_geo": "24", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "1006", "echelle": "departement"}, {"code_geo": "24", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "24", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "24", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "24", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "888", "echelle": "departement"}, {"code_geo": "24", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1846", "echelle": "departement"}, {"code_geo": "24", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "1049", "echelle": "departement"}, {"code_geo": "24", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "24", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "24", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "24", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "1005", "echelle": "departement"}, {"code_geo": "24", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1909", "echelle": "departement"}, {"code_geo": "24", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "1004", "echelle": "departement"}, {"code_geo": "24", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "24", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "24", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "24", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "711", "echelle": "departement"}, {"code_geo": "24", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1595", "echelle": "departement"}, {"code_geo": "24", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "802", "echelle": "departement"}, {"code_geo": "24", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "24", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "24", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "24", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "841", "echelle": "departement"}, {"code_geo": "24", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1708", "echelle": "departement"}, {"code_geo": "24", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "959", "echelle": "departement"}, {"code_geo": "24", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "24", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "24", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "24", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "783", "echelle": "departement"}, {"code_geo": "24", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1783", "echelle": "departement"}, {"code_geo": "24", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "904", "echelle": "departement"}, {"code_geo": "24", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "24", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "24", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "24", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "695", "echelle": "departement"}, {"code_geo": "24", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1509", "echelle": "departement"}, {"code_geo": "24", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "887", "echelle": "departement"}, {"code_geo": "24", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "24", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "24", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "24", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "892", "echelle": "departement"}, {"code_geo": "24", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1985", "echelle": "departement"}, {"code_geo": "24", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "1322", "echelle": "departement"}, {"code_geo": "24", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "24", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "25", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "25", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "25", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "701", "echelle": "departement"}, {"code_geo": "25", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "25", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "25", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "25", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "25", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "790", "echelle": "departement"}, {"code_geo": "25", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "25", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "25", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "25", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "25", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1042", "echelle": "departement"}, {"code_geo": "25", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "25", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "25", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "25", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "25", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "25", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "890", "echelle": "departement"}, {"code_geo": "25", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "25", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "25", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "25", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "25", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "916", "echelle": "departement"}, {"code_geo": "25", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "25", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "25", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "25", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "25", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1108", "echelle": "departement"}, {"code_geo": "25", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "25", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "25", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "25", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "344", "echelle": "departement"}, {"code_geo": "25", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1307", "echelle": "departement"}, {"code_geo": "25", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "25", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "25", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "25", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "25", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "893", "echelle": "departement"}, {"code_geo": "25", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "25", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "25", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "25", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "25", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "996", "echelle": "departement"}, {"code_geo": "25", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "25", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "25", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "25", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "25", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1053", "echelle": "departement"}, {"code_geo": "25", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "25", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "25", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "25", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "25", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "25", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "934", "echelle": "departement"}, {"code_geo": "25", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "25", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "25", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "25", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "25", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1070", "echelle": "departement"}, {"code_geo": "25", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "25", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "25", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "26", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "26", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "26", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "984", "echelle": "departement"}, {"code_geo": "26", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "26", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "26", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "26", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "26", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "26", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1003", "echelle": "departement"}, {"code_geo": "26", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "26", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "26", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "26", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "26", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "26", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1235", "echelle": "departement"}, {"code_geo": "26", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "26", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "26", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "26", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "26", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "26", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1077", "echelle": "departement"}, {"code_geo": "26", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "26", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "26", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "26", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "26", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "26", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1184", "echelle": "departement"}, {"code_geo": "26", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "26", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "26", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "26", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "26", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "26", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1475", "echelle": "departement"}, {"code_geo": "26", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "26", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "26", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "26", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "26", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "26", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1433", "echelle": "departement"}, {"code_geo": "26", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "561", "echelle": "departement"}, {"code_geo": "26", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "26", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "26", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "26", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "26", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "862", "echelle": "departement"}, {"code_geo": "26", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "422", "echelle": "departement"}, {"code_geo": "26", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "26", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "26", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "26", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "26", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1188", "echelle": "departement"}, {"code_geo": "26", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "475", "echelle": "departement"}, {"code_geo": "26", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "26", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "26", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "26", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "26", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1069", "echelle": "departement"}, {"code_geo": "26", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "26", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "26", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "26", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "26", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "26", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1183", "echelle": "departement"}, {"code_geo": "26", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "26", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "26", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "26", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "26", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "26", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1240", "echelle": "departement"}, {"code_geo": "26", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "26", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "26", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "27", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "27", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "27", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1290", "echelle": "departement"}, {"code_geo": "27", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "27", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "27", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "27", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "27", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1348", "echelle": "departement"}, {"code_geo": "27", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "27", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "27", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "27", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "27", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1656", "echelle": "departement"}, {"code_geo": "27", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "27", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "27", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "27", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "27", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1379", "echelle": "departement"}, {"code_geo": "27", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "27", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "27", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "27", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "27", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1647", "echelle": "departement"}, {"code_geo": "27", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "27", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "27", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "27", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "27", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1947", "echelle": "departement"}, {"code_geo": "27", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "27", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "27", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "27", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "27", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2058", "echelle": "departement"}, {"code_geo": "27", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "27", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "27", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "27", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "27", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1361", "echelle": "departement"}, {"code_geo": "27", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "27", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "27", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "27", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "27", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1844", "echelle": "departement"}, {"code_geo": "27", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "27", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "27", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "27", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "27", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1406", "echelle": "departement"}, {"code_geo": "27", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "27", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "27", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "27", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "27", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1308", "echelle": "departement"}, {"code_geo": "27", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "27", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "27", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "27", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "27", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1553", "echelle": "departement"}, {"code_geo": "27", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "27", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "28", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "28", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "28", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1036", "echelle": "departement"}, {"code_geo": "28", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "28", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "28", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "28", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "28", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1209", "echelle": "departement"}, {"code_geo": "28", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "28", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "28", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "28", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "28", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1340", "echelle": "departement"}, {"code_geo": "28", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "28", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "28", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "28", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "28", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1391", "echelle": "departement"}, {"code_geo": "28", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "28", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "28", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "28", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1190", "echelle": "departement"}, {"code_geo": "28", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "28", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "28", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "28", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "28", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1490", "echelle": "departement"}, {"code_geo": "28", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "28", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "28", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "28", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1646", "echelle": "departement"}, {"code_geo": "28", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "28", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "28", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "28", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "28", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1109", "echelle": "departement"}, {"code_geo": "28", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "28", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "28", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "28", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1483", "echelle": "departement"}, {"code_geo": "28", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "28", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "28", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "28", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "28", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1200", "echelle": "departement"}, {"code_geo": "28", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "28", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "28", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "28", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1046", "echelle": "departement"}, {"code_geo": "28", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "501", "echelle": "departement"}, {"code_geo": "28", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "28", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "28", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "28", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1498", "echelle": "departement"}, {"code_geo": "28", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "646", "echelle": "departement"}, {"code_geo": "28", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "29", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "29", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "29", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "2199", "echelle": "departement"}, {"code_geo": "29", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "1187", "echelle": "departement"}, {"code_geo": "29", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "29", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "29", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "29", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "2118", "echelle": "departement"}, {"code_geo": "29", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "919", "echelle": "departement"}, {"code_geo": "29", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "29", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "29", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "29", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2786", "echelle": "departement"}, {"code_geo": "29", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "1218", "echelle": "departement"}, {"code_geo": "29", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "29", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "29", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "29", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "2364", "echelle": "departement"}, {"code_geo": "29", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "920", "echelle": "departement"}, {"code_geo": "29", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "29", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "29", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "29", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "2441", "echelle": "departement"}, {"code_geo": "29", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "1008", "echelle": "departement"}, {"code_geo": "29", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "29", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "29", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "29", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2747", "echelle": "departement"}, {"code_geo": "29", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "1237", "echelle": "departement"}, {"code_geo": "29", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "29", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "29", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "29", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "3198", "echelle": "departement"}, {"code_geo": "29", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "1181", "echelle": "departement"}, {"code_geo": "29", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "29", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "29", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "29", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "2286", "echelle": "departement"}, {"code_geo": "29", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "863", "echelle": "departement"}, {"code_geo": "29", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "29", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "29", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "29", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2657", "echelle": "departement"}, {"code_geo": "29", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "1187", "echelle": "departement"}, {"code_geo": "29", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "29", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "29", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "29", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "2439", "echelle": "departement"}, {"code_geo": "29", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "1125", "echelle": "departement"}, {"code_geo": "29", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "29", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "29", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "29", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "2214", "echelle": "departement"}, {"code_geo": "29", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "1060", "echelle": "departement"}, {"code_geo": "29", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "29", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "29", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "29", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2885", "echelle": "departement"}, {"code_geo": "29", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "1634", "echelle": "departement"}, {"code_geo": "29", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "2A", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "2B", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "30", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "30", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "30", "month": "2022-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "30", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1570", "echelle": "departement"}, {"code_geo": "30", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "551", "echelle": "departement"}, {"code_geo": "30", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "30", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "30", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "30", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "30", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1568", "echelle": "departement"}, {"code_geo": "30", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "585", "echelle": "departement"}, {"code_geo": "30", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "30", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "30", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "30", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "30", "month": "2022-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "30", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2017", "echelle": "departement"}, {"code_geo": "30", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "653", "echelle": "departement"}, {"code_geo": "30", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "30", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "30", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "371", "echelle": "departement"}, {"code_geo": "30", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "30", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1867", "echelle": "departement"}, {"code_geo": "30", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "580", "echelle": "departement"}, {"code_geo": "30", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "30", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "30", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "30", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "30", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1632", "echelle": "departement"}, {"code_geo": "30", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "30", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "30", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "30", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "30", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "30", "month": "2022-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2044", "echelle": "departement"}, {"code_geo": "30", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "30", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "30", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "30", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "458", "echelle": "departement"}, {"code_geo": "30", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "30", "month": "2022-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "30", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2359", "echelle": "departement"}, {"code_geo": "30", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "762", "echelle": "departement"}, {"code_geo": "30", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "30", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "30", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "30", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "30", "month": "2022-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1525", "echelle": "departement"}, {"code_geo": "30", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "499", "echelle": "departement"}, {"code_geo": "30", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "30", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "30", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "30", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "30", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1899", "echelle": "departement"}, {"code_geo": "30", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "591", "echelle": "departement"}, {"code_geo": "30", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "30", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "30", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "30", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "30", "month": "2022-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1661", "echelle": "departement"}, {"code_geo": "30", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "585", "echelle": "departement"}, {"code_geo": "30", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "30", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "30", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "30", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "30", "month": "2022-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1475", "echelle": "departement"}, {"code_geo": "30", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "604", "echelle": "departement"}, {"code_geo": "30", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "30", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "30", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "30", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "30", "month": "2022-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2030", "echelle": "departement"}, {"code_geo": "30", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "666", "echelle": "departement"}, {"code_geo": "30", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "30", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "31", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "31", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "31", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1722", "echelle": "departement"}, {"code_geo": "31", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "602", "echelle": "departement"}, {"code_geo": "31", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "31", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "31", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "31", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "31", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1746", "echelle": "departement"}, {"code_geo": "31", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "586", "echelle": "departement"}, {"code_geo": "31", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "31", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "31", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "31", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2203", "echelle": "departement"}, {"code_geo": "31", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "728", "echelle": "departement"}, {"code_geo": "31", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "31", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "31", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "31", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1952", "echelle": "departement"}, {"code_geo": "31", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "690", "echelle": "departement"}, {"code_geo": "31", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "31", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "31", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "31", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "31", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1737", "echelle": "departement"}, {"code_geo": "31", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "607", "echelle": "departement"}, {"code_geo": "31", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "31", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "31", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "31", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "31", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2384", "echelle": "departement"}, {"code_geo": "31", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "781", "echelle": "departement"}, {"code_geo": "31", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "31", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "31", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "31", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "31", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2671", "echelle": "departement"}, {"code_geo": "31", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "950", "echelle": "departement"}, {"code_geo": "31", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "31", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "31", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "31", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "31", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1929", "echelle": "departement"}, {"code_geo": "31", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "31", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "31", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "31", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "31", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "31", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2215", "echelle": "departement"}, {"code_geo": "31", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "807", "echelle": "departement"}, {"code_geo": "31", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "31", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "31", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "31", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "31", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "2070", "echelle": "departement"}, {"code_geo": "31", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "31", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "31", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "31", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "31", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1665", "echelle": "departement"}, {"code_geo": "31", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "664", "echelle": "departement"}, {"code_geo": "31", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "31", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "31", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "31", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "31", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2719", "echelle": "departement"}, {"code_geo": "31", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "791", "echelle": "departement"}, {"code_geo": "31", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "31", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "32", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "32", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "32", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "526", "echelle": "departement"}, {"code_geo": "32", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "643", "echelle": "departement"}, {"code_geo": "32", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "32", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "32", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "32", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "32", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "32", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "544", "echelle": "departement"}, {"code_geo": "32", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "32", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "32", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "371", "echelle": "departement"}, {"code_geo": "32", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "644", "echelle": "departement"}, {"code_geo": "32", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "976", "echelle": "departement"}, {"code_geo": "32", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "32", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "32", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "32", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "630", "echelle": "departement"}, {"code_geo": "32", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "630", "echelle": "departement"}, {"code_geo": "32", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "32", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "32", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "32", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "32", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "551", "echelle": "departement"}, {"code_geo": "32", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "726", "echelle": "departement"}, {"code_geo": "32", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "32", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "32", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "32", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "32", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "629", "echelle": "departement"}, {"code_geo": "32", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "570", "echelle": "departement"}, {"code_geo": "32", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "32", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "32", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "32", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "32", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "925", "echelle": "departement"}, {"code_geo": "32", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "32", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "32", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "32", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "32", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "601", "echelle": "departement"}, {"code_geo": "32", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "32", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "32", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "32", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "32", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "681", "echelle": "departement"}, {"code_geo": "32", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "791", "echelle": "departement"}, {"code_geo": "32", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "32", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "32", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "32", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "32", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "598", "echelle": "departement"}, {"code_geo": "32", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "667", "echelle": "departement"}, {"code_geo": "32", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "32", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "32", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "32", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "32", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "32", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "753", "echelle": "departement"}, {"code_geo": "32", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "32", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "32", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "32", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "32", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "32", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "840", "echelle": "departement"}, {"code_geo": "32", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "32", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "33", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "33", "month": "2022-01", "nature_culture": "pacages", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "33", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "33", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "33", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "3567", "echelle": "departement"}, {"code_geo": "33", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "33", "month": "2022-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "33", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "33", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "33", "month": "2022-02", "nature_culture": "pacages", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "33", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "33", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "3086", "echelle": "departement"}, {"code_geo": "33", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "33", "month": "2022-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "33", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "33", "month": "2022-03", "nature_culture": "pacages", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "33", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "33", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "3589", "echelle": "departement"}, {"code_geo": "33", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "501", "echelle": "departement"}, {"code_geo": "33", "month": "2022-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "33", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "33", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "33", "month": "2022-04", "nature_culture": "pacages", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "33", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "33", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "2978", "echelle": "departement"}, {"code_geo": "33", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "33", "month": "2022-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "33", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "33", "month": "2022-05", "nature_culture": "pacages", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "33", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "33", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "3494", "echelle": "departement"}, {"code_geo": "33", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "33", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "33", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "33", "month": "2022-06", "nature_culture": "pacages", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "33", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "33", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "3985", "echelle": "departement"}, {"code_geo": "33", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "33", "month": "2022-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "33", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "33", "month": "2022-07", "nature_culture": "pacages", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "33", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "33", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "4425", "echelle": "departement"}, {"code_geo": "33", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "33", "month": "2022-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "33", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "33", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "33", "month": "2022-08", "nature_culture": "pacages", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "33", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "33", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "3243", "echelle": "departement"}, {"code_geo": "33", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "33", "month": "2022-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "33", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "33", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "33", "month": "2022-09", "nature_culture": "pacages", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "33", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "33", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "33", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "3927", "echelle": "departement"}, {"code_geo": "33", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "530", "echelle": "departement"}, {"code_geo": "33", "month": "2022-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "33", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "33", "month": "2022-10", "nature_culture": "pacages", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "33", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "33", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "3277", "echelle": "departement"}, {"code_geo": "33", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "587", "echelle": "departement"}, {"code_geo": "33", "month": "2022-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "33", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "450", "echelle": "departement"}, {"code_geo": "33", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "33", "month": "2022-11", "nature_culture": "pacages", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "33", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "33", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "33", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "2759", "echelle": "departement"}, {"code_geo": "33", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "33", "month": "2022-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "33", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "33", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "33", "month": "2022-12", "nature_culture": "pacages", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "33", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "33", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "3819", "echelle": "departement"}, {"code_geo": "33", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "629", "echelle": "departement"}, {"code_geo": "33", "month": "2022-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "34", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "34", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "34", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "34", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1869", "echelle": "departement"}, {"code_geo": "34", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "34", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "34", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "34", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "34", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "34", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "34", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1706", "echelle": "departement"}, {"code_geo": "34", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "34", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "34", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "34", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "34", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "34", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "34", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1929", "echelle": "departement"}, {"code_geo": "34", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "34", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "34", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "406", "echelle": "departement"}, {"code_geo": "34", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "34", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "34", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1996", "echelle": "departement"}, {"code_geo": "34", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "625", "echelle": "departement"}, {"code_geo": "34", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "34", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "34", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "34", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "34", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "34", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1879", "echelle": "departement"}, {"code_geo": "34", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "493", "echelle": "departement"}, {"code_geo": "34", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "34", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "34", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "34", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "34", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "34", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2307", "echelle": "departement"}, {"code_geo": "34", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "499", "echelle": "departement"}, {"code_geo": "34", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "34", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "34", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "34", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "34", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "34", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2289", "echelle": "departement"}, {"code_geo": "34", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "581", "echelle": "departement"}, {"code_geo": "34", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "34", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "538", "echelle": "departement"}, {"code_geo": "34", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "34", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "34", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "34", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1920", "echelle": "departement"}, {"code_geo": "34", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "34", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "34", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "34", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "34", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "34", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "34", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2129", "echelle": "departement"}, {"code_geo": "34", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "601", "echelle": "departement"}, {"code_geo": "34", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "34", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "520", "echelle": "departement"}, {"code_geo": "34", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "34", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "34", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "34", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1931", "echelle": "departement"}, {"code_geo": "34", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "532", "echelle": "departement"}, {"code_geo": "34", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "34", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "34", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "34", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "34", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "34", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1894", "echelle": "departement"}, {"code_geo": "34", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "582", "echelle": "departement"}, {"code_geo": "34", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "34", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "34", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "34", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "34", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "34", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2287", "echelle": "departement"}, {"code_geo": "34", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "34", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "34", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "35", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "35", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "35", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1756", "echelle": "departement"}, {"code_geo": "35", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "544", "echelle": "departement"}, {"code_geo": "35", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "35", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "35", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "35", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1681", "echelle": "departement"}, {"code_geo": "35", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "644", "echelle": "departement"}, {"code_geo": "35", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "35", "month": "2022-03", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "35", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "379", "echelle": "departement"}, {"code_geo": "35", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2094", "echelle": "departement"}, {"code_geo": "35", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "857", "echelle": "departement"}, {"code_geo": "35", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "35", "month": "2022-04", "nature_culture": "herbages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "35", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "35", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "35", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1948", "echelle": "departement"}, {"code_geo": "35", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "691", "echelle": "departement"}, {"code_geo": "35", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "35", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "35", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "35", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "2084", "echelle": "departement"}, {"code_geo": "35", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "727", "echelle": "departement"}, {"code_geo": "35", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "35", "month": "2022-06", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "35", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "35", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "35", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2309", "echelle": "departement"}, {"code_geo": "35", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "869", "echelle": "departement"}, {"code_geo": "35", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "35", "month": "2022-07", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "35", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "35", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2887", "echelle": "departement"}, {"code_geo": "35", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "818", "echelle": "departement"}, {"code_geo": "35", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "35", "month": "2022-08", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "35", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "35", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "35", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1989", "echelle": "departement"}, {"code_geo": "35", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "587", "echelle": "departement"}, {"code_geo": "35", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "35", "month": "2022-09", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "35", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "35", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "35", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2304", "echelle": "departement"}, {"code_geo": "35", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "837", "echelle": "departement"}, {"code_geo": "35", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "35", "month": "2022-10", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "35", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "363", "echelle": "departement"}, {"code_geo": "35", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1769", "echelle": "departement"}, {"code_geo": "35", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "877", "echelle": "departement"}, {"code_geo": "35", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "35", "month": "2022-11", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "35", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "35", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "35", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1765", "echelle": "departement"}, {"code_geo": "35", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "752", "echelle": "departement"}, {"code_geo": "35", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "35", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "35", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "481", "echelle": "departement"}, {"code_geo": "35", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2716", "echelle": "departement"}, {"code_geo": "35", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "986", "echelle": "departement"}, {"code_geo": "35", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "36", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "36", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "36", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "625", "echelle": "departement"}, {"code_geo": "36", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "36", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "36", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "36", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "36", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "36", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "764", "echelle": "departement"}, {"code_geo": "36", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "36", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "36", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "36", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "36", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "916", "echelle": "departement"}, {"code_geo": "36", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "677", "echelle": "departement"}, {"code_geo": "36", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "36", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "36", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "36", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "36", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "750", "echelle": "departement"}, {"code_geo": "36", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "36", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "36", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "36", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "36", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "36", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "787", "echelle": "departement"}, {"code_geo": "36", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "36", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "36", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "36", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "36", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "925", "echelle": "departement"}, {"code_geo": "36", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "676", "echelle": "departement"}, {"code_geo": "36", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "36", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "36", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "36", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "36", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1008", "echelle": "departement"}, {"code_geo": "36", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "667", "echelle": "departement"}, {"code_geo": "36", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "36", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "36", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "36", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "36", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "747", "echelle": "departement"}, {"code_geo": "36", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "36", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "36", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "36", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "36", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "36", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "818", "echelle": "departement"}, {"code_geo": "36", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "36", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "36", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "36", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "36", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "36", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "789", "echelle": "departement"}, {"code_geo": "36", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "490", "echelle": "departement"}, {"code_geo": "36", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "36", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "36", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "36", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "36", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "835", "echelle": "departement"}, {"code_geo": "36", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "497", "echelle": "departement"}, {"code_geo": "36", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "36", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "36", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "36", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "36", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "979", "echelle": "departement"}, {"code_geo": "36", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "700", "echelle": "departement"}, {"code_geo": "36", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "36", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "37", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "37", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "37", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1255", "echelle": "departement"}, {"code_geo": "37", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "37", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "37", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "37", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "37", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "37", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1170", "echelle": "departement"}, {"code_geo": "37", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "37", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "37", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "37", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "37", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "37", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1496", "echelle": "departement"}, {"code_geo": "37", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "644", "echelle": "departement"}, {"code_geo": "37", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "37", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "37", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "37", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "37", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1335", "echelle": "departement"}, {"code_geo": "37", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "491", "echelle": "departement"}, {"code_geo": "37", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "37", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "37", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "37", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "37", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1411", "echelle": "departement"}, {"code_geo": "37", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "37", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "37", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "37", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "37", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "37", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1748", "echelle": "departement"}, {"code_geo": "37", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "619", "echelle": "departement"}, {"code_geo": "37", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "37", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "37", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "37", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "37", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1959", "echelle": "departement"}, {"code_geo": "37", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "552", "echelle": "departement"}, {"code_geo": "37", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "37", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "37", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "37", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "37", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1473", "echelle": "departement"}, {"code_geo": "37", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "37", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "37", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "37", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "37", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "37", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1582", "echelle": "departement"}, {"code_geo": "37", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "640", "echelle": "departement"}, {"code_geo": "37", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "37", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "37", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "37", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "37", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1377", "echelle": "departement"}, {"code_geo": "37", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "37", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "37", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "37", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "37", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "37", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1179", "echelle": "departement"}, {"code_geo": "37", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "472", "echelle": "departement"}, {"code_geo": "37", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "37", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "37", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "37", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "37", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1659", "echelle": "departement"}, {"code_geo": "37", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "877", "echelle": "departement"}, {"code_geo": "37", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "37", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "38", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "38", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "38", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "38", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1587", "echelle": "departement"}, {"code_geo": "38", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "38", "month": "2022-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "38", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "38", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "38", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "38", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "38", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1619", "echelle": "departement"}, {"code_geo": "38", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "38", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "38", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "38", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "38", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "38", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "38", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2352", "echelle": "departement"}, {"code_geo": "38", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "38", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "38", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "38", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "38", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "466", "echelle": "departement"}, {"code_geo": "38", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "38", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1876", "echelle": "departement"}, {"code_geo": "38", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "38", "month": "2022-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "38", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "38", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "38", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "38", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "600", "echelle": "departement"}, {"code_geo": "38", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "38", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "3469", "echelle": "departement"}, {"code_geo": "38", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "38", "month": "2022-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "38", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "38", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "38", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "38", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "38", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "38", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1255", "echelle": "departement"}, {"code_geo": "38", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "38", "month": "2022-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "38", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "38", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "38", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "38", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "38", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "38", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2642", "echelle": "departement"}, {"code_geo": "38", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "38", "month": "2022-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "38", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "38", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "38", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "38", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "38", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "38", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1444", "echelle": "departement"}, {"code_geo": "38", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "38", "month": "2022-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "38", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "38", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "38", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "38", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "38", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "38", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2403", "echelle": "departement"}, {"code_geo": "38", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "38", "month": "2022-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "38", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "38", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "38", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "38", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "38", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1805", "echelle": "departement"}, {"code_geo": "38", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "38", "month": "2022-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "38", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "38", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "38", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "38", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "38", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1784", "echelle": "departement"}, {"code_geo": "38", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "38", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "38", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "38", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "38", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "437", "echelle": "departement"}, {"code_geo": "38", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "38", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2280", "echelle": "departement"}, {"code_geo": "38", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "403", "echelle": "departement"}, {"code_geo": "38", "month": "2022-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "38", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "38", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "39", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "39", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "546", "echelle": "departement"}, {"code_geo": "39", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "39", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "39", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "39", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "39", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "39", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "601", "echelle": "departement"}, {"code_geo": "39", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "39", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "39", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "39", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "39", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "39", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "39", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "621", "echelle": "departement"}, {"code_geo": "39", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "39", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "39", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "39", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "671", "echelle": "departement"}, {"code_geo": "39", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "39", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "39", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "39", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "39", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "39", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "774", "echelle": "departement"}, {"code_geo": "39", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "39", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "39", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "39", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "39", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "39", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "730", "echelle": "departement"}, {"code_geo": "39", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "39", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "39", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "39", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "39", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "39", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "984", "echelle": "departement"}, {"code_geo": "39", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "39", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "39", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "39", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "39", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "39", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "555", "echelle": "departement"}, {"code_geo": "39", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "39", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "39", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "39", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "39", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "39", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "39", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "829", "echelle": "departement"}, {"code_geo": "39", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "39", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "39", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "39", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "39", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "39", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "636", "echelle": "departement"}, {"code_geo": "39", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "39", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "39", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "39", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "39", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "39", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "39", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "649", "echelle": "departement"}, {"code_geo": "39", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "39", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "39", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "39", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "39", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "363", "echelle": "departement"}, {"code_geo": "39", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "39", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "969", "echelle": "departement"}, {"code_geo": "39", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "39", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "39", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "40", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "40", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "40", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "40", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "968", "echelle": "departement"}, {"code_geo": "40", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "40", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "40", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "40", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "40", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "40", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1050", "echelle": "departement"}, {"code_geo": "40", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "40", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "40", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "40", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "40", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "40", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "40", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1262", "echelle": "departement"}, {"code_geo": "40", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "40", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "40", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "40", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "40", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "40", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "40", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1146", "echelle": "departement"}, {"code_geo": "40", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "40", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "40", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "40", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "40", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "40", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "40", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1062", "echelle": "departement"}, {"code_geo": "40", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "40", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "40", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "40", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "40", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "40", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1351", "echelle": "departement"}, {"code_geo": "40", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "40", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "40", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "40", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "40", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "40", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "40", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1304", "echelle": "departement"}, {"code_geo": "40", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "481", "echelle": "departement"}, {"code_geo": "40", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "40", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "40", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "40", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "40", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "40", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1077", "echelle": "departement"}, {"code_geo": "40", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "40", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "40", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "40", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "40", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "40", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "40", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1254", "echelle": "departement"}, {"code_geo": "40", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "40", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "40", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "40", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "40", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "40", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1028", "echelle": "departement"}, {"code_geo": "40", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "537", "echelle": "departement"}, {"code_geo": "40", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "40", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "40", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "40", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "40", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1006", "echelle": "departement"}, {"code_geo": "40", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "40", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "40", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "40", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "40", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "40", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1234", "echelle": "departement"}, {"code_geo": "40", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "40", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "40", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "41", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "41", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "41", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "866", "echelle": "departement"}, {"code_geo": "41", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "421", "echelle": "departement"}, {"code_geo": "41", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "41", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "41", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "41", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "41", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1020", "echelle": "departement"}, {"code_geo": "41", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "479", "echelle": "departement"}, {"code_geo": "41", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "41", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "41", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "41", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "41", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1219", "echelle": "departement"}, {"code_geo": "41", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "41", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "41", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "41", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "41", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "41", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "989", "echelle": "departement"}, {"code_geo": "41", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "522", "echelle": "departement"}, {"code_geo": "41", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "41", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "41", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "41", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "41", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "972", "echelle": "departement"}, {"code_geo": "41", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "41", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "41", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "41", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "41", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "41", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1417", "echelle": "departement"}, {"code_geo": "41", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "743", "echelle": "departement"}, {"code_geo": "41", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "41", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "41", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "41", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "41", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1384", "echelle": "departement"}, {"code_geo": "41", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "522", "echelle": "departement"}, {"code_geo": "41", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "41", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "41", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "41", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "41", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1108", "echelle": "departement"}, {"code_geo": "41", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "406", "echelle": "departement"}, {"code_geo": "41", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "41", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "41", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "41", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "41", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1258", "echelle": "departement"}, {"code_geo": "41", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "580", "echelle": "departement"}, {"code_geo": "41", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "41", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "41", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "41", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "41", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "916", "echelle": "departement"}, {"code_geo": "41", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "514", "echelle": "departement"}, {"code_geo": "41", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "41", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "41", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "41", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "41", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "980", "echelle": "departement"}, {"code_geo": "41", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "505", "echelle": "departement"}, {"code_geo": "41", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "41", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "41", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "41", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "41", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1379", "echelle": "departement"}, {"code_geo": "41", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "41", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "41", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "42", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "42", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "351", "echelle": "departement"}, {"code_geo": "42", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "42", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "2345", "echelle": "departement"}, {"code_geo": "42", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "42", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "42", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "42", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "42", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "42", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "42", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1308", "echelle": "departement"}, {"code_geo": "42", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "42", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "42", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "42", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "42", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "42", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "42", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1863", "echelle": "departement"}, {"code_geo": "42", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "42", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "42", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "42", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "42", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "42", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "42", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1536", "echelle": "departement"}, {"code_geo": "42", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "42", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "42", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "42", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "42", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "42", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "42", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1841", "echelle": "departement"}, {"code_geo": "42", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "42", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "42", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "42", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "42", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "42", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "42", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2124", "echelle": "departement"}, {"code_geo": "42", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "42", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "42", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "42", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "42", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "42", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "42", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2087", "echelle": "departement"}, {"code_geo": "42", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "42", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "42", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "42", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "42", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "42", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "42", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1087", "echelle": "departement"}, {"code_geo": "42", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "42", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "42", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "42", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "42", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "42", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "42", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2080", "echelle": "departement"}, {"code_geo": "42", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "42", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "42", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "42", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "42", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "42", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "42", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1623", "echelle": "departement"}, {"code_geo": "42", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "42", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "42", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "42", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "42", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "42", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "42", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1551", "echelle": "departement"}, {"code_geo": "42", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "42", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "42", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "42", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "42", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "42", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "42", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1835", "echelle": "departement"}, {"code_geo": "42", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "42", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "42", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "43", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "43", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "43", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "43", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "541", "echelle": "departement"}, {"code_geo": "43", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "43", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "43", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "43", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "43", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "43", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "43", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "43", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "43", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "43", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "498", "echelle": "departement"}, {"code_geo": "43", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "43", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "748", "echelle": "departement"}, {"code_geo": "43", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "422", "echelle": "departement"}, {"code_geo": "43", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "43", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "43", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "43", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "43", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "597", "echelle": "departement"}, {"code_geo": "43", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "43", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "43", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "43", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "43", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "43", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "653", "echelle": "departement"}, {"code_geo": "43", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "43", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "43", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "43", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "43", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "43", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "679", "echelle": "departement"}, {"code_geo": "43", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "43", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "43", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "43", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "43", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "43", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "748", "echelle": "departement"}, {"code_geo": "43", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "378", "echelle": "departement"}, {"code_geo": "43", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "43", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "43", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "43", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "43", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "43", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "43", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "43", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "43", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "462", "echelle": "departement"}, {"code_geo": "43", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "43", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "762", "echelle": "departement"}, {"code_geo": "43", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "43", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "43", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "43", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "43", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "43", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "581", "echelle": "departement"}, {"code_geo": "43", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "43", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "43", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "43", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "43", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "43", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "546", "echelle": "departement"}, {"code_geo": "43", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "43", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "43", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "43", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "43", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "43", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "749", "echelle": "departement"}, {"code_geo": "43", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "43", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "44", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "44", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "44", "month": "2022-01", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "44", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "2629", "echelle": "departement"}, {"code_geo": "44", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "657", "echelle": "departement"}, {"code_geo": "44", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "44", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "44", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "44", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "44", "month": "2022-02", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "44", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "2766", "echelle": "departement"}, {"code_geo": "44", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "669", "echelle": "departement"}, {"code_geo": "44", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "44", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "44", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "44", "month": "2022-03", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "44", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "3399", "echelle": "departement"}, {"code_geo": "44", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "847", "echelle": "departement"}, {"code_geo": "44", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "44", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "44", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "44", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "44", "month": "2022-04", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "44", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "2965", "echelle": "departement"}, {"code_geo": "44", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "665", "echelle": "departement"}, {"code_geo": "44", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "44", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "44", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "44", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "44", "month": "2022-05", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "44", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "2842", "echelle": "departement"}, {"code_geo": "44", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "705", "echelle": "departement"}, {"code_geo": "44", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "44", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "44", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "44", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "44", "month": "2022-06", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "44", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "3655", "echelle": "departement"}, {"code_geo": "44", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "962", "echelle": "departement"}, {"code_geo": "44", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "44", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "44", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "44", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "44", "month": "2022-07", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "44", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "4061", "echelle": "departement"}, {"code_geo": "44", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "923", "echelle": "departement"}, {"code_geo": "44", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "44", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "44", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "44", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "44", "month": "2022-08", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "44", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "2901", "echelle": "departement"}, {"code_geo": "44", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "574", "echelle": "departement"}, {"code_geo": "44", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "44", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "44", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "44", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "44", "month": "2022-09", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "44", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "3334", "echelle": "departement"}, {"code_geo": "44", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "806", "echelle": "departement"}, {"code_geo": "44", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "44", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "44", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "44", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "44", "month": "2022-10", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "44", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "3021", "echelle": "departement"}, {"code_geo": "44", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "819", "echelle": "departement"}, {"code_geo": "44", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "44", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "44", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "44", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "44", "month": "2022-11", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "44", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "2704", "echelle": "departement"}, {"code_geo": "44", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "763", "echelle": "departement"}, {"code_geo": "44", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "44", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "44", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "44", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "44", "month": "2022-12", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "44", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "3362", "echelle": "departement"}, {"code_geo": "44", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "1024", "echelle": "departement"}, {"code_geo": "44", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "44", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "45", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "45", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "45", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1386", "echelle": "departement"}, {"code_geo": "45", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "45", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "45", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "45", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "45", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1396", "echelle": "departement"}, {"code_geo": "45", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "396", "echelle": "departement"}, {"code_geo": "45", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "45", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "45", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "45", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1660", "echelle": "departement"}, {"code_geo": "45", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "468", "echelle": "departement"}, {"code_geo": "45", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "45", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "45", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "45", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "45", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1570", "echelle": "departement"}, {"code_geo": "45", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "498", "echelle": "departement"}, {"code_geo": "45", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "45", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "45", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "45", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "45", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1585", "echelle": "departement"}, {"code_geo": "45", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "590", "echelle": "departement"}, {"code_geo": "45", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "45", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "45", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "45", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "45", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2144", "echelle": "departement"}, {"code_geo": "45", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "637", "echelle": "departement"}, {"code_geo": "45", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "45", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "45", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "45", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "45", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2169", "echelle": "departement"}, {"code_geo": "45", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "467", "echelle": "departement"}, {"code_geo": "45", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "45", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "45", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "45", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1529", "echelle": "departement"}, {"code_geo": "45", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "45", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "45", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "45", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "45", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "45", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "45", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2163", "echelle": "departement"}, {"code_geo": "45", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "463", "echelle": "departement"}, {"code_geo": "45", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "45", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "45", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1604", "echelle": "departement"}, {"code_geo": "45", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "488", "echelle": "departement"}, {"code_geo": "45", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "45", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "45", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "45", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "45", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1417", "echelle": "departement"}, {"code_geo": "45", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "45", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "45", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "45", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1868", "echelle": "departement"}, {"code_geo": "45", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "607", "echelle": "departement"}, {"code_geo": "45", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "45", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "46", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "46", "month": "2022-01", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "46", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "46", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "531", "echelle": "departement"}, {"code_geo": "46", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "556", "echelle": "departement"}, {"code_geo": "46", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "46", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "46", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "46", "month": "2022-02", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "46", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "46", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "619", "echelle": "departement"}, {"code_geo": "46", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "511", "echelle": "departement"}, {"code_geo": "46", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "46", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "46", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "46", "month": "2022-03", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "46", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "46", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "46", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "602", "echelle": "departement"}, {"code_geo": "46", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "540", "echelle": "departement"}, {"code_geo": "46", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "46", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "46", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "46", "month": "2022-04", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "46", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "46", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "724", "echelle": "departement"}, {"code_geo": "46", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "46", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "46", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "46", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "46", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "46", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "46", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "610", "echelle": "departement"}, {"code_geo": "46", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "46", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "46", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "46", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "46", "month": "2022-06", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "46", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "46", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "46", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "824", "echelle": "departement"}, {"code_geo": "46", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "46", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "46", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "46", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "46", "month": "2022-07", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "46", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "46", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "46", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "799", "echelle": "departement"}, {"code_geo": "46", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "615", "echelle": "departement"}, {"code_geo": "46", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "46", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "46", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "46", "month": "2022-08", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "46", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "46", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "46", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "508", "echelle": "departement"}, {"code_geo": "46", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "46", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "46", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "46", "month": "2022-09", "nature_culture": "pacages", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "46", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "46", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "46", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "687", "echelle": "departement"}, {"code_geo": "46", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "589", "echelle": "departement"}, {"code_geo": "46", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "46", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "46", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "46", "month": "2022-10", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "46", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "46", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "46", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "593", "echelle": "departement"}, {"code_geo": "46", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "46", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "46", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "46", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "46", "month": "2022-11", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "46", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "46", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "46", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "551", "echelle": "departement"}, {"code_geo": "46", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "46", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "46", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "46", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "483", "echelle": "departement"}, {"code_geo": "46", "month": "2022-12", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "46", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "46", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "46", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "904", "echelle": "departement"}, {"code_geo": "46", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "753", "echelle": "departement"}, {"code_geo": "46", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "46", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "47", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "47", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "47", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "47", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "838", "echelle": "departement"}, {"code_geo": "47", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "47", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "47", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "47", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "47", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "47", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "47", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "966", "echelle": "departement"}, {"code_geo": "47", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "598", "echelle": "departement"}, {"code_geo": "47", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "47", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "47", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "47", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "47", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "47", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1163", "echelle": "departement"}, {"code_geo": "47", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "960", "echelle": "departement"}, {"code_geo": "47", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "47", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "47", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "47", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "47", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "47", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1110", "echelle": "departement"}, {"code_geo": "47", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "691", "echelle": "departement"}, {"code_geo": "47", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "47", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "47", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "47", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "47", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "47", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1339", "echelle": "departement"}, {"code_geo": "47", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "638", "echelle": "departement"}, {"code_geo": "47", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "47", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "47", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "47", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "47", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "47", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1257", "echelle": "departement"}, {"code_geo": "47", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "643", "echelle": "departement"}, {"code_geo": "47", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "47", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "47", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "47", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "47", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "47", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1151", "echelle": "departement"}, {"code_geo": "47", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "781", "echelle": "departement"}, {"code_geo": "47", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "47", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "47", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "47", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "47", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "47", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "975", "echelle": "departement"}, {"code_geo": "47", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "584", "echelle": "departement"}, {"code_geo": "47", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "47", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "47", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "47", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "47", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "47", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1117", "echelle": "departement"}, {"code_geo": "47", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "694", "echelle": "departement"}, {"code_geo": "47", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "47", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "47", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "47", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "47", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "47", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1001", "echelle": "departement"}, {"code_geo": "47", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "791", "echelle": "departement"}, {"code_geo": "47", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "47", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "47", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "47", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "47", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "47", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "954", "echelle": "departement"}, {"code_geo": "47", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "693", "echelle": "departement"}, {"code_geo": "47", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "47", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "47", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "47", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "47", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "47", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1117", "echelle": "departement"}, {"code_geo": "47", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "797", "echelle": "departement"}, {"code_geo": "47", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "47", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "48", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "48", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "48", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "48", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "48", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "48", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "48", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "48", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "48", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "48", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "48", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "48", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "48", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "48", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "48", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "48", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "48", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "48", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "48", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "48", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "48", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "48", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "48", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "48", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "48", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "48", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "48", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "48", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "48", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "48", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "48", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "48", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "48", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "48", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "48", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "48", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "48", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "48", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "48", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "48", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "48", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "48", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "48", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "48", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "48", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "48", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "48", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "48", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "48", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "48", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "48", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "48", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "48", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "48", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "48", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "48", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "48", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "48", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "48", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "48", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "48", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "48", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "48", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "48", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "48", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "48", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "48", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "48", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "48", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "48", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "48", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "48", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "48", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "48", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "48", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "49", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "49", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "49", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1843", "echelle": "departement"}, {"code_geo": "49", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "49", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "49", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "49", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "49", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "49", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1633", "echelle": "departement"}, {"code_geo": "49", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "644", "echelle": "departement"}, {"code_geo": "49", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "49", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "49", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "49", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "49", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2082", "echelle": "departement"}, {"code_geo": "49", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "760", "echelle": "departement"}, {"code_geo": "49", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "49", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "49", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "49", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "49", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1974", "echelle": "departement"}, {"code_geo": "49", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "713", "echelle": "departement"}, {"code_geo": "49", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "49", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "49", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "49", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "344", "echelle": "departement"}, {"code_geo": "49", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1955", "echelle": "departement"}, {"code_geo": "49", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "668", "echelle": "departement"}, {"code_geo": "49", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "49", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "49", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "49", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "49", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2386", "echelle": "departement"}, {"code_geo": "49", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "876", "echelle": "departement"}, {"code_geo": "49", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "49", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "49", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "49", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "49", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2813", "echelle": "departement"}, {"code_geo": "49", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "792", "echelle": "departement"}, {"code_geo": "49", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "49", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "49", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "49", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "49", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1617", "echelle": "departement"}, {"code_geo": "49", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "49", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "49", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "49", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "49", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "49", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2288", "echelle": "departement"}, {"code_geo": "49", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "667", "echelle": "departement"}, {"code_geo": "49", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "49", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "49", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "49", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "49", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1872", "echelle": "departement"}, {"code_geo": "49", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "795", "echelle": "departement"}, {"code_geo": "49", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "49", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "49", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "49", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "49", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1576", "echelle": "departement"}, {"code_geo": "49", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "740", "echelle": "departement"}, {"code_geo": "49", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "49", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "49", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "49", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "365", "echelle": "departement"}, {"code_geo": "49", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2378", "echelle": "departement"}, {"code_geo": "49", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "874", "echelle": "departement"}, {"code_geo": "49", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "49", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "50", "month": "2022-01", "nature_culture": "herbages", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "50", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "50", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "797", "echelle": "departement"}, {"code_geo": "50", "month": "2022-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "50", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1696", "echelle": "departement"}, {"code_geo": "50", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "50", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "50", "month": "2022-02", "nature_culture": "herbages", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "50", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "50", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "790", "echelle": "departement"}, {"code_geo": "50", "month": "2022-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "50", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1486", "echelle": "departement"}, {"code_geo": "50", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "50", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "50", "month": "2022-03", "nature_culture": "herbages", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "50", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "50", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "908", "echelle": "departement"}, {"code_geo": "50", "month": "2022-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "50", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1830", "echelle": "departement"}, {"code_geo": "50", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "50", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "50", "month": "2022-04", "nature_culture": "herbages", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "50", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "50", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "927", "echelle": "departement"}, {"code_geo": "50", "month": "2022-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "50", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1546", "echelle": "departement"}, {"code_geo": "50", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "50", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "50", "month": "2022-05", "nature_culture": "herbages", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "50", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "50", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "785", "echelle": "departement"}, {"code_geo": "50", "month": "2022-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "50", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1575", "echelle": "departement"}, {"code_geo": "50", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "50", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "50", "month": "2022-06", "nature_culture": "herbages", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "50", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "50", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "1052", "echelle": "departement"}, {"code_geo": "50", "month": "2022-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "50", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1876", "echelle": "departement"}, {"code_geo": "50", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "50", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "50", "month": "2022-07", "nature_culture": "herbages", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "50", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "50", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "953", "echelle": "departement"}, {"code_geo": "50", "month": "2022-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "50", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2046", "echelle": "departement"}, {"code_geo": "50", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "50", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "50", "month": "2022-08", "nature_culture": "herbages", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "50", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "50", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "591", "echelle": "departement"}, {"code_geo": "50", "month": "2022-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "50", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1468", "echelle": "departement"}, {"code_geo": "50", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "50", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "50", "month": "2022-09", "nature_culture": "herbages", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "50", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "50", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "1047", "echelle": "departement"}, {"code_geo": "50", "month": "2022-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "50", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2050", "echelle": "departement"}, {"code_geo": "50", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "50", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "50", "month": "2022-10", "nature_culture": "herbages", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "50", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "50", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "727", "echelle": "departement"}, {"code_geo": "50", "month": "2022-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "50", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1465", "echelle": "departement"}, {"code_geo": "50", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "50", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "50", "month": "2022-11", "nature_culture": "herbages", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "50", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "50", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "928", "echelle": "departement"}, {"code_geo": "50", "month": "2022-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "50", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1483", "echelle": "departement"}, {"code_geo": "50", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "50", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "50", "month": "2022-12", "nature_culture": "herbages", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "50", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "50", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "1059", "echelle": "departement"}, {"code_geo": "50", "month": "2022-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "50", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1904", "echelle": "departement"}, {"code_geo": "50", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "50", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "51", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "51", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "51", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "51", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1057", "echelle": "departement"}, {"code_geo": "51", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "51", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "51", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "51", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "51", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "51", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "51", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1014", "echelle": "departement"}, {"code_geo": "51", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "51", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "51", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "51", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "51", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "51", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "51", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1149", "echelle": "departement"}, {"code_geo": "51", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "51", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "51", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "51", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "51", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "51", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "51", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "918", "echelle": "departement"}, {"code_geo": "51", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "51", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "51", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "51", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "51", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "51", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "51", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "932", "echelle": "departement"}, {"code_geo": "51", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "51", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "51", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "51", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "51", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "51", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "51", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1247", "echelle": "departement"}, {"code_geo": "51", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "51", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "51", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "51", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "51", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "51", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1453", "echelle": "departement"}, {"code_geo": "51", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "51", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "51", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "51", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "51", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "51", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "51", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "949", "echelle": "departement"}, {"code_geo": "51", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "51", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "51", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "51", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "51", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "51", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "51", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1988", "echelle": "departement"}, {"code_geo": "51", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "51", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "51", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "51", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "51", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "51", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "51", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1212", "echelle": "departement"}, {"code_geo": "51", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "51", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "51", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "51", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "51", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "51", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "51", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "788", "echelle": "departement"}, {"code_geo": "51", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "51", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "51", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "51", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "51", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "51", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "51", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1769", "echelle": "departement"}, {"code_geo": "51", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "51", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "51", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "52", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "52", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "52", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "52", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "52", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "52", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "52", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "52", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "52", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "52", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "52", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "52", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "52", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "52", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "52", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "514", "echelle": "departement"}, {"code_geo": "52", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "52", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "52", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "52", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "52", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "52", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "480", "echelle": "departement"}, {"code_geo": "52", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "52", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "52", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "52", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "52", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "52", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "525", "echelle": "departement"}, {"code_geo": "52", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "52", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "52", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "52", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "52", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "52", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "607", "echelle": "departement"}, {"code_geo": "52", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "52", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "52", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "52", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "52", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "52", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "52", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "52", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "52", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "52", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "52", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "52", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "52", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "52", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "52", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "52", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "52", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "52", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "539", "echelle": "departement"}, {"code_geo": "52", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "52", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "52", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "52", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "52", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "52", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "52", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "52", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "52", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "52", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "52", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "52", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "52", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "52", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "52", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "52", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "52", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "52", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "728", "echelle": "departement"}, {"code_geo": "52", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "52", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "52", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "53", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "53", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "53", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "961", "echelle": "departement"}, {"code_geo": "53", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "53", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "53", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "53", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "53", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "822", "echelle": "departement"}, {"code_geo": "53", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "53", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "53", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "53", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "53", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "979", "echelle": "departement"}, {"code_geo": "53", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "53", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "53", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "53", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "53", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "914", "echelle": "departement"}, {"code_geo": "53", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "53", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "53", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "53", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "53", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "956", "echelle": "departement"}, {"code_geo": "53", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "53", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "53", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "53", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "53", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1057", "echelle": "departement"}, {"code_geo": "53", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "53", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "53", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "53", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "53", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1272", "echelle": "departement"}, {"code_geo": "53", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "53", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "53", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "53", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "53", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "797", "echelle": "departement"}, {"code_geo": "53", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "53", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "53", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "53", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "423", "echelle": "departement"}, {"code_geo": "53", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1015", "echelle": "departement"}, {"code_geo": "53", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "53", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "53", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "53", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "53", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "915", "echelle": "departement"}, {"code_geo": "53", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "53", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "53", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "53", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "433", "echelle": "departement"}, {"code_geo": "53", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "812", "echelle": "departement"}, {"code_geo": "53", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "53", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "53", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "53", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "535", "echelle": "departement"}, {"code_geo": "53", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1152", "echelle": "departement"}, {"code_geo": "53", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "493", "echelle": "departement"}, {"code_geo": "53", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "54", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "54", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "54", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1302", "echelle": "departement"}, {"code_geo": "54", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "54", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "54", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "54", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "54", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "54", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1296", "echelle": "departement"}, {"code_geo": "54", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "54", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "54", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "54", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "54", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "54", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1821", "echelle": "departement"}, {"code_geo": "54", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "54", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "54", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "54", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "54", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "54", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1324", "echelle": "departement"}, {"code_geo": "54", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "54", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "54", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "54", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "54", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1786", "echelle": "departement"}, {"code_geo": "54", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "54", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "54", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "54", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "54", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "54", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2183", "echelle": "departement"}, {"code_geo": "54", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "54", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "54", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "54", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "54", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "54", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1991", "echelle": "departement"}, {"code_geo": "54", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "54", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "54", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "54", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "54", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "54", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1491", "echelle": "departement"}, {"code_geo": "54", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "54", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "54", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "54", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "54", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "54", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1711", "echelle": "departement"}, {"code_geo": "54", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "54", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "54", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "54", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "54", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "54", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1294", "echelle": "departement"}, {"code_geo": "54", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "54", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "54", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "54", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "54", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "54", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1337", "echelle": "departement"}, {"code_geo": "54", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "54", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "54", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "54", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "54", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "54", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2263", "echelle": "departement"}, {"code_geo": "54", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "54", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "54", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "55", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "55", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "55", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "458", "echelle": "departement"}, {"code_geo": "55", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "55", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "55", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "55", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "55", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "55", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "55", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "55", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "55", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "55", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "55", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "470", "echelle": "departement"}, {"code_geo": "55", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "55", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "55", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "55", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "55", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "470", "echelle": "departement"}, {"code_geo": "55", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "55", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "55", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "55", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "55", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "55", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "55", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "55", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "55", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "55", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "55", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "55", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "549", "echelle": "departement"}, {"code_geo": "55", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "55", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "55", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "55", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "55", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "630", "echelle": "departement"}, {"code_geo": "55", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "55", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "55", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "55", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "55", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "55", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "515", "echelle": "departement"}, {"code_geo": "55", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "55", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "55", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "55", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "55", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "55", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "627", "echelle": "departement"}, {"code_geo": "55", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "55", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "55", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "55", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "55", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "55", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "55", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "55", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "55", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "55", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "55", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "465", "echelle": "departement"}, {"code_geo": "55", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "55", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "55", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "55", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "55", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "582", "echelle": "departement"}, {"code_geo": "55", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "55", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "55", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "56", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "56", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1918", "echelle": "departement"}, {"code_geo": "56", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "645", "echelle": "departement"}, {"code_geo": "56", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "56", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "56", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "56", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1918", "echelle": "departement"}, {"code_geo": "56", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "755", "echelle": "departement"}, {"code_geo": "56", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "56", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "56", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "56", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2190", "echelle": "departement"}, {"code_geo": "56", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "969", "echelle": "departement"}, {"code_geo": "56", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "56", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "56", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "56", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "2021", "echelle": "departement"}, {"code_geo": "56", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "760", "echelle": "departement"}, {"code_geo": "56", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "56", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "56", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1923", "echelle": "departement"}, {"code_geo": "56", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "843", "echelle": "departement"}, {"code_geo": "56", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "56", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "56", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2302", "echelle": "departement"}, {"code_geo": "56", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "739", "echelle": "departement"}, {"code_geo": "56", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "56", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "56", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "56", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2495", "echelle": "departement"}, {"code_geo": "56", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "862", "echelle": "departement"}, {"code_geo": "56", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "56", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "56", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "56", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1954", "echelle": "departement"}, {"code_geo": "56", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "584", "echelle": "departement"}, {"code_geo": "56", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "56", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "56", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "56", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2253", "echelle": "departement"}, {"code_geo": "56", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "970", "echelle": "departement"}, {"code_geo": "56", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "56", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "56", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "56", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1916", "echelle": "departement"}, {"code_geo": "56", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "845", "echelle": "departement"}, {"code_geo": "56", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "56", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "56", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "56", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1808", "echelle": "departement"}, {"code_geo": "56", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "804", "echelle": "departement"}, {"code_geo": "56", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "56", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "56", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "56", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "28817", "echelle": "departement"}, {"code_geo": "56", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "1046", "echelle": "departement"}, {"code_geo": "56", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "58", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "58", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "58", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "680", "echelle": "departement"}, {"code_geo": "58", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "58", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "58", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "58", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "58", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "768", "echelle": "departement"}, {"code_geo": "58", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "58", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "58", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "58", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "58", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "936", "echelle": "departement"}, {"code_geo": "58", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "58", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "58", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "58", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "58", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "870", "echelle": "departement"}, {"code_geo": "58", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "58", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "58", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "58", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "58", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "872", "echelle": "departement"}, {"code_geo": "58", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "58", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "58", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "58", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "58", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "925", "echelle": "departement"}, {"code_geo": "58", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "58", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "58", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "58", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "58", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "58", "month": "2022-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1051", "echelle": "departement"}, {"code_geo": "58", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "58", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "58", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "58", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "58", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "599", "echelle": "departement"}, {"code_geo": "58", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "58", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "58", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "58", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "58", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "809", "echelle": "departement"}, {"code_geo": "58", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "58", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "58", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "58", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "58", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "58", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "813", "echelle": "departement"}, {"code_geo": "58", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "58", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "58", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "58", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "58", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "58", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "849", "echelle": "departement"}, {"code_geo": "58", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "58", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "58", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "58", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "58", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "58", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1030", "echelle": "departement"}, {"code_geo": "58", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "58", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "58", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "59", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "59", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2022-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "59", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "59", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "4481", "echelle": "departement"}, {"code_geo": "59", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "59", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "59", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "59", "month": "2022-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "59", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "59", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "4727", "echelle": "departement"}, {"code_geo": "59", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "59", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "59", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "59", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2022-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "59", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "59", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "5877", "echelle": "departement"}, {"code_geo": "59", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "587", "echelle": "departement"}, {"code_geo": "59", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "59", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2022-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "59", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "59", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "5098", "echelle": "departement"}, {"code_geo": "59", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "584", "echelle": "departement"}, {"code_geo": "59", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "59", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2022-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "59", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "59", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "5344", "echelle": "departement"}, {"code_geo": "59", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "59", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "59", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "59", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "59", "month": "2022-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "59", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "59", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "6434", "echelle": "departement"}, {"code_geo": "59", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "59", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "59", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "59", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "59", "month": "2022-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "59", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "59", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "6733", "echelle": "departement"}, {"code_geo": "59", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "59", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "59", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "59", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "59", "month": "2022-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "59", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "59", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "4932", "echelle": "departement"}, {"code_geo": "59", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "59", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "59", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "59", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2022-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "59", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "59", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "6448", "echelle": "departement"}, {"code_geo": "59", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "59", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "59", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "59", "month": "2022-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "59", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "59", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "5229", "echelle": "departement"}, {"code_geo": "59", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "331", "echelle": "departement"}, {"code_geo": "59", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "59", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2022-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "59", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "59", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "4908", "echelle": "departement"}, {"code_geo": "59", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "59", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "59", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2022-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "59", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "463", "echelle": "departement"}, {"code_geo": "59", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "6462", "echelle": "departement"}, {"code_geo": "59", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "602", "echelle": "departement"}, {"code_geo": "59", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "60", "month": "2022-01", "nature_culture": "herbages", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "60", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "60", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "60", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "60", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1541", "echelle": "departement"}, {"code_geo": "60", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "60", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "60", "month": "2022-02", "nature_culture": "herbages", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "60", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "60", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "60", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "60", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1437", "echelle": "departement"}, {"code_geo": "60", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "60", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "60", "month": "2022-03", "nature_culture": "herbages", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "60", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "60", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "60", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1785", "echelle": "departement"}, {"code_geo": "60", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "60", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2022-04", "nature_culture": "herbages", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "60", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "60", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "60", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1476", "echelle": "departement"}, {"code_geo": "60", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "60", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "60", "month": "2022-05", "nature_culture": "herbages", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "60", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "60", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "60", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "60", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1564", "echelle": "departement"}, {"code_geo": "60", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "60", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2022-06", "nature_culture": "herbages", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "60", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "60", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "60", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "60", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2012", "echelle": "departement"}, {"code_geo": "60", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "60", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "60", "month": "2022-07", "nature_culture": "herbages", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "60", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "60", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "60", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "60", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2577", "echelle": "departement"}, {"code_geo": "60", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "60", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "60", "month": "2022-08", "nature_culture": "herbages", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "60", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "60", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "60", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "60", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1436", "echelle": "departement"}, {"code_geo": "60", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "60", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "60", "month": "2022-09", "nature_culture": "herbages", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "60", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "60", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "60", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "60", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1916", "echelle": "departement"}, {"code_geo": "60", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "60", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "60", "month": "2022-10", "nature_culture": "herbages", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "60", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "60", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "60", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "60", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1626", "echelle": "departement"}, {"code_geo": "60", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "60", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2022-11", "nature_culture": "herbages", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "60", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "60", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "60", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "60", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1300", "echelle": "departement"}, {"code_geo": "60", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "60", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "60", "month": "2022-12", "nature_culture": "herbages", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "60", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "60", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "60", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1948", "echelle": "departement"}, {"code_geo": "60", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "60", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "61", "month": "2022-01", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "61", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "61", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "463", "echelle": "departement"}, {"code_geo": "61", "month": "2022-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "61", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "749", "echelle": "departement"}, {"code_geo": "61", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "61", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "61", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "61", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "480", "echelle": "departement"}, {"code_geo": "61", "month": "2022-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "61", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "813", "echelle": "departement"}, {"code_geo": "61", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "61", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "61", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "61", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "525", "echelle": "departement"}, {"code_geo": "61", "month": "2022-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "61", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "909", "echelle": "departement"}, {"code_geo": "61", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "61", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "61", "month": "2022-04", "nature_culture": "herbages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "61", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "61", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "526", "echelle": "departement"}, {"code_geo": "61", "month": "2022-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "61", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "870", "echelle": "departement"}, {"code_geo": "61", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "61", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "61", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "61", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "61", "month": "2022-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "887", "echelle": "departement"}, {"code_geo": "61", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "61", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "671", "echelle": "departement"}, {"code_geo": "61", "month": "2022-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "61", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1308", "echelle": "departement"}, {"code_geo": "61", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "61", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "61", "month": "2022-07", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "61", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "61", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "607", "echelle": "departement"}, {"code_geo": "61", "month": "2022-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "61", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1298", "echelle": "departement"}, {"code_geo": "61", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "61", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "61", "month": "2022-08", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "61", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "61", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "61", "month": "2022-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "950", "echelle": "departement"}, {"code_geo": "61", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "61", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "61", "month": "2022-09", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "61", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "61", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "629", "echelle": "departement"}, {"code_geo": "61", "month": "2022-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "61", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1053", "echelle": "departement"}, {"code_geo": "61", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "61", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "61", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "61", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "548", "echelle": "departement"}, {"code_geo": "61", "month": "2022-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "61", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "886", "echelle": "departement"}, {"code_geo": "61", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "61", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "397", "echelle": "departement"}, {"code_geo": "61", "month": "2022-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "684", "echelle": "departement"}, {"code_geo": "61", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "61", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "61", "month": "2022-12", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "61", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "61", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "670", "echelle": "departement"}, {"code_geo": "61", "month": "2022-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "61", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1084", "echelle": "departement"}, {"code_geo": "61", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "61", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "62", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "62", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "62", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "2698", "echelle": "departement"}, {"code_geo": "62", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "62", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "62", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "62", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "2987", "echelle": "departement"}, {"code_geo": "62", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "62", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "62", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "406", "echelle": "departement"}, {"code_geo": "62", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "3420", "echelle": "departement"}, {"code_geo": "62", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "599", "echelle": "departement"}, {"code_geo": "62", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "62", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "62", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "2835", "echelle": "departement"}, {"code_geo": "62", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "457", "echelle": "departement"}, {"code_geo": "62", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "62", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "62", "month": "2022-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "3214", "echelle": "departement"}, {"code_geo": "62", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "62", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "62", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "62", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "4123", "echelle": "departement"}, {"code_geo": "62", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "568", "echelle": "departement"}, {"code_geo": "62", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "62", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "62", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "3725", "echelle": "departement"}, {"code_geo": "62", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "62", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "62", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "62", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "3002", "echelle": "departement"}, {"code_geo": "62", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "62", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "62", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "62", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "62", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "3421", "echelle": "departement"}, {"code_geo": "62", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "495", "echelle": "departement"}, {"code_geo": "62", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "62", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "62", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "3151", "echelle": "departement"}, {"code_geo": "62", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "62", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "62", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "62", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "2735", "echelle": "departement"}, {"code_geo": "62", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "573", "echelle": "departement"}, {"code_geo": "62", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "62", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "62", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "3767", "echelle": "departement"}, {"code_geo": "62", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "789", "echelle": "departement"}, {"code_geo": "63", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "63", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "63", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "63", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1233", "echelle": "departement"}, {"code_geo": "63", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "63", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "63", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "63", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "63", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "63", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "63", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1339", "echelle": "departement"}, {"code_geo": "63", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "63", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "63", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "63", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "63", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "63", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "63", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1718", "echelle": "departement"}, {"code_geo": "63", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "63", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "63", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "63", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "63", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "63", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "63", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1470", "echelle": "departement"}, {"code_geo": "63", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "63", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "63", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "63", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "63", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "63", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "63", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1415", "echelle": "departement"}, {"code_geo": "63", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "63", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "63", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "63", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "63", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "63", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "63", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1730", "echelle": "departement"}, {"code_geo": "63", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "63", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "63", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "63", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "63", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "63", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "63", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1977", "echelle": "departement"}, {"code_geo": "63", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "63", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "63", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "63", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "63", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "63", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1393", "echelle": "departement"}, {"code_geo": "63", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "63", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "63", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "63", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "63", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "63", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "63", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1693", "echelle": "departement"}, {"code_geo": "63", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "63", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "63", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "63", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "63", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "379", "echelle": "departement"}, {"code_geo": "63", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "63", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1640", "echelle": "departement"}, {"code_geo": "63", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "63", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "63", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "63", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "63", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "63", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "63", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1433", "echelle": "departement"}, {"code_geo": "63", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "63", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "63", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "63", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "63", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "460", "echelle": "departement"}, {"code_geo": "63", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "63", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1828", "echelle": "departement"}, {"code_geo": "63", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "63", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "63", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "64", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "64", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "64", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "946", "echelle": "departement"}, {"code_geo": "64", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "64", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "64", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "64", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "64", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "64", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "813", "echelle": "departement"}, {"code_geo": "64", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "64", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "64", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "64", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "64", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "64", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "64", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1217", "echelle": "departement"}, {"code_geo": "64", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "351", "echelle": "departement"}, {"code_geo": "64", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "64", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "64", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "64", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "64", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "885", "echelle": "departement"}, {"code_geo": "64", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "64", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "64", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "64", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "64", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "64", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1207", "echelle": "departement"}, {"code_geo": "64", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "64", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "64", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "64", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "64", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "64", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "64", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1392", "echelle": "departement"}, {"code_geo": "64", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "64", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "64", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "64", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "64", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "64", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "64", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1326", "echelle": "departement"}, {"code_geo": "64", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "64", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "64", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "64", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "64", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "64", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1095", "echelle": "departement"}, {"code_geo": "64", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "64", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "64", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "64", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "64", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "64", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1255", "echelle": "departement"}, {"code_geo": "64", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "64", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "64", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "64", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "64", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "64", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1050", "echelle": "departement"}, {"code_geo": "64", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "64", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "64", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "64", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "64", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "64", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1018", "echelle": "departement"}, {"code_geo": "64", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "64", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "64", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "64", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "64", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "64", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "64", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1233", "echelle": "departement"}, {"code_geo": "64", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "64", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "64", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "65", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "65", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "65", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "65", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "65", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "65", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "65", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "65", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1643", "echelle": "departement"}, {"code_geo": "65", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "65", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "65", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "65", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "65", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "65", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "65", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "65", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "65", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "65", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "538", "echelle": "departement"}, {"code_geo": "65", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "65", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "65", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "65", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "65", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "642", "echelle": "departement"}, {"code_geo": "65", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "65", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "65", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "65", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "65", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "65", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "717", "echelle": "departement"}, {"code_geo": "65", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "65", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "65", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "65", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "65", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "650", "echelle": "departement"}, {"code_geo": "65", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "65", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "65", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "65", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "65", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "65", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "65", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "65", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "65", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "65", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "65", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "65", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "569", "echelle": "departement"}, {"code_geo": "65", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "65", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "65", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "65", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "619", "echelle": "departement"}, {"code_geo": "65", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "65", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "65", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "65", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "65", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "65", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "65", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "65", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "65", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "65", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "65", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "797", "echelle": "departement"}, {"code_geo": "65", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "65", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "66", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "66", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "66", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "964", "echelle": "departement"}, {"code_geo": "66", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "66", "month": "2022-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "66", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "66", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "66", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "66", "month": "2022-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "991", "echelle": "departement"}, {"code_geo": "66", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "66", "month": "2022-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "66", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "66", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "66", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "66", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "66", "month": "2022-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1140", "echelle": "departement"}, {"code_geo": "66", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "66", "month": "2022-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "66", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "66", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "66", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "66", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1107", "echelle": "departement"}, {"code_geo": "66", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "66", "month": "2022-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "66", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "66", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "66", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "66", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1145", "echelle": "departement"}, {"code_geo": "66", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "66", "month": "2022-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "66", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "66", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "66", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "66", "month": "2022-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1176", "echelle": "departement"}, {"code_geo": "66", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "66", "month": "2022-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "66", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "66", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "66", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "66", "month": "2022-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1291", "echelle": "departement"}, {"code_geo": "66", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "66", "month": "2022-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "66", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "66", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "66", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "66", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "936", "echelle": "departement"}, {"code_geo": "66", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "66", "month": "2022-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "66", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "66", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "66", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "66", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "66", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1225", "echelle": "departement"}, {"code_geo": "66", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "66", "month": "2022-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "66", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "66", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "66", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "66", "month": "2022-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "66", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "970", "echelle": "departement"}, {"code_geo": "66", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "66", "month": "2022-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "66", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "66", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "66", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "66", "month": "2022-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "859", "echelle": "departement"}, {"code_geo": "66", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "66", "month": "2022-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "66", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "66", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "66", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "66", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "66", "month": "2022-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1246", "echelle": "departement"}, {"code_geo": "66", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "66", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "66", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "69", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "69", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "69", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "69", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1374", "echelle": "departement"}, {"code_geo": "69", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "69", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "69", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "69", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "69", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "69", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "69", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1462", "echelle": "departement"}, {"code_geo": "69", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "69", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "69", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "69", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "69", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "69", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "69", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1868", "echelle": "departement"}, {"code_geo": "69", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "69", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "69", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "69", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "69", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "69", "month": "2022-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "69", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "69", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1816", "echelle": "departement"}, {"code_geo": "69", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "69", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "69", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "69", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "69", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "69", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "69", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "2000", "echelle": "departement"}, {"code_geo": "69", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "69", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "69", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "69", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "69", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "69", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "69", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2079", "echelle": "departement"}, {"code_geo": "69", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "69", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "69", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "69", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "69", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "69", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "69", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2834", "echelle": "departement"}, {"code_geo": "69", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "69", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "69", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "69", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "69", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "69", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "69", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1291", "echelle": "departement"}, {"code_geo": "69", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "69", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "69", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "69", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "69", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "69", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "69", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1988", "echelle": "departement"}, {"code_geo": "69", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "69", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "69", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "69", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "69", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "69", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "69", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "2343", "echelle": "departement"}, {"code_geo": "69", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "69", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "69", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "69", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "69", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "69", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "69", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1752", "echelle": "departement"}, {"code_geo": "69", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "69", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "69", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "69", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "69", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "69", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "69", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2148", "echelle": "departement"}, {"code_geo": "69", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "69", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "69", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "70", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "70", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "70", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "70", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "70", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "70", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "70", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "70", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "70", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "624", "echelle": "departement"}, {"code_geo": "70", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "70", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "70", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "70", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "70", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "70", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "693", "echelle": "departement"}, {"code_geo": "70", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "70", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "70", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "70", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "70", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "70", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "70", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "70", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "70", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "70", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "70", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "70", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "647", "echelle": "departement"}, {"code_geo": "70", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "70", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "70", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "70", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "70", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "70", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "764", "echelle": "departement"}, {"code_geo": "70", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "70", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "70", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "70", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "70", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "830", "echelle": "departement"}, {"code_geo": "70", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "70", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "70", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "70", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "70", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "70", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "635", "echelle": "departement"}, {"code_geo": "70", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "70", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "70", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "70", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "70", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "70", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "783", "echelle": "departement"}, {"code_geo": "70", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "70", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "70", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "70", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "70", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "70", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "648", "echelle": "departement"}, {"code_geo": "70", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "70", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "70", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "70", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "70", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "70", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "865", "echelle": "departement"}, {"code_geo": "70", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "70", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "70", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "70", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "70", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "70", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "892", "echelle": "departement"}, {"code_geo": "70", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "70", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "70", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "71", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "71", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "71", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "71", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1389", "echelle": "departement"}, {"code_geo": "71", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "71", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "71", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "71", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "71", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "500", "echelle": "departement"}, {"code_geo": "71", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "71", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1363", "echelle": "departement"}, {"code_geo": "71", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "458", "echelle": "departement"}, {"code_geo": "71", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "71", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "71", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "71", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "765", "echelle": "departement"}, {"code_geo": "71", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "71", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1919", "echelle": "departement"}, {"code_geo": "71", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "525", "echelle": "departement"}, {"code_geo": "71", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "71", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "71", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "71", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "739", "echelle": "departement"}, {"code_geo": "71", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "71", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1532", "echelle": "departement"}, {"code_geo": "71", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "71", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "71", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "71", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "71", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "630", "echelle": "departement"}, {"code_geo": "71", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "71", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1649", "echelle": "departement"}, {"code_geo": "71", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "71", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "71", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "71", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "71", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "692", "echelle": "departement"}, {"code_geo": "71", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "71", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1867", "echelle": "departement"}, {"code_geo": "71", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "515", "echelle": "departement"}, {"code_geo": "71", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "71", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "71", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "71", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "665", "echelle": "departement"}, {"code_geo": "71", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "71", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2113", "echelle": "departement"}, {"code_geo": "71", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "458", "echelle": "departement"}, {"code_geo": "71", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "71", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "71", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "71", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "71", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "71", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1303", "echelle": "departement"}, {"code_geo": "71", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "71", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "71", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "71", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "71", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "630", "echelle": "departement"}, {"code_geo": "71", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "71", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1725", "echelle": "departement"}, {"code_geo": "71", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "71", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "71", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "71", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "71", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "729", "echelle": "departement"}, {"code_geo": "71", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "71", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1689", "echelle": "departement"}, {"code_geo": "71", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "589", "echelle": "departement"}, {"code_geo": "71", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "71", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "71", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "71", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "616", "echelle": "departement"}, {"code_geo": "71", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "71", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1402", "echelle": "departement"}, {"code_geo": "71", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "71", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "71", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "71", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "71", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "807", "echelle": "departement"}, {"code_geo": "71", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "71", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1736", "echelle": "departement"}, {"code_geo": "71", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "686", "echelle": "departement"}, {"code_geo": "71", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "71", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "72", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "72", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "331", "echelle": "departement"}, {"code_geo": "72", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1455", "echelle": "departement"}, {"code_geo": "72", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "72", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "72", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "72", "month": "2022-02", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "72", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "72", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1479", "echelle": "departement"}, {"code_geo": "72", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "72", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "72", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2022-03", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "72", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "72", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1704", "echelle": "departement"}, {"code_geo": "72", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "72", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "72", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "72", "month": "2022-04", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "72", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "72", "month": "2022-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1591", "echelle": "departement"}, {"code_geo": "72", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "423", "echelle": "departement"}, {"code_geo": "72", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "72", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2022-05", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "72", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "72", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1648", "echelle": "departement"}, {"code_geo": "72", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "72", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "72", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "72", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1944", "echelle": "departement"}, {"code_geo": "72", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "72", "month": "2022-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "72", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "72", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "72", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "72", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1988", "echelle": "departement"}, {"code_geo": "72", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "72", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "72", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "72", "month": "2022-08", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "72", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "72", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1436", "echelle": "departement"}, {"code_geo": "72", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "72", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "72", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2022-09", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "72", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "72", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "421", "echelle": "departement"}, {"code_geo": "72", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1991", "echelle": "departement"}, {"code_geo": "72", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "431", "echelle": "departement"}, {"code_geo": "72", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "72", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "72", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "72", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1455", "echelle": "departement"}, {"code_geo": "72", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "72", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "72", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "72", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "72", "month": "2022-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1309", "echelle": "departement"}, {"code_geo": "72", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "72", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "72", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "72", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "72", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1724", "echelle": "departement"}, {"code_geo": "72", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "72", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "73", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "73", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "73", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "73", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "653", "echelle": "departement"}, {"code_geo": "73", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "73", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "73", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "73", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "73", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "73", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "73", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "768", "echelle": "departement"}, {"code_geo": "73", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "73", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "73", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "73", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "73", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "73", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "73", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "902", "echelle": "departement"}, {"code_geo": "73", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "73", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "73", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "73", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "73", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "481", "echelle": "departement"}, {"code_geo": "73", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "73", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "749", "echelle": "departement"}, {"code_geo": "73", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "73", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "73", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "73", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "73", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "550", "echelle": "departement"}, {"code_geo": "73", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "73", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "990", "echelle": "departement"}, {"code_geo": "73", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "73", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "73", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "73", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "73", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "587", "echelle": "departement"}, {"code_geo": "73", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "73", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1053", "echelle": "departement"}, {"code_geo": "73", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "73", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "73", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "73", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "73", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "594", "echelle": "departement"}, {"code_geo": "73", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "73", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1086", "echelle": "departement"}, {"code_geo": "73", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "73", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "73", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "73", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "73", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "507", "echelle": "departement"}, {"code_geo": "73", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "73", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "790", "echelle": "departement"}, {"code_geo": "73", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "73", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "73", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "73", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "73", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "503", "echelle": "departement"}, {"code_geo": "73", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "73", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "949", "echelle": "departement"}, {"code_geo": "73", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "73", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "73", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "73", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "73", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "457", "echelle": "departement"}, {"code_geo": "73", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "73", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "850", "echelle": "departement"}, {"code_geo": "73", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "73", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "73", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "73", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "73", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "597", "echelle": "departement"}, {"code_geo": "73", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "73", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1006", "echelle": "departement"}, {"code_geo": "73", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "73", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "73", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "73", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "73", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "620", "echelle": "departement"}, {"code_geo": "73", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "73", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1294", "echelle": "departement"}, {"code_geo": "73", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "73", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "73", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "74", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "74", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "74", "month": "2022-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "74", "month": "2022-01", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "74", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1250", "echelle": "departement"}, {"code_geo": "74", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "74", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "74", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "74", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "74", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "74", "month": "2022-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "74", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "74", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1094", "echelle": "departement"}, {"code_geo": "74", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "74", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "74", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "74", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "496", "echelle": "departement"}, {"code_geo": "74", "month": "2022-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "74", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "74", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1465", "echelle": "departement"}, {"code_geo": "74", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "437", "echelle": "departement"}, {"code_geo": "74", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "74", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "74", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "414", "echelle": "departement"}, {"code_geo": "74", "month": "2022-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "74", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "74", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1336", "echelle": "departement"}, {"code_geo": "74", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "74", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "74", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "74", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "74", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "74", "month": "2022-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "74", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "74", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1255", "echelle": "departement"}, {"code_geo": "74", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "74", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "74", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "74", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "552", "echelle": "departement"}, {"code_geo": "74", "month": "2022-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "74", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "74", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1623", "echelle": "departement"}, {"code_geo": "74", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "74", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "74", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "74", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "74", "month": "2022-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "74", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "74", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1737", "echelle": "departement"}, {"code_geo": "74", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "74", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "74", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "74", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "74", "month": "2022-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "74", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "74", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1116", "echelle": "departement"}, {"code_geo": "74", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "74", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "74", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "74", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "74", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "74", "month": "2022-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "74", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "74", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1595", "echelle": "departement"}, {"code_geo": "74", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "74", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "74", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "74", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "74", "month": "2022-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "74", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "74", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1381", "echelle": "departement"}, {"code_geo": "74", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "74", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "74", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "74", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "74", "month": "2022-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "74", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "74", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1379", "echelle": "departement"}, {"code_geo": "74", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "74", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "74", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "74", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "74", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "74", "month": "2022-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "74", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "74", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1514", "echelle": "departement"}, {"code_geo": "74", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "472", "echelle": "departement"}, {"code_geo": "74", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "75", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "75", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "75", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "742", "echelle": "departement"}, {"code_geo": "75", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "2763", "echelle": "departement"}, {"code_geo": "75", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "75", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "508", "echelle": "departement"}, {"code_geo": "75", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "819", "echelle": "departement"}, {"code_geo": "75", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "75", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "588", "echelle": "departement"}, {"code_geo": "75", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "75", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "593", "echelle": "departement"}, {"code_geo": "75", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "781", "echelle": "departement"}, {"code_geo": "76", "month": "2022-01", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "76", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "76", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1924", "echelle": "departement"}, {"code_geo": "76", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "76", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "76", "month": "2022-02", "nature_culture": "herbages", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "76", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "76", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "76", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "2019", "echelle": "departement"}, {"code_geo": "76", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "76", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "76", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "76", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "76", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2654", "echelle": "departement"}, {"code_geo": "76", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "76", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "76", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "76", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "76", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "2325", "echelle": "departement"}, {"code_geo": "76", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "76", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "76", "month": "2022-05", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "76", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "76", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "76", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "2490", "echelle": "departement"}, {"code_geo": "76", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "76", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "76", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "76", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "76", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2791", "echelle": "departement"}, {"code_geo": "76", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "76", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "76", "month": "2022-07", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "76", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "76", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "76", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2821", "echelle": "departement"}, {"code_geo": "76", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "76", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "76", "month": "2022-08", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "76", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "76", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "2222", "echelle": "departement"}, {"code_geo": "76", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "76", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "76", "month": "2022-09", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "76", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "76", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2757", "echelle": "departement"}, {"code_geo": "76", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "76", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "76", "month": "2022-10", "nature_culture": "herbages", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "76", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "76", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "76", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "2219", "echelle": "departement"}, {"code_geo": "76", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "76", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "76", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "76", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "76", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "2340", "echelle": "departement"}, {"code_geo": "76", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "76", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "76", "month": "2022-12", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "76", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "76", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "76", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2641", "echelle": "departement"}, {"code_geo": "76", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "76", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "77", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "77", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "77", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1883", "echelle": "departement"}, {"code_geo": "77", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "77", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "77", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "77", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "77", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "2124", "echelle": "departement"}, {"code_geo": "77", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "77", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "77", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "77", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "77", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2377", "echelle": "departement"}, {"code_geo": "77", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "77", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "77", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "77", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "77", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "2362", "echelle": "departement"}, {"code_geo": "77", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "77", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "77", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "77", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "77", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "77", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "2121", "echelle": "departement"}, {"code_geo": "77", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "77", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "77", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "77", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "77", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "77", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2700", "echelle": "departement"}, {"code_geo": "77", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "77", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "77", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "77", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "77", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "77", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "3435", "echelle": "departement"}, {"code_geo": "77", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "77", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "77", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "77", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "77", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "2283", "echelle": "departement"}, {"code_geo": "77", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "77", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "77", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "77", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "77", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "77", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2812", "echelle": "departement"}, {"code_geo": "77", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "77", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "77", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "77", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "77", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "2213", "echelle": "departement"}, {"code_geo": "77", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "77", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "77", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "77", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "77", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "2142", "echelle": "departement"}, {"code_geo": "77", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "77", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "77", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "77", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "77", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "77", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2717", "echelle": "departement"}, {"code_geo": "77", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "77", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "77", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "78", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "78", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "78", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1467", "echelle": "departement"}, {"code_geo": "78", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "78", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "78", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "78", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "78", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1375", "echelle": "departement"}, {"code_geo": "78", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "78", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "78", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "78", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1527", "echelle": "departement"}, {"code_geo": "78", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "78", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "78", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "78", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "78", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1540", "echelle": "departement"}, {"code_geo": "78", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "78", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "78", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "78", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "78", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1607", "echelle": "departement"}, {"code_geo": "78", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "78", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "78", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "78", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "78", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "78", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1911", "echelle": "departement"}, {"code_geo": "78", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "78", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "78", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "78", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "78", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2656", "echelle": "departement"}, {"code_geo": "78", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "78", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "78", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "78", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1398", "echelle": "departement"}, {"code_geo": "78", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "78", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "78", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "78", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "78", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1850", "echelle": "departement"}, {"code_geo": "78", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "78", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "78", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "78", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1389", "echelle": "departement"}, {"code_geo": "78", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "78", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "78", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "78", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "78", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1199", "echelle": "departement"}, {"code_geo": "78", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "78", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "78", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "78", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2050", "echelle": "departement"}, {"code_geo": "78", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "78", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "79", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "79", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "79", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1337", "echelle": "departement"}, {"code_geo": "79", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "647", "echelle": "departement"}, {"code_geo": "79", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "79", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "79", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "79", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "79", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1392", "echelle": "departement"}, {"code_geo": "79", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "458", "echelle": "departement"}, {"code_geo": "79", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "79", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "79", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "79", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1465", "echelle": "departement"}, {"code_geo": "79", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "869", "echelle": "departement"}, {"code_geo": "79", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "79", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "79", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "79", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1720", "echelle": "departement"}, {"code_geo": "79", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "596", "echelle": "departement"}, {"code_geo": "79", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "79", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "79", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "79", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1574", "echelle": "departement"}, {"code_geo": "79", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "757", "echelle": "departement"}, {"code_geo": "79", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "79", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "79", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "79", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1577", "echelle": "departement"}, {"code_geo": "79", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "742", "echelle": "departement"}, {"code_geo": "79", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "79", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "79", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1986", "echelle": "departement"}, {"code_geo": "79", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "797", "echelle": "departement"}, {"code_geo": "79", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "79", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "79", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "79", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "79", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1313", "echelle": "departement"}, {"code_geo": "79", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "648", "echelle": "departement"}, {"code_geo": "79", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "79", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "79", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "79", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1761", "echelle": "departement"}, {"code_geo": "79", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "572", "echelle": "departement"}, {"code_geo": "79", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "79", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "79", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "79", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "79", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1398", "echelle": "departement"}, {"code_geo": "79", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "546", "echelle": "departement"}, {"code_geo": "79", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "79", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "79", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "79", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "79", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1413", "echelle": "departement"}, {"code_geo": "79", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "79", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "79", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "79", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "79", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "79", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1874", "echelle": "departement"}, {"code_geo": "79", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "689", "echelle": "departement"}, {"code_geo": "79", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "80", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "80", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "80", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1278", "echelle": "departement"}, {"code_geo": "80", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "80", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "80", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "80", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1423", "echelle": "departement"}, {"code_geo": "80", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "80", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "80", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "80", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "80", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1523", "echelle": "departement"}, {"code_geo": "80", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "80", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "80", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "80", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1334", "echelle": "departement"}, {"code_geo": "80", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "80", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "80", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "80", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "80", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1533", "echelle": "departement"}, {"code_geo": "80", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "80", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "80", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "80", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1613", "echelle": "departement"}, {"code_geo": "80", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "80", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "80", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "80", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "80", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2011", "echelle": "departement"}, {"code_geo": "80", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "80", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "80", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "80", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1150", "echelle": "departement"}, {"code_geo": "80", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "80", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "80", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "80", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "80", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1547", "echelle": "departement"}, {"code_geo": "80", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "80", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "80", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "80", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "80", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1216", "echelle": "departement"}, {"code_geo": "80", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "80", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "80", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "80", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1206", "echelle": "departement"}, {"code_geo": "80", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "80", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "80", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "80", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "80", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1685", "echelle": "departement"}, {"code_geo": "80", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "431", "echelle": "departement"}, {"code_geo": "81", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "81", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "81", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "869", "echelle": "departement"}, {"code_geo": "81", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "81", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "81", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "81", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "81", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "979", "echelle": "departement"}, {"code_geo": "81", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "81", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "81", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "81", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "81", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1126", "echelle": "departement"}, {"code_geo": "81", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "638", "echelle": "departement"}, {"code_geo": "81", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "81", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "81", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "81", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1052", "echelle": "departement"}, {"code_geo": "81", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "643", "echelle": "departement"}, {"code_geo": "81", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "81", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "81", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "81", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "81", "month": "2022-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "999", "echelle": "departement"}, {"code_geo": "81", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "81", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "81", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "81", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "81", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1222", "echelle": "departement"}, {"code_geo": "81", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "454", "echelle": "departement"}, {"code_geo": "81", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "81", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "81", "month": "2022-07", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "81", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1411", "echelle": "departement"}, {"code_geo": "81", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "754", "echelle": "departement"}, {"code_geo": "81", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "81", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "81", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "81", "month": "2022-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "81", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "997", "echelle": "departement"}, {"code_geo": "81", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "81", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "81", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "81", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "81", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1093", "echelle": "departement"}, {"code_geo": "81", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "660", "echelle": "departement"}, {"code_geo": "81", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "81", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "81", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "81", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "81", "month": "2022-10", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "955", "echelle": "departement"}, {"code_geo": "81", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "467", "echelle": "departement"}, {"code_geo": "81", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "81", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "81", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "81", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "81", "month": "2022-11", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "81", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "987", "echelle": "departement"}, {"code_geo": "81", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "81", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "81", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "81", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "81", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1107", "echelle": "departement"}, {"code_geo": "81", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "81", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "82", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "82", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "82", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "543", "echelle": "departement"}, {"code_geo": "82", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "82", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "82", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "82", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "82", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "82", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "634", "echelle": "departement"}, {"code_geo": "82", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "82", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "82", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "82", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "82", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "717", "echelle": "departement"}, {"code_geo": "82", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "82", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "82", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "82", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "82", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "82", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "628", "echelle": "departement"}, {"code_geo": "82", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "608", "echelle": "departement"}, {"code_geo": "82", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "82", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "82", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "82", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "82", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "692", "echelle": "departement"}, {"code_geo": "82", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "653", "echelle": "departement"}, {"code_geo": "82", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "82", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "82", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "82", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "775", "echelle": "departement"}, {"code_geo": "82", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "623", "echelle": "departement"}, {"code_geo": "82", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "82", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "82", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "82", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "82", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "862", "echelle": "departement"}, {"code_geo": "82", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "708", "echelle": "departement"}, {"code_geo": "82", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "82", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "82", "month": "2022-08", "nature_culture": "pacages", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "82", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "82", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "649", "echelle": "departement"}, {"code_geo": "82", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "496", "echelle": "departement"}, {"code_geo": "82", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "82", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "82", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "82", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "692", "echelle": "departement"}, {"code_geo": "82", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "659", "echelle": "departement"}, {"code_geo": "82", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "82", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "82", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "82", "month": "2022-10", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "82", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "82", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "635", "echelle": "departement"}, {"code_geo": "82", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "547", "echelle": "departement"}, {"code_geo": "82", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "82", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "82", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "82", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "82", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "550", "echelle": "departement"}, {"code_geo": "82", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "534", "echelle": "departement"}, {"code_geo": "82", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "82", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "82", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "82", "month": "2022-12", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "82", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "82", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "797", "echelle": "departement"}, {"code_geo": "82", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "898", "echelle": "departement"}, {"code_geo": "82", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "82", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "83", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "83", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "83", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1899", "echelle": "departement"}, {"code_geo": "83", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "83", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "83", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "83", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "83", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "83", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "83", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "2135", "echelle": "departement"}, {"code_geo": "83", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "83", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "83", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "83", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "83", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "83", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "83", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2483", "echelle": "departement"}, {"code_geo": "83", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "83", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "83", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "83", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "83", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "83", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "2086", "echelle": "departement"}, {"code_geo": "83", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "83", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "83", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "83", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "83", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "83", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "2112", "echelle": "departement"}, {"code_geo": "83", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "83", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "83", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "83", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "83", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "83", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2572", "echelle": "departement"}, {"code_geo": "83", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "83", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "83", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "83", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "83", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "83", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2574", "echelle": "departement"}, {"code_geo": "83", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "83", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "83", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "83", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "83", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "83", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1799", "echelle": "departement"}, {"code_geo": "83", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "83", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "83", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "83", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "83", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "83", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2541", "echelle": "departement"}, {"code_geo": "83", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "83", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "83", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "83", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "83", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "83", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1964", "echelle": "departement"}, {"code_geo": "83", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "83", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "83", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "83", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "83", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "83", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1867", "echelle": "departement"}, {"code_geo": "83", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "83", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "83", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "83", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "83", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "83", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "83", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2383", "echelle": "departement"}, {"code_geo": "83", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "83", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "83", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "84", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "84", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "84", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1104", "echelle": "departement"}, {"code_geo": "84", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "84", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "84", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "84", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "84", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "84", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1303", "echelle": "departement"}, {"code_geo": "84", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "84", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "84", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "84", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "84", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "84", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1404", "echelle": "departement"}, {"code_geo": "84", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "84", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "84", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "84", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "84", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "84", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1216", "echelle": "departement"}, {"code_geo": "84", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "84", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "84", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "84", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "84", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "84", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1308", "echelle": "departement"}, {"code_geo": "84", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "422", "echelle": "departement"}, {"code_geo": "84", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "84", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "84", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "84", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "84", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1396", "echelle": "departement"}, {"code_geo": "84", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "450", "echelle": "departement"}, {"code_geo": "84", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "84", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "84", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "84", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "84", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1618", "echelle": "departement"}, {"code_geo": "84", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "84", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "84", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "84", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "84", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "84", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1050", "echelle": "departement"}, {"code_geo": "84", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "84", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "84", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "84", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "84", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "84", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1487", "echelle": "departement"}, {"code_geo": "84", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "474", "echelle": "departement"}, {"code_geo": "84", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "84", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "84", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "84", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "84", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1271", "echelle": "departement"}, {"code_geo": "84", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "504", "echelle": "departement"}, {"code_geo": "84", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "84", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "84", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "84", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "84", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1251", "echelle": "departement"}, {"code_geo": "84", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "84", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "84", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "84", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "84", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "84", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1383", "echelle": "departement"}, {"code_geo": "84", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "344", "echelle": "departement"}, {"code_geo": "84", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "84", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "85", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "85", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "85", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1988", "echelle": "departement"}, {"code_geo": "85", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "584", "echelle": "departement"}, {"code_geo": "85", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "85", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "85", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "85", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "85", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "2046", "echelle": "departement"}, {"code_geo": "85", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "691", "echelle": "departement"}, {"code_geo": "85", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "85", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "85", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "85", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "85", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "2452", "echelle": "departement"}, {"code_geo": "85", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "804", "echelle": "departement"}, {"code_geo": "85", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "85", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "85", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "85", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "85", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "2386", "echelle": "departement"}, {"code_geo": "85", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "598", "echelle": "departement"}, {"code_geo": "85", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "85", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "85", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "85", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "85", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "2364", "echelle": "departement"}, {"code_geo": "85", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "794", "echelle": "departement"}, {"code_geo": "85", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "85", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "85", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "85", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "85", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "2680", "echelle": "departement"}, {"code_geo": "85", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "773", "echelle": "departement"}, {"code_geo": "85", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "85", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "85", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "85", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "351", "echelle": "departement"}, {"code_geo": "85", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2746", "echelle": "departement"}, {"code_geo": "85", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "634", "echelle": "departement"}, {"code_geo": "85", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "85", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "85", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "85", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "85", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "2080", "echelle": "departement"}, {"code_geo": "85", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "85", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "85", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "85", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "85", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "85", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2652", "echelle": "departement"}, {"code_geo": "85", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "645", "echelle": "departement"}, {"code_geo": "85", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "85", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "85", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "85", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "85", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "2080", "echelle": "departement"}, {"code_geo": "85", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "650", "echelle": "departement"}, {"code_geo": "85", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "85", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "85", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "85", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "85", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "2104", "echelle": "departement"}, {"code_geo": "85", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "85", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "85", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "85", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "85", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "85", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2637", "echelle": "departement"}, {"code_geo": "85", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "1038", "echelle": "departement"}, {"code_geo": "85", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "85", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "86", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "86", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "86", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1181", "echelle": "departement"}, {"code_geo": "86", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "778", "echelle": "departement"}, {"code_geo": "86", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "86", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "86", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "86", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "86", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1186", "echelle": "departement"}, {"code_geo": "86", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "765", "echelle": "departement"}, {"code_geo": "86", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "86", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "86", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "86", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "86", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1453", "echelle": "departement"}, {"code_geo": "86", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "956", "echelle": "departement"}, {"code_geo": "86", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "86", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "86", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "86", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1189", "echelle": "departement"}, {"code_geo": "86", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "626", "echelle": "departement"}, {"code_geo": "86", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "86", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "86", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "86", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1330", "echelle": "departement"}, {"code_geo": "86", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "958", "echelle": "departement"}, {"code_geo": "86", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "86", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "86", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "86", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "86", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1619", "echelle": "departement"}, {"code_geo": "86", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "1130", "echelle": "departement"}, {"code_geo": "86", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "86", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "86", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "86", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1623", "echelle": "departement"}, {"code_geo": "86", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "706", "echelle": "departement"}, {"code_geo": "86", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "86", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "86", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "86", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "86", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1246", "echelle": "departement"}, {"code_geo": "86", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "692", "echelle": "departement"}, {"code_geo": "86", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "86", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "86", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "86", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "86", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1507", "echelle": "departement"}, {"code_geo": "86", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "766", "echelle": "departement"}, {"code_geo": "86", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "86", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "86", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "86", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "86", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1162", "echelle": "departement"}, {"code_geo": "86", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "1142", "echelle": "departement"}, {"code_geo": "86", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "86", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "86", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "86", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1222", "echelle": "departement"}, {"code_geo": "86", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "809", "echelle": "departement"}, {"code_geo": "86", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "86", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "86", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "86", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "86", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1466", "echelle": "departement"}, {"code_geo": "86", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "1110", "echelle": "departement"}, {"code_geo": "86", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "87", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "87", "month": "2022-01", "nature_culture": "pacages", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "87", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "87", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1013", "echelle": "departement"}, {"code_geo": "87", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "463", "echelle": "departement"}, {"code_geo": "87", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "87", "month": "2022-02", "nature_culture": "pacages", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "87", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "422", "echelle": "departement"}, {"code_geo": "87", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1040", "echelle": "departement"}, {"code_geo": "87", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "87", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "87", "month": "2022-03", "nature_culture": "pacages", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "87", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "87", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1058", "echelle": "departement"}, {"code_geo": "87", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "507", "echelle": "departement"}, {"code_geo": "87", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "87", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "87", "month": "2022-04", "nature_culture": "pacages", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "87", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "87", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "973", "echelle": "departement"}, {"code_geo": "87", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "476", "echelle": "departement"}, {"code_geo": "87", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "87", "month": "2022-05", "nature_culture": "pacages", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "87", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "87", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1075", "echelle": "departement"}, {"code_geo": "87", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "608", "echelle": "departement"}, {"code_geo": "87", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "87", "month": "2022-06", "nature_culture": "pacages", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "87", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "87", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1107", "echelle": "departement"}, {"code_geo": "87", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "87", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "87", "month": "2022-07", "nature_culture": "pacages", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "87", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "87", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1126", "echelle": "departement"}, {"code_geo": "87", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "87", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "87", "month": "2022-08", "nature_culture": "pacages", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "87", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "87", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "959", "echelle": "departement"}, {"code_geo": "87", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "87", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "87", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "87", "month": "2022-09", "nature_culture": "pacages", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "87", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "87", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1220", "echelle": "departement"}, {"code_geo": "87", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "524", "echelle": "departement"}, {"code_geo": "87", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "87", "month": "2022-10", "nature_culture": "pacages", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "87", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "87", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1043", "echelle": "departement"}, {"code_geo": "87", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "87", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "87", "month": "2022-11", "nature_culture": "pacages", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "87", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "87", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "894", "echelle": "departement"}, {"code_geo": "87", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "518", "echelle": "departement"}, {"code_geo": "87", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "87", "month": "2022-12", "nature_culture": "pacages", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "87", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "501", "echelle": "departement"}, {"code_geo": "87", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1163", "echelle": "departement"}, {"code_geo": "87", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "898", "echelle": "departement"}, {"code_geo": "87", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "87", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "88", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "88", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "88", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "960", "echelle": "departement"}, {"code_geo": "88", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "88", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "88", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "88", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "88", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "88", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1169", "echelle": "departement"}, {"code_geo": "88", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "88", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "88", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "88", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "88", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "88", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1132", "echelle": "departement"}, {"code_geo": "88", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "344", "echelle": "departement"}, {"code_geo": "88", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "88", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "88", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "88", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "492", "echelle": "departement"}, {"code_geo": "88", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1045", "echelle": "departement"}, {"code_geo": "88", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "88", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "88", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "88", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "88", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "455", "echelle": "departement"}, {"code_geo": "88", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "953", "echelle": "departement"}, {"code_geo": "88", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "88", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "88", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "88", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "88", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "498", "echelle": "departement"}, {"code_geo": "88", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1142", "echelle": "departement"}, {"code_geo": "88", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "88", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "88", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "88", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "88", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "88", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1274", "echelle": "departement"}, {"code_geo": "88", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "88", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "88", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "88", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "88", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "88", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1015", "echelle": "departement"}, {"code_geo": "88", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "88", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "88", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "88", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "88", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "88", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1084", "echelle": "departement"}, {"code_geo": "88", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "351", "echelle": "departement"}, {"code_geo": "88", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "88", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "88", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "88", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "88", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1035", "echelle": "departement"}, {"code_geo": "88", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "88", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "88", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "88", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "88", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "88", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1010", "echelle": "departement"}, {"code_geo": "88", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "88", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "88", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "88", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "88", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "88", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1276", "echelle": "departement"}, {"code_geo": "88", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "88", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "88", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "89", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "89", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "89", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1080", "echelle": "departement"}, {"code_geo": "89", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "89", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "89", "month": "2022-01", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "89", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "89", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "89", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "972", "echelle": "departement"}, {"code_geo": "89", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "574", "echelle": "departement"}, {"code_geo": "89", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "89", "month": "2022-02", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "89", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "89", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "89", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1403", "echelle": "departement"}, {"code_geo": "89", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "636", "echelle": "departement"}, {"code_geo": "89", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "89", "month": "2022-03", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "89", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "89", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "89", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1120", "echelle": "departement"}, {"code_geo": "89", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "497", "echelle": "departement"}, {"code_geo": "89", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "89", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "89", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "89", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "89", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1130", "echelle": "departement"}, {"code_geo": "89", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "460", "echelle": "departement"}, {"code_geo": "89", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "89", "month": "2022-05", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "89", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "89", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "89", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1286", "echelle": "departement"}, {"code_geo": "89", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "739", "echelle": "departement"}, {"code_geo": "89", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "89", "month": "2022-06", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "89", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "89", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "89", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1739", "echelle": "departement"}, {"code_geo": "89", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "477", "echelle": "departement"}, {"code_geo": "89", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "89", "month": "2022-07", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "89", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "89", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "89", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "804", "echelle": "departement"}, {"code_geo": "89", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "89", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "89", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "89", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "89", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "89", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1295", "echelle": "departement"}, {"code_geo": "89", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "467", "echelle": "departement"}, {"code_geo": "89", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "89", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "89", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "89", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "89", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1202", "echelle": "departement"}, {"code_geo": "89", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "462", "echelle": "departement"}, {"code_geo": "89", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "89", "month": "2022-10", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "89", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "89", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "89", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1025", "echelle": "departement"}, {"code_geo": "89", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "513", "echelle": "departement"}, {"code_geo": "89", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "89", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "89", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "89", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "89", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1229", "echelle": "departement"}, {"code_geo": "89", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "751", "echelle": "departement"}, {"code_geo": "89", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "89", "month": "2022-12", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "90", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "90", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "90", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "90", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "90", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "90", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "90", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "90", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "90", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "90", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "90", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "90", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "90", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "90", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "90", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "90", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "90", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "90", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "90", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "90", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "90", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "90", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "90", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "90", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "90", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "90", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "90", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "90", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "90", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "90", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "90", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "90", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "90", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "90", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "90", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "90", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "90", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "90", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "90", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "90", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "90", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "90", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "90", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "90", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "90", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "90", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "90", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "90", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "90", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "90", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "90", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "90", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "90", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "90", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "422", "echelle": "departement"}, {"code_geo": "90", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "90", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "91", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "91", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "91", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1234", "echelle": "departement"}, {"code_geo": "91", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "91", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "91", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "91", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "91", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1246", "echelle": "departement"}, {"code_geo": "91", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "91", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "91", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "91", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1331", "echelle": "departement"}, {"code_geo": "91", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "91", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "91", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "91", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1338", "echelle": "departement"}, {"code_geo": "91", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "91", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "91", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "91", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1249", "echelle": "departement"}, {"code_geo": "91", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "91", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2022-06", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "91", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1723", "echelle": "departement"}, {"code_geo": "91", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "91", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "91", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "91", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "91", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2173", "echelle": "departement"}, {"code_geo": "91", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "91", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "91", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "91", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1348", "echelle": "departement"}, {"code_geo": "91", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "91", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "91", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "91", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1718", "echelle": "departement"}, {"code_geo": "91", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "91", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "91", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1479", "echelle": "departement"}, {"code_geo": "91", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "91", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "91", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "91", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "91", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1238", "echelle": "departement"}, {"code_geo": "91", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "91", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "91", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1812", "echelle": "departement"}, {"code_geo": "91", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "91", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "92", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "530", "echelle": "departement"}, {"code_geo": "92", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "92", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "92", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "721", "echelle": "departement"}, {"code_geo": "92", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "638", "echelle": "departement"}, {"code_geo": "92", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "92", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "92", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "823", "echelle": "departement"}, {"code_geo": "92", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2015", "echelle": "departement"}, {"code_geo": "92", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "92", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "92", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "2467", "echelle": "departement"}, {"code_geo": "92", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "616", "echelle": "departement"}, {"code_geo": "92", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "92", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "92", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "490", "echelle": "departement"}, {"code_geo": "92", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1907", "echelle": "departement"}, {"code_geo": "92", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1589", "echelle": "departement"}, {"code_geo": "93", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "93", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "93", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "2057", "echelle": "departement"}, {"code_geo": "93", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "93", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "93", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "904", "echelle": "departement"}, {"code_geo": "93", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "93", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "93", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1042", "echelle": "departement"}, {"code_geo": "93", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "93", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1047", "echelle": "departement"}, {"code_geo": "93", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "93", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1480", "echelle": "departement"}, {"code_geo": "93", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "93", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "93", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1236", "echelle": "departement"}, {"code_geo": "93", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "93", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "655", "echelle": "departement"}, {"code_geo": "93", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1115", "echelle": "departement"}, {"code_geo": "93", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "93", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "93", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1160", "echelle": "departement"}, {"code_geo": "93", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "93", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "907", "echelle": "departement"}, {"code_geo": "93", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "93", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "93", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1956", "echelle": "departement"}, {"code_geo": "93", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "93", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "774", "echelle": "departement"}, {"code_geo": "94", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "641", "echelle": "departement"}, {"code_geo": "94", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "817", "echelle": "departement"}, {"code_geo": "94", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "756", "echelle": "departement"}, {"code_geo": "94", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "789", "echelle": "departement"}, {"code_geo": "94", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "967", "echelle": "departement"}, {"code_geo": "94", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "94", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1145", "echelle": "departement"}, {"code_geo": "94", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "94", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "571", "echelle": "departement"}, {"code_geo": "94", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "848", "echelle": "departement"}, {"code_geo": "94", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "94", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "819", "echelle": "departement"}, {"code_geo": "94", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "646", "echelle": "departement"}, {"code_geo": "94", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "94", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1399", "echelle": "departement"}, {"code_geo": "94", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "94", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "95", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "95", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "1053", "echelle": "departement"}, {"code_geo": "95", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "95", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "95", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "95", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "95", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "944", "echelle": "departement"}, {"code_geo": "95", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "95", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "95", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "95", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "95", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1380", "echelle": "departement"}, {"code_geo": "95", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "95", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "95", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "95", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1129", "echelle": "departement"}, {"code_geo": "95", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "95", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "95", "month": "2022-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "95", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1085", "echelle": "departement"}, {"code_geo": "95", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "95", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "95", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "95", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1742", "echelle": "departement"}, {"code_geo": "95", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "95", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "95", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "95", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "95", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "2003", "echelle": "departement"}, {"code_geo": "95", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "95", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "95", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "95", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1026", "echelle": "departement"}, {"code_geo": "95", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "95", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "95", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "95", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "95", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1566", "echelle": "departement"}, {"code_geo": "95", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "95", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "95", "month": "2022-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "95", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "95", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1397", "echelle": "departement"}, {"code_geo": "95", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "95", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "95", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "95", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "95", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1280", "echelle": "departement"}, {"code_geo": "95", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "95", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "95", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "95", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "1538", "echelle": "departement"}, {"code_geo": "95", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "95", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "97", "month": "2022-01", "nature_culture": "landes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "97", "month": "2022-01", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "97", "month": "2022-01", "nature_culture": "sols", "nb_mutations": "854", "echelle": "departement"}, {"code_geo": "97", "month": "2022-01", "nature_culture": "terres", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "97", "month": "2022-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2022-02", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "97", "month": "2022-02", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "97", "month": "2022-02", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "97", "month": "2022-02", "nature_culture": "sols", "nb_mutations": "1053", "echelle": "departement"}, {"code_geo": "97", "month": "2022-02", "nature_culture": "terres", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "97", "month": "2022-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2022-03", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "97", "month": "2022-03", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "97", "month": "2022-03", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2022-03", "nature_culture": "sols", "nb_mutations": "1615", "echelle": "departement"}, {"code_geo": "97", "month": "2022-03", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "97", "month": "2022-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2022-04", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "97", "month": "2022-04", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "97", "month": "2022-04", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "97", "month": "2022-04", "nature_culture": "sols", "nb_mutations": "1085", "echelle": "departement"}, {"code_geo": "97", "month": "2022-04", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "97", "month": "2022-04", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "97", "month": "2022-05", "nature_culture": "landes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "97", "month": "2022-05", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "97", "month": "2022-05", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2022-05", "nature_culture": "sols", "nb_mutations": "1547", "echelle": "departement"}, {"code_geo": "97", "month": "2022-05", "nature_culture": "terres", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "97", "month": "2022-05", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "97", "month": "2022-06", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "97", "month": "2022-06", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "97", "month": "2022-06", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2022-06", "nature_culture": "sols", "nb_mutations": "1792", "echelle": "departement"}, {"code_geo": "97", "month": "2022-06", "nature_culture": "terres", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "97", "month": "2022-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2022-07", "nature_culture": "landes", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "97", "month": "2022-07", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "97", "month": "2022-07", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "97", "month": "2022-07", "nature_culture": "sols", "nb_mutations": "1523", "echelle": "departement"}, {"code_geo": "97", "month": "2022-07", "nature_culture": "terres", "nb_mutations": "331", "echelle": "departement"}, {"code_geo": "97", "month": "2022-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "97", "month": "2022-08", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "97", "month": "2022-08", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "97", "month": "2022-08", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2022-08", "nature_culture": "sols", "nb_mutations": "1208", "echelle": "departement"}, {"code_geo": "97", "month": "2022-08", "nature_culture": "terres", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "97", "month": "2022-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2022-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2022-09", "nature_culture": "landes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "97", "month": "2022-09", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "97", "month": "2022-09", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2022-09", "nature_culture": "sols", "nb_mutations": "1376", "echelle": "departement"}, {"code_geo": "97", "month": "2022-09", "nature_culture": "terres", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "97", "month": "2022-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2022-10", "nature_culture": "landes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "97", "month": "2022-10", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "97", "month": "2022-10", "nature_culture": "sols", "nb_mutations": "1216", "echelle": "departement"}, {"code_geo": "97", "month": "2022-10", "nature_culture": "terres", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "97", "month": "2022-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "97", "month": "2022-11", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "97", "month": "2022-11", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "97", "month": "2022-11", "nature_culture": "sols", "nb_mutations": "1464", "echelle": "departement"}, {"code_geo": "97", "month": "2022-11", "nature_culture": "terres", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "97", "month": "2022-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "97", "month": "2022-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2022-12", "nature_culture": "landes", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "97", "month": "2022-12", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "97", "month": "2022-12", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2022-12", "nature_culture": "sols", "nb_mutations": "2742", "echelle": "departement"}, {"code_geo": "97", "month": "2022-12", "nature_culture": "terres", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "97", "month": "2022-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "code_geo", "month": "month", "nature_culture": "nature_culture", "nb_mutations": "nb_mutations", "echelle": "echelle"}, {"code_geo": "01", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "01", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "01", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "01", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1181", "echelle": "departement"}, {"code_geo": "01", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "01", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "01", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "01", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "01", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "01", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "01", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1069", "echelle": "departement"}, {"code_geo": "01", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "01", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "01", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "01", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "478", "echelle": "departement"}, {"code_geo": "01", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "01", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1335", "echelle": "departement"}, {"code_geo": "01", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "01", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "01", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "01", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "01", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "01", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1127", "echelle": "departement"}, {"code_geo": "01", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "01", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "01", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "01", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "01", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1146", "echelle": "departement"}, {"code_geo": "01", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "01", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "01", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "01", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "526", "echelle": "departement"}, {"code_geo": "01", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "01", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1567", "echelle": "departement"}, {"code_geo": "01", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "01", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "01", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "01", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "01", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "396", "echelle": "departement"}, {"code_geo": "01", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "01", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1625", "echelle": "departement"}, {"code_geo": "01", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "01", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "01", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "01", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "01", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "01", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "840", "echelle": "departement"}, {"code_geo": "01", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "01", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "01", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "01", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "01", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1231", "echelle": "departement"}, {"code_geo": "01", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "01", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "01", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "01", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "01", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "01", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "01", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1430", "echelle": "departement"}, {"code_geo": "01", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "01", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "01", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "01", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "01", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "01", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1009", "echelle": "departement"}, {"code_geo": "01", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "01", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "01", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "01", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "577", "echelle": "departement"}, {"code_geo": "01", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "01", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1317", "echelle": "departement"}, {"code_geo": "01", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "01", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "01", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "02", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "02", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "02", "month": "2023-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "02", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "02", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1104", "echelle": "departement"}, {"code_geo": "02", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "02", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "02", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "02", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "02", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "02", "month": "2023-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "02", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1132", "echelle": "departement"}, {"code_geo": "02", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "02", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "02", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "02", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "02", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1485", "echelle": "departement"}, {"code_geo": "02", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "02", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "02", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "02", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "02", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "02", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1018", "echelle": "departement"}, {"code_geo": "02", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "02", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "02", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "02", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "02", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "02", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "02", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1252", "echelle": "departement"}, {"code_geo": "02", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "02", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "02", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "02", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "02", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "02", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "02", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1514", "echelle": "departement"}, {"code_geo": "02", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "02", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "02", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "02", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "02", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "02", "month": "2023-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "02", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1358", "echelle": "departement"}, {"code_geo": "02", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "448", "echelle": "departement"}, {"code_geo": "02", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "02", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "02", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "02", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "02", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "976", "echelle": "departement"}, {"code_geo": "02", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "02", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "02", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "02", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "02", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "02", "month": "2023-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "02", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1332", "echelle": "departement"}, {"code_geo": "02", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "02", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "02", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "02", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "02", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "02", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "02", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1377", "echelle": "departement"}, {"code_geo": "02", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "02", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "02", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "02", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "02", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "02", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "02", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1009", "echelle": "departement"}, {"code_geo": "02", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "467", "echelle": "departement"}, {"code_geo": "02", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "02", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "02", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "02", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "02", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "02", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1533", "echelle": "departement"}, {"code_geo": "02", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "02", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "02", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "03", "month": "2023-01", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "03", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "03", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1014", "echelle": "departement"}, {"code_geo": "03", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "03", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "03", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "03", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "03", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "970", "echelle": "departement"}, {"code_geo": "03", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "03", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "03", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "03", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "03", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "03", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1070", "echelle": "departement"}, {"code_geo": "03", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "03", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "03", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "03", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "03", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "859", "echelle": "departement"}, {"code_geo": "03", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "03", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "03", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "03", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "03", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "03", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1034", "echelle": "departement"}, {"code_geo": "03", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "03", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "03", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "03", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "03", "month": "2023-06", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "03", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "03", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1142", "echelle": "departement"}, {"code_geo": "03", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "03", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "03", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "03", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "03", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1040", "echelle": "departement"}, {"code_geo": "03", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "488", "echelle": "departement"}, {"code_geo": "03", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "03", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "03", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "03", "month": "2023-08", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "03", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "707", "echelle": "departement"}, {"code_geo": "03", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "03", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "03", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "03", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "03", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "03", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "997", "echelle": "departement"}, {"code_geo": "03", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "365", "echelle": "departement"}, {"code_geo": "03", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "03", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "03", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "03", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1069", "echelle": "departement"}, {"code_geo": "03", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "03", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "03", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "03", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "03", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "919", "echelle": "departement"}, {"code_geo": "03", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "03", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "03", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "03", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "03", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "03", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1188", "echelle": "departement"}, {"code_geo": "03", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "03", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "03", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "04", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "04", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "04", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "04", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "04", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "04", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "04", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "04", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "04", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "04", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "04", "month": "2023-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "04", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "04", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "04", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "04", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "04", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "04", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "04", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "04", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "04", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "04", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "04", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "04", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "04", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "04", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "04", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "04", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "04", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "04", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "04", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "04", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "04", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "489", "echelle": "departement"}, {"code_geo": "04", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "04", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "04", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "04", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "04", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "04", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "04", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "04", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "04", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "04", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "04", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "04", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "04", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "04", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "04", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "04", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "04", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "04", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "04", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "04", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "04", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "04", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "04", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "04", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "04", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "04", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "04", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "04", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "04", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "04", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "04", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "04", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "04", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "04", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "04", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "04", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "04", "month": "2023-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "04", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "05", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "05", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "05", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "05", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "05", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "05", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "05", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "05", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "05", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "05", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "05", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "05", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "05", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "05", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "05", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "05", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "05", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "05", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "05", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "05", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "05", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "511", "echelle": "departement"}, {"code_geo": "05", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "05", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "05", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "05", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "05", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "05", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "05", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "05", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "05", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "05", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "05", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "05", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "05", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "05", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "05", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "05", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "05", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "05", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "05", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "05", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "05", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "05", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "05", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "05", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "05", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "05", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "05", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "05", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "05", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "05", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "05", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "05", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "05", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "05", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "05", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "05", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "05", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "05", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "05", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "05", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "05", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "05", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "05", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "05", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "06", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "06", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "06", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "923", "echelle": "departement"}, {"code_geo": "06", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "06", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "06", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "06", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "06", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "06", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "856", "echelle": "departement"}, {"code_geo": "06", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "06", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "06", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "06", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "06", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "06", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1040", "echelle": "departement"}, {"code_geo": "06", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "06", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "06", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "06", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "06", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "06", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "803", "echelle": "departement"}, {"code_geo": "06", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "06", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "06", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "06", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "06", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "06", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1029", "echelle": "departement"}, {"code_geo": "06", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "06", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "06", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "06", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "06", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "06", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1078", "echelle": "departement"}, {"code_geo": "06", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "06", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "06", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "06", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "06", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "06", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1011", "echelle": "departement"}, {"code_geo": "06", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "06", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "06", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "06", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "06", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "06", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "840", "echelle": "departement"}, {"code_geo": "06", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "06", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "06", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "06", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "06", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "06", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "893", "echelle": "departement"}, {"code_geo": "06", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "06", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "06", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "06", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "06", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "06", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "927", "echelle": "departement"}, {"code_geo": "06", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "06", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "06", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "06", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "06", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "06", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "896", "echelle": "departement"}, {"code_geo": "06", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "06", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "06", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "06", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "06", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "06", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1173", "echelle": "departement"}, {"code_geo": "06", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "06", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "06", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "07", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "454", "echelle": "departement"}, {"code_geo": "07", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "07", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "07", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "716", "echelle": "departement"}, {"code_geo": "07", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "07", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "07", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "07", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "07", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "07", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "07", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "616", "echelle": "departement"}, {"code_geo": "07", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "07", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "07", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "07", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "07", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "07", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "07", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "786", "echelle": "departement"}, {"code_geo": "07", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "07", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "07", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "07", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "371", "echelle": "departement"}, {"code_geo": "07", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "07", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "07", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "647", "echelle": "departement"}, {"code_geo": "07", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "07", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "07", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "07", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "458", "echelle": "departement"}, {"code_geo": "07", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "07", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "07", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "633", "echelle": "departement"}, {"code_geo": "07", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "384", "echelle": "departement"}, {"code_geo": "07", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "07", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "07", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "07", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "07", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "07", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "796", "echelle": "departement"}, {"code_geo": "07", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "07", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "07", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "07", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "07", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "07", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "07", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "913", "echelle": "departement"}, {"code_geo": "07", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "07", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "07", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "07", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "07", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "07", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "07", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "606", "echelle": "departement"}, {"code_geo": "07", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "07", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "07", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "07", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "522", "echelle": "departement"}, {"code_geo": "07", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "07", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "07", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "698", "echelle": "departement"}, {"code_geo": "07", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "07", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "07", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "07", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "07", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "07", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "07", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "770", "echelle": "departement"}, {"code_geo": "07", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "07", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "07", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "07", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "07", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "07", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "07", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "598", "echelle": "departement"}, {"code_geo": "07", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "07", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "07", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "07", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "478", "echelle": "departement"}, {"code_geo": "07", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "07", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "07", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "741", "echelle": "departement"}, {"code_geo": "07", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "07", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "07", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "08", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "08", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "08", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "522", "echelle": "departement"}, {"code_geo": "08", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "08", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "08", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "08", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "08", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "522", "echelle": "departement"}, {"code_geo": "08", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "08", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "08", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "08", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "08", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "08", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "727", "echelle": "departement"}, {"code_geo": "08", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "08", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "08", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "08", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "08", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "08", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "08", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "08", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "08", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "08", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "612", "echelle": "departement"}, {"code_geo": "08", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "08", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "08", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "08", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "08", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "935", "echelle": "departement"}, {"code_geo": "08", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "08", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "08", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "08", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "08", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "732", "echelle": "departement"}, {"code_geo": "08", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "08", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "08", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "08", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "08", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "403", "echelle": "departement"}, {"code_geo": "08", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "08", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "08", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "08", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "08", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "654", "echelle": "departement"}, {"code_geo": "08", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "08", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "08", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "08", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "08", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "653", "echelle": "departement"}, {"code_geo": "08", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "08", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "08", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "08", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "08", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "689", "echelle": "departement"}, {"code_geo": "08", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "08", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "08", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "08", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "08", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "688", "echelle": "departement"}, {"code_geo": "08", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "08", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "09", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "351", "echelle": "departement"}, {"code_geo": "09", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "09", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "588", "echelle": "departement"}, {"code_geo": "09", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "09", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "09", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "09", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "09", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "09", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "09", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "09", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "421", "echelle": "departement"}, {"code_geo": "09", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "09", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "624", "echelle": "departement"}, {"code_geo": "09", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "09", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "09", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "09", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "09", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "502", "echelle": "departement"}, {"code_geo": "09", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "09", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "09", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "09", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "09", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "09", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "09", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "606", "echelle": "departement"}, {"code_geo": "09", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "09", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "593", "echelle": "departement"}, {"code_geo": "09", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "09", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "09", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "557", "echelle": "departement"}, {"code_geo": "09", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "09", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "551", "echelle": "departement"}, {"code_geo": "09", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "09", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "09", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "09", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "09", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "09", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "09", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "09", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "09", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "09", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "09", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "09", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "09", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "673", "echelle": "departement"}, {"code_geo": "09", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "09", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "521", "echelle": "departement"}, {"code_geo": "09", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "441", "echelle": "departement"}, {"code_geo": "09", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "09", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "09", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "524", "echelle": "departement"}, {"code_geo": "09", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "09", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "514", "echelle": "departement"}, {"code_geo": "09", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "09", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "597", "echelle": "departement"}, {"code_geo": "09", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "09", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "624", "echelle": "departement"}, {"code_geo": "09", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "09", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "10", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "10", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "10", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "601", "echelle": "departement"}, {"code_geo": "10", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "10", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "10", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "10", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "10", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "10", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "593", "echelle": "departement"}, {"code_geo": "10", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "10", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "10", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "10", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "10", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "10", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "10", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "10", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "10", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "10", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "10", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "10", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "10", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "10", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "10", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "10", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "10", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "10", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "624", "echelle": "departement"}, {"code_geo": "10", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "10", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "10", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "10", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "10", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "10", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "708", "echelle": "departement"}, {"code_geo": "10", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "10", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "10", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "10", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "10", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "10", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "648", "echelle": "departement"}, {"code_geo": "10", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "10", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "10", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "10", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "10", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "10", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "576", "echelle": "departement"}, {"code_geo": "10", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "10", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "10", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "10", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "10", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "10", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "637", "echelle": "departement"}, {"code_geo": "10", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "10", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "10", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "10", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "10", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "10", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "860", "echelle": "departement"}, {"code_geo": "10", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "10", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "10", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "10", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "10", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "10", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "10", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "10", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "10", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "10", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "10", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "10", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "796", "echelle": "departement"}, {"code_geo": "10", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "10", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "10", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "11", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "11", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "11", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "866", "echelle": "departement"}, {"code_geo": "11", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "11", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "11", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "11", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "11", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "11", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "794", "echelle": "departement"}, {"code_geo": "11", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "11", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "11", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "11", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "11", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "11", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1035", "echelle": "departement"}, {"code_geo": "11", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "579", "echelle": "departement"}, {"code_geo": "11", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "11", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "11", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "11", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "11", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "864", "echelle": "departement"}, {"code_geo": "11", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "586", "echelle": "departement"}, {"code_geo": "11", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "11", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "11", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "11", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "11", "month": "2023-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "11", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "882", "echelle": "departement"}, {"code_geo": "11", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "536", "echelle": "departement"}, {"code_geo": "11", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "11", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "11", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "11", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "11", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "980", "echelle": "departement"}, {"code_geo": "11", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "505", "echelle": "departement"}, {"code_geo": "11", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "11", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "11", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "11", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "11", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "916", "echelle": "departement"}, {"code_geo": "11", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "554", "echelle": "departement"}, {"code_geo": "11", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "11", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "11", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "11", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "11", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "792", "echelle": "departement"}, {"code_geo": "11", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "11", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "11", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "11", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "11", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "11", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "984", "echelle": "departement"}, {"code_geo": "11", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "11", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "11", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "11", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "11", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "11", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "903", "echelle": "departement"}, {"code_geo": "11", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "640", "echelle": "departement"}, {"code_geo": "11", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "11", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "11", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "11", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "11", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "844", "echelle": "departement"}, {"code_geo": "11", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "504", "echelle": "departement"}, {"code_geo": "11", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "11", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "11", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "11", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "11", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1039", "echelle": "departement"}, {"code_geo": "11", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "608", "echelle": "departement"}, {"code_geo": "11", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "11", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "12", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "12", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "12", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "12", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "583", "echelle": "departement"}, {"code_geo": "12", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "12", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "12", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "12", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "12", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "12", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "12", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "635", "echelle": "departement"}, {"code_geo": "12", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "12", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "12", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "12", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "12", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "12", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "12", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "753", "echelle": "departement"}, {"code_geo": "12", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "498", "echelle": "departement"}, {"code_geo": "12", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "12", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "12", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "12", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "12", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "12", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "629", "echelle": "departement"}, {"code_geo": "12", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "12", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "12", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "12", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "12", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "12", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "12", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "574", "echelle": "departement"}, {"code_geo": "12", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "12", "month": "2023-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "12", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "12", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "12", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "12", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "12", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "762", "echelle": "departement"}, {"code_geo": "12", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "475", "echelle": "departement"}, {"code_geo": "12", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "12", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "12", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "12", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "12", "month": "2023-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "12", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "691", "echelle": "departement"}, {"code_geo": "12", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "12", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "12", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "12", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "12", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "12", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "12", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "595", "echelle": "departement"}, {"code_geo": "12", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "12", "month": "2023-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "12", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "12", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "12", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "12", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "12", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "711", "echelle": "departement"}, {"code_geo": "12", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "12", "month": "2023-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "12", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "12", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "12", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "12", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "12", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "629", "echelle": "departement"}, {"code_geo": "12", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "12", "month": "2023-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "12", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "12", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "12", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "12", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "12", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "12", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "12", "month": "2023-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "12", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "12", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "12", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "12", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "12", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "922", "echelle": "departement"}, {"code_geo": "12", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "511", "echelle": "departement"}, {"code_geo": "12", "month": "2023-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "12", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "12", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "13", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "13", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "13", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1763", "echelle": "departement"}, {"code_geo": "13", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "13", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "13", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "13", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "13", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "13", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1596", "echelle": "departement"}, {"code_geo": "13", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "13", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "13", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "13", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "13", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "13", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "13", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "2161", "echelle": "departement"}, {"code_geo": "13", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "13", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "13", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "13", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "13", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "13", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1681", "echelle": "departement"}, {"code_geo": "13", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "13", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "13", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "13", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "13", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "13", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1684", "echelle": "departement"}, {"code_geo": "13", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "13", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "13", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "13", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "13", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "13", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "2112", "echelle": "departement"}, {"code_geo": "13", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "13", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "13", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "13", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "13", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "13", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "2077", "echelle": "departement"}, {"code_geo": "13", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "13", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "13", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "13", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "13", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "13", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "13", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1333", "echelle": "departement"}, {"code_geo": "13", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "13", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "13", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "13", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "13", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "13", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "13", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1807", "echelle": "departement"}, {"code_geo": "13", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "13", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "13", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "13", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "13", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "13", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1725", "echelle": "departement"}, {"code_geo": "13", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "13", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "13", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "13", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "13", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "13", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1352", "echelle": "departement"}, {"code_geo": "13", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "13", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "13", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "13", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "13", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "13", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2235", "echelle": "departement"}, {"code_geo": "13", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "13", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "13", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "14", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "14", "month": "2023-01", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "14", "month": "2023-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "14", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1242", "echelle": "departement"}, {"code_geo": "14", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "14", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "14", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "14", "month": "2023-02", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "14", "month": "2023-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "14", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1210", "echelle": "departement"}, {"code_geo": "14", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "14", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "14", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "14", "month": "2023-03", "nature_culture": "pacages", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "14", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "569", "echelle": "departement"}, {"code_geo": "14", "month": "2023-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "14", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1519", "echelle": "departement"}, {"code_geo": "14", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "14", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "14", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "14", "month": "2023-04", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "14", "month": "2023-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "14", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1124", "echelle": "departement"}, {"code_geo": "14", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "14", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "14", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "14", "month": "2023-05", "nature_culture": "pacages", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "14", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "14", "month": "2023-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "14", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1165", "echelle": "departement"}, {"code_geo": "14", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "14", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "14", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "14", "month": "2023-06", "nature_culture": "pacages", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "14", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "437", "echelle": "departement"}, {"code_geo": "14", "month": "2023-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "14", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1572", "echelle": "departement"}, {"code_geo": "14", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "14", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "14", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "14", "month": "2023-07", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "14", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "14", "month": "2023-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "14", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1520", "echelle": "departement"}, {"code_geo": "14", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "14", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "14", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "14", "month": "2023-08", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "14", "month": "2023-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "14", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1228", "echelle": "departement"}, {"code_geo": "14", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "14", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "14", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "14", "month": "2023-09", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "14", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "14", "month": "2023-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "14", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1317", "echelle": "departement"}, {"code_geo": "14", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "14", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "14", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "14", "month": "2023-10", "nature_culture": "pacages", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "14", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "414", "echelle": "departement"}, {"code_geo": "14", "month": "2023-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "14", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1222", "echelle": "departement"}, {"code_geo": "14", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "14", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "14", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "14", "month": "2023-11", "nature_culture": "pacages", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "14", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "14", "month": "2023-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "14", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1262", "echelle": "departement"}, {"code_geo": "14", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "14", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "14", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "14", "month": "2023-12", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "14", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "513", "echelle": "departement"}, {"code_geo": "14", "month": "2023-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "14", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1492", "echelle": "departement"}, {"code_geo": "14", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "14", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "15", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "15", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "15", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "15", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "15", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "15", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "15", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "15", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "15", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "15", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "15", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "15", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "15", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "15", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "15", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "15", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "15", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "15", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "15", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "15", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "15", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "15", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "15", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "15", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "15", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "15", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "15", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "15", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "15", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "15", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "15", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "15", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "15", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "15", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "15", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "15", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "15", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "15", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "15", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "15", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "15", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "15", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "15", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "15", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "15", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "15", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "15", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "15", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "15", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "15", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "15", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "15", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "15", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "15", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "15", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "15", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "15", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "15", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "15", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "15", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "15", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "15", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "15", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "15", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "15", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "15", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "15", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "15", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "15", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "15", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "15", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "15", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "16", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "16", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "16", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1030", "echelle": "departement"}, {"code_geo": "16", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "531", "echelle": "departement"}, {"code_geo": "16", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "16", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "16", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "16", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1081", "echelle": "departement"}, {"code_geo": "16", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "833", "echelle": "departement"}, {"code_geo": "16", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "16", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "16", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "16", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1315", "echelle": "departement"}, {"code_geo": "16", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "1014", "echelle": "departement"}, {"code_geo": "16", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "16", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "16", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "16", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1018", "echelle": "departement"}, {"code_geo": "16", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "16", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "16", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "16", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "16", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1056", "echelle": "departement"}, {"code_geo": "16", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "676", "echelle": "departement"}, {"code_geo": "16", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "16", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "16", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "16", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1174", "echelle": "departement"}, {"code_geo": "16", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "622", "echelle": "departement"}, {"code_geo": "16", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "16", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "16", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "16", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1237", "echelle": "departement"}, {"code_geo": "16", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "637", "echelle": "departement"}, {"code_geo": "16", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "16", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "16", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "16", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "16", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "825", "echelle": "departement"}, {"code_geo": "16", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "16", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "16", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "16", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "16", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1266", "echelle": "departement"}, {"code_geo": "16", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "1028", "echelle": "departement"}, {"code_geo": "16", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "16", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "16", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "16", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1075", "echelle": "departement"}, {"code_geo": "16", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "813", "echelle": "departement"}, {"code_geo": "16", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "16", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "16", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "16", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "947", "echelle": "departement"}, {"code_geo": "16", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "787", "echelle": "departement"}, {"code_geo": "16", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "16", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "16", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "16", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1151", "echelle": "departement"}, {"code_geo": "16", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "727", "echelle": "departement"}, {"code_geo": "16", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "17", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "17", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "17", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1897", "echelle": "departement"}, {"code_geo": "17", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "613", "echelle": "departement"}, {"code_geo": "17", "month": "2023-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "17", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "17", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "17", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "17", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1941", "echelle": "departement"}, {"code_geo": "17", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "791", "echelle": "departement"}, {"code_geo": "17", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "17", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "17", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "17", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "2256", "echelle": "departement"}, {"code_geo": "17", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "984", "echelle": "departement"}, {"code_geo": "17", "month": "2023-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "17", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "17", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "17", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "17", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1674", "echelle": "departement"}, {"code_geo": "17", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "737", "echelle": "departement"}, {"code_geo": "17", "month": "2023-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "17", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "17", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "17", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "17", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1982", "echelle": "departement"}, {"code_geo": "17", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "772", "echelle": "departement"}, {"code_geo": "17", "month": "2023-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "17", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "17", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "17", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "17", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "2424", "echelle": "departement"}, {"code_geo": "17", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "908", "echelle": "departement"}, {"code_geo": "17", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "17", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "17", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "17", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "17", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "2018", "echelle": "departement"}, {"code_geo": "17", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "659", "echelle": "departement"}, {"code_geo": "17", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "17", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "17", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "17", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "17", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1745", "echelle": "departement"}, {"code_geo": "17", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "17", "month": "2023-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "17", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "17", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "17", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "17", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "2117", "echelle": "departement"}, {"code_geo": "17", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "559", "echelle": "departement"}, {"code_geo": "17", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "17", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "17", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "17", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "17", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "2136", "echelle": "departement"}, {"code_geo": "17", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "1026", "echelle": "departement"}, {"code_geo": "17", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "17", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "17", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "17", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "17", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1553", "echelle": "departement"}, {"code_geo": "17", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "663", "echelle": "departement"}, {"code_geo": "17", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "17", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "17", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "17", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "17", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1932", "echelle": "departement"}, {"code_geo": "17", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "806", "echelle": "departement"}, {"code_geo": "17", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "17", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "18", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "18", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "18", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "18", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "18", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "18", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "18", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "18", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "18", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "851", "echelle": "departement"}, {"code_geo": "18", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "18", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "18", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "18", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "18", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1062", "echelle": "departement"}, {"code_geo": "18", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "18", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "18", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "18", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "18", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "18", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "770", "echelle": "departement"}, {"code_geo": "18", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "18", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "18", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "18", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "18", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "18", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "914", "echelle": "departement"}, {"code_geo": "18", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "18", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "18", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "18", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "18", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "18", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1127", "echelle": "departement"}, {"code_geo": "18", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "18", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "18", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "18", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "18", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1033", "echelle": "departement"}, {"code_geo": "18", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "18", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "18", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "18", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "18", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "18", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "803", "echelle": "departement"}, {"code_geo": "18", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "18", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "18", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "18", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "18", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "18", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1075", "echelle": "departement"}, {"code_geo": "18", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "18", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "18", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "18", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "18", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "18", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "872", "echelle": "departement"}, {"code_geo": "18", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "18", "month": "2023-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "18", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "18", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "18", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "18", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "18", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "762", "echelle": "departement"}, {"code_geo": "18", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "18", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "18", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "18", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "18", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "18", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "924", "echelle": "departement"}, {"code_geo": "18", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "590", "echelle": "departement"}, {"code_geo": "18", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "18", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "19", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "19", "month": "2023-01", "nature_culture": "pacages", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "19", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "19", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "607", "echelle": "departement"}, {"code_geo": "19", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "19", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "19", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "19", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "19", "month": "2023-02", "nature_culture": "pacages", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "19", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "19", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "554", "echelle": "departement"}, {"code_geo": "19", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "19", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "19", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "19", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "19", "month": "2023-03", "nature_culture": "pacages", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "19", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "19", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "695", "echelle": "departement"}, {"code_geo": "19", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "19", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "19", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "19", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "19", "month": "2023-04", "nature_culture": "pacages", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "19", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "19", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "499", "echelle": "departement"}, {"code_geo": "19", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "19", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "19", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "19", "month": "2023-05", "nature_culture": "pacages", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "19", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "19", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "513", "echelle": "departement"}, {"code_geo": "19", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "19", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "19", "month": "2023-06", "nature_culture": "pacages", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "19", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "19", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "682", "echelle": "departement"}, {"code_geo": "19", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "19", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "19", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "19", "month": "2023-07", "nature_culture": "pacages", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "19", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "19", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "564", "echelle": "departement"}, {"code_geo": "19", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "19", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "19", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "19", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "19", "month": "2023-08", "nature_culture": "pacages", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "19", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "19", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "511", "echelle": "departement"}, {"code_geo": "19", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "19", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "19", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "19", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "19", "month": "2023-09", "nature_culture": "pacages", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "19", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "19", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "590", "echelle": "departement"}, {"code_geo": "19", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "19", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "19", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "19", "month": "2023-10", "nature_culture": "pacages", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "19", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "19", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "649", "echelle": "departement"}, {"code_geo": "19", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "19", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "19", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "19", "month": "2023-11", "nature_culture": "pacages", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "19", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "19", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "499", "echelle": "departement"}, {"code_geo": "19", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "19", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "19", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "19", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "19", "month": "2023-12", "nature_culture": "pacages", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "19", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "19", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "731", "echelle": "departement"}, {"code_geo": "19", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "19", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "19", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "21", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "21", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "21", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "21", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "991", "echelle": "departement"}, {"code_geo": "21", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "21", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "21", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "21", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "21", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "21", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "21", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "803", "echelle": "departement"}, {"code_geo": "21", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "21", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "21", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "21", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "21", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "21", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "21", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1042", "echelle": "departement"}, {"code_geo": "21", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "21", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "21", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "21", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "21", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "21", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "21", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "801", "echelle": "departement"}, {"code_geo": "21", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "21", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "21", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "21", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "21", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "21", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "21", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "794", "echelle": "departement"}, {"code_geo": "21", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "21", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "21", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "21", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "21", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "21", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "21", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1021", "echelle": "departement"}, {"code_geo": "21", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "21", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "21", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "21", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "21", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "21", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "21", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1174", "echelle": "departement"}, {"code_geo": "21", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "21", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "21", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "21", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "21", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "21", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "21", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "735", "echelle": "departement"}, {"code_geo": "21", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "21", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "21", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "21", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "21", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "21", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "21", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1011", "echelle": "departement"}, {"code_geo": "21", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "21", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "21", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "21", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "21", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "21", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "21", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "905", "echelle": "departement"}, {"code_geo": "21", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "21", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "21", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "21", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "21", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "21", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "21", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "767", "echelle": "departement"}, {"code_geo": "21", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "351", "echelle": "departement"}, {"code_geo": "21", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "21", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "21", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "21", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "21", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "21", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1105", "echelle": "departement"}, {"code_geo": "21", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "379", "echelle": "departement"}, {"code_geo": "21", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "21", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "22", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "22", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "22", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1671", "echelle": "departement"}, {"code_geo": "22", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "1023", "echelle": "departement"}, {"code_geo": "22", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "22", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "22", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "22", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1410", "echelle": "departement"}, {"code_geo": "22", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "809", "echelle": "departement"}, {"code_geo": "22", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "22", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "22", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "22", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "2121", "echelle": "departement"}, {"code_geo": "22", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "1334", "echelle": "departement"}, {"code_geo": "22", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "22", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "22", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "22", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1453", "echelle": "departement"}, {"code_geo": "22", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "1091", "echelle": "departement"}, {"code_geo": "22", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "22", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "22", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "22", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1575", "echelle": "departement"}, {"code_geo": "22", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "987", "echelle": "departement"}, {"code_geo": "22", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "22", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "22", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "22", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "2019", "echelle": "departement"}, {"code_geo": "22", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "1095", "echelle": "departement"}, {"code_geo": "22", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "22", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "22", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "22", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1887", "echelle": "departement"}, {"code_geo": "22", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "1011", "echelle": "departement"}, {"code_geo": "22", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "22", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "22", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "22", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1416", "echelle": "departement"}, {"code_geo": "22", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "776", "echelle": "departement"}, {"code_geo": "22", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "22", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "22", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "22", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1688", "echelle": "departement"}, {"code_geo": "22", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "1011", "echelle": "departement"}, {"code_geo": "22", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "22", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "22", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "22", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1821", "echelle": "departement"}, {"code_geo": "22", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "887", "echelle": "departement"}, {"code_geo": "22", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "22", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "22", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "22", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1455", "echelle": "departement"}, {"code_geo": "22", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "1038", "echelle": "departement"}, {"code_geo": "22", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "22", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "22", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "22", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2054", "echelle": "departement"}, {"code_geo": "22", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "1302", "echelle": "departement"}, {"code_geo": "22", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "23", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "23", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "23", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "23", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "546", "echelle": "departement"}, {"code_geo": "23", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "320", "echelle": "departement"}, {"code_geo": "23", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "23", "month": "2023-02", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "23", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "23", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "23", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "477", "echelle": "departement"}, {"code_geo": "23", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "23", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "23", "month": "2023-03", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "23", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "23", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "23", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "612", "echelle": "departement"}, {"code_geo": "23", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "514", "echelle": "departement"}, {"code_geo": "23", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "23", "month": "2023-04", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "23", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "23", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "23", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "23", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "23", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "23", "month": "2023-05", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "23", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "23", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "23", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "23", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "396", "echelle": "departement"}, {"code_geo": "23", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "23", "month": "2023-06", "nature_culture": "pacages", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "23", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "23", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "23", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "576", "echelle": "departement"}, {"code_geo": "23", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "23", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "23", "month": "2023-07", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "23", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "23", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "23", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "508", "echelle": "departement"}, {"code_geo": "23", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "686", "echelle": "departement"}, {"code_geo": "23", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "23", "month": "2023-08", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "23", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "23", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "23", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "543", "echelle": "departement"}, {"code_geo": "23", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "23", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "23", "month": "2023-09", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "23", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "23", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "23", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "485", "echelle": "departement"}, {"code_geo": "23", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "23", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "23", "month": "2023-10", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "23", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "23", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "23", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "525", "echelle": "departement"}, {"code_geo": "23", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "23", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "23", "month": "2023-11", "nature_culture": "pacages", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "23", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "23", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "23", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "535", "echelle": "departement"}, {"code_geo": "23", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "583", "echelle": "departement"}, {"code_geo": "23", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "23", "month": "2023-12", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "23", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "23", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "23", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "907", "echelle": "departement"}, {"code_geo": "23", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "635", "echelle": "departement"}, {"code_geo": "24", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "24", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "735", "echelle": "departement"}, {"code_geo": "24", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1242", "echelle": "departement"}, {"code_geo": "24", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "1005", "echelle": "departement"}, {"code_geo": "24", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "24", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "24", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "24", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "625", "echelle": "departement"}, {"code_geo": "24", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1157", "echelle": "departement"}, {"code_geo": "24", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "737", "echelle": "departement"}, {"code_geo": "24", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "24", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "24", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "24", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "659", "echelle": "departement"}, {"code_geo": "24", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1466", "echelle": "departement"}, {"code_geo": "24", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "762", "echelle": "departement"}, {"code_geo": "24", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "24", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "24", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "24", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "621", "echelle": "departement"}, {"code_geo": "24", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1184", "echelle": "departement"}, {"code_geo": "24", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "848", "echelle": "departement"}, {"code_geo": "24", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "24", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "24", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "24", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "609", "echelle": "departement"}, {"code_geo": "24", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1216", "echelle": "departement"}, {"code_geo": "24", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "864", "echelle": "departement"}, {"code_geo": "24", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "24", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "24", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "24", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "694", "echelle": "departement"}, {"code_geo": "24", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1458", "echelle": "departement"}, {"code_geo": "24", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "839", "echelle": "departement"}, {"code_geo": "24", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "24", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "24", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "24", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "609", "echelle": "departement"}, {"code_geo": "24", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1274", "echelle": "departement"}, {"code_geo": "24", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "723", "echelle": "departement"}, {"code_geo": "24", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "24", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "24", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "24", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "24", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1150", "echelle": "departement"}, {"code_geo": "24", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "684", "echelle": "departement"}, {"code_geo": "24", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "24", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "24", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "24", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "632", "echelle": "departement"}, {"code_geo": "24", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1232", "echelle": "departement"}, {"code_geo": "24", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "772", "echelle": "departement"}, {"code_geo": "24", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "24", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "24", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "24", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "697", "echelle": "departement"}, {"code_geo": "24", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1330", "echelle": "departement"}, {"code_geo": "24", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "925", "echelle": "departement"}, {"code_geo": "24", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "24", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "24", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "24", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "643", "echelle": "departement"}, {"code_geo": "24", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1127", "echelle": "departement"}, {"code_geo": "24", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "862", "echelle": "departement"}, {"code_geo": "24", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "24", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "24", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "24", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "602", "echelle": "departement"}, {"code_geo": "24", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1347", "echelle": "departement"}, {"code_geo": "24", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "805", "echelle": "departement"}, {"code_geo": "24", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "24", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "25", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "25", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "25", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "704", "echelle": "departement"}, {"code_geo": "25", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "25", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "25", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "25", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "25", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1842", "echelle": "departement"}, {"code_geo": "25", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "25", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "25", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "25", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "25", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "857", "echelle": "departement"}, {"code_geo": "25", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "25", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "25", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "25", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "25", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "25", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "25", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "25", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "25", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "25", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "25", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "843", "echelle": "departement"}, {"code_geo": "25", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "25", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "25", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "25", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "25", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "853", "echelle": "departement"}, {"code_geo": "25", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "25", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "25", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "25", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "25", "month": "2023-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "954", "echelle": "departement"}, {"code_geo": "25", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "25", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "25", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "25", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "25", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "625", "echelle": "departement"}, {"code_geo": "25", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "25", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "25", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "25", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "25", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "684", "echelle": "departement"}, {"code_geo": "25", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "25", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "25", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "25", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "25", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "804", "echelle": "departement"}, {"code_geo": "25", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "25", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "25", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "25", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "25", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "842", "echelle": "departement"}, {"code_geo": "25", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "25", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "25", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "25", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "25", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "992", "echelle": "departement"}, {"code_geo": "25", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "25", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "26", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "26", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "26", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "903", "echelle": "departement"}, {"code_geo": "26", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "26", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "26", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "26", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "26", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "26", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "829", "echelle": "departement"}, {"code_geo": "26", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "26", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "26", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "26", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "26", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "26", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "909", "echelle": "departement"}, {"code_geo": "26", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "419", "echelle": "departement"}, {"code_geo": "26", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "26", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "26", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "26", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "26", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "692", "echelle": "departement"}, {"code_geo": "26", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "26", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "26", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "26", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "26", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "26", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "853", "echelle": "departement"}, {"code_geo": "26", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "26", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "26", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "26", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "26", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "26", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1032", "echelle": "departement"}, {"code_geo": "26", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "371", "echelle": "departement"}, {"code_geo": "26", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "26", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "26", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "26", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "26", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1121", "echelle": "departement"}, {"code_geo": "26", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "26", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "26", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "26", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "26", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "26", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "692", "echelle": "departement"}, {"code_geo": "26", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "26", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "26", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "26", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "26", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "26", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "942", "echelle": "departement"}, {"code_geo": "26", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "26", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "26", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "26", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "26", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "26", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "797", "echelle": "departement"}, {"code_geo": "26", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "403", "echelle": "departement"}, {"code_geo": "26", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "26", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "26", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "26", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "26", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "783", "echelle": "departement"}, {"code_geo": "26", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "26", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "26", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "26", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "26", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "26", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "931", "echelle": "departement"}, {"code_geo": "26", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "431", "echelle": "departement"}, {"code_geo": "26", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "26", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "27", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "27", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "27", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1041", "echelle": "departement"}, {"code_geo": "27", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "27", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "27", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "27", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "27", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1008", "echelle": "departement"}, {"code_geo": "27", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "27", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "27", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "27", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "27", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1390", "echelle": "departement"}, {"code_geo": "27", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "27", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "27", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "27", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "27", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1028", "echelle": "departement"}, {"code_geo": "27", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "27", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "27", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "27", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "27", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1086", "echelle": "departement"}, {"code_geo": "27", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "27", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "27", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "27", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "27", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1443", "echelle": "departement"}, {"code_geo": "27", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "27", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "27", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "27", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "27", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1540", "echelle": "departement"}, {"code_geo": "27", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "27", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "27", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "27", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "27", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1138", "echelle": "departement"}, {"code_geo": "27", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "27", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "27", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "27", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "27", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1384", "echelle": "departement"}, {"code_geo": "27", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "27", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "27", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "27", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "27", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1319", "echelle": "departement"}, {"code_geo": "27", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "27", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "27", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "27", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "27", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1066", "echelle": "departement"}, {"code_geo": "27", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "27", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "27", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "27", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "27", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1655", "echelle": "departement"}, {"code_geo": "27", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "27", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "28", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "28", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "28", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "921", "echelle": "departement"}, {"code_geo": "28", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "28", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "28", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "28", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "28", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "834", "echelle": "departement"}, {"code_geo": "28", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "28", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "28", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "28", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "28", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1072", "echelle": "departement"}, {"code_geo": "28", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "28", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "28", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "28", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "28", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "28", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "889", "echelle": "departement"}, {"code_geo": "28", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "28", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "28", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "28", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "837", "echelle": "departement"}, {"code_geo": "28", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "28", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "28", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "28", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "28", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1420", "echelle": "departement"}, {"code_geo": "28", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "465", "echelle": "departement"}, {"code_geo": "28", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "28", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "28", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "28", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1193", "echelle": "departement"}, {"code_geo": "28", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "28", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "28", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "28", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "28", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "761", "echelle": "departement"}, {"code_geo": "28", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "28", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "28", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "28", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1078", "echelle": "departement"}, {"code_geo": "28", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "28", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "28", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "28", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "28", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1012", "echelle": "departement"}, {"code_geo": "28", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "28", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "28", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "28", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "28", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "793", "echelle": "departement"}, {"code_geo": "28", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "28", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "28", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "28", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "28", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1281", "echelle": "departement"}, {"code_geo": "28", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "539", "echelle": "departement"}, {"code_geo": "28", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "29", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "29", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "29", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1841", "echelle": "departement"}, {"code_geo": "29", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "906", "echelle": "departement"}, {"code_geo": "29", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "29", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "29", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "29", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1807", "echelle": "departement"}, {"code_geo": "29", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "920", "echelle": "departement"}, {"code_geo": "29", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "29", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "29", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "29", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "2087", "echelle": "departement"}, {"code_geo": "29", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "1469", "echelle": "departement"}, {"code_geo": "29", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "29", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "29", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "29", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1652", "echelle": "departement"}, {"code_geo": "29", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "950", "echelle": "departement"}, {"code_geo": "29", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "29", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "29", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "29", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1831", "echelle": "departement"}, {"code_geo": "29", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "1035", "echelle": "departement"}, {"code_geo": "29", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "29", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "29", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "29", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "2250", "echelle": "departement"}, {"code_geo": "29", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "1286", "echelle": "departement"}, {"code_geo": "29", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "29", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "29", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "29", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "2226", "echelle": "departement"}, {"code_geo": "29", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "1190", "echelle": "departement"}, {"code_geo": "29", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "29", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "29", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "29", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1754", "echelle": "departement"}, {"code_geo": "29", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "781", "echelle": "departement"}, {"code_geo": "29", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "29", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "29", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "29", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "2100", "echelle": "departement"}, {"code_geo": "29", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "1070", "echelle": "departement"}, {"code_geo": "29", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "29", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "29", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "29", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "2101", "echelle": "departement"}, {"code_geo": "29", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "1078", "echelle": "departement"}, {"code_geo": "29", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "29", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "29", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "29", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1669", "echelle": "departement"}, {"code_geo": "29", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "982", "echelle": "departement"}, {"code_geo": "29", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "29", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "29", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "29", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2275", "echelle": "departement"}, {"code_geo": "29", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "1616", "echelle": "departement"}, {"code_geo": "29", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "2A", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "2B", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "30", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "30", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "30", "month": "2023-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1369", "echelle": "departement"}, {"code_geo": "30", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "30", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "30", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "30", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "30", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "30", "month": "2023-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1280", "echelle": "departement"}, {"code_geo": "30", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "479", "echelle": "departement"}, {"code_geo": "30", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "30", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "30", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "30", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "30", "month": "2023-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1518", "echelle": "departement"}, {"code_geo": "30", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "584", "echelle": "departement"}, {"code_geo": "30", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "30", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "30", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "30", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "30", "month": "2023-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1195", "echelle": "departement"}, {"code_geo": "30", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "596", "echelle": "departement"}, {"code_geo": "30", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "30", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "30", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "30", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "30", "month": "2023-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1391", "echelle": "departement"}, {"code_geo": "30", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "723", "echelle": "departement"}, {"code_geo": "30", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "30", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "30", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "30", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "30", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1743", "echelle": "departement"}, {"code_geo": "30", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "30", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "30", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "30", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "30", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "30", "month": "2023-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1607", "echelle": "departement"}, {"code_geo": "30", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "564", "echelle": "departement"}, {"code_geo": "30", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "30", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "30", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "30", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "30", "month": "2023-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1061", "echelle": "departement"}, {"code_geo": "30", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "30", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "30", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "30", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "30", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "30", "month": "2023-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1484", "echelle": "departement"}, {"code_geo": "30", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "423", "echelle": "departement"}, {"code_geo": "30", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "30", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "30", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "30", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "30", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1384", "echelle": "departement"}, {"code_geo": "30", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "493", "echelle": "departement"}, {"code_geo": "30", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "30", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "30", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "30", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "30", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1122", "echelle": "departement"}, {"code_geo": "30", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "460", "echelle": "departement"}, {"code_geo": "30", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "30", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "30", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "30", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "30", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1668", "echelle": "departement"}, {"code_geo": "30", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "528", "echelle": "departement"}, {"code_geo": "30", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "30", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "31", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "31", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "31", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1380", "echelle": "departement"}, {"code_geo": "31", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "31", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "31", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "31", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "31", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1426", "echelle": "departement"}, {"code_geo": "31", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "634", "echelle": "departement"}, {"code_geo": "31", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "31", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "31", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "31", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "31", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1770", "echelle": "departement"}, {"code_geo": "31", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "31", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "31", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "31", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "31", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1403", "echelle": "departement"}, {"code_geo": "31", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "551", "echelle": "departement"}, {"code_geo": "31", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "31", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "31", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "31", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1473", "echelle": "departement"}, {"code_geo": "31", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "588", "echelle": "departement"}, {"code_geo": "31", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "31", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "31", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "31", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "31", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1935", "echelle": "departement"}, {"code_geo": "31", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "651", "echelle": "departement"}, {"code_geo": "31", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "31", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "31", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "31", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "31", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "2347", "echelle": "departement"}, {"code_geo": "31", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "529", "echelle": "departement"}, {"code_geo": "31", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "31", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "31", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "31", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "31", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1589", "echelle": "departement"}, {"code_geo": "31", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "493", "echelle": "departement"}, {"code_geo": "31", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "31", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "31", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "31", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1622", "echelle": "departement"}, {"code_geo": "31", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "470", "echelle": "departement"}, {"code_geo": "31", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "31", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "31", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "31", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1721", "echelle": "departement"}, {"code_geo": "31", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "437", "echelle": "departement"}, {"code_geo": "31", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "31", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "31", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "31", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1238", "echelle": "departement"}, {"code_geo": "31", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "619", "echelle": "departement"}, {"code_geo": "31", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "31", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "31", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "31", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2090", "echelle": "departement"}, {"code_geo": "31", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "746", "echelle": "departement"}, {"code_geo": "31", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "32", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "32", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "32", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "32", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "608", "echelle": "departement"}, {"code_geo": "32", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "32", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "32", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "32", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "450", "echelle": "departement"}, {"code_geo": "32", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "758", "echelle": "departement"}, {"code_geo": "32", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "32", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "32", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "32", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "32", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "554", "echelle": "departement"}, {"code_geo": "32", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "870", "echelle": "departement"}, {"code_geo": "32", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "32", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "32", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "32", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "32", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "32", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "32", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "32", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "32", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "32", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "32", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "930", "echelle": "departement"}, {"code_geo": "32", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "32", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "32", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "32", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "32", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "32", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "886", "echelle": "departement"}, {"code_geo": "32", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "32", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "32", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "32", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "32", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "32", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "628", "echelle": "departement"}, {"code_geo": "32", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "32", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "32", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "32", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "32", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "570", "echelle": "departement"}, {"code_geo": "32", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "32", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "32", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "32", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "32", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "32", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "844", "echelle": "departement"}, {"code_geo": "32", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "32", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "32", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "32", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "32", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "32", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "952", "echelle": "departement"}, {"code_geo": "32", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "32", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "32", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "32", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "32", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "1167", "echelle": "departement"}, {"code_geo": "32", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "32", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "32", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "32", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "32", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "496", "echelle": "departement"}, {"code_geo": "32", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "730", "echelle": "departement"}, {"code_geo": "32", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "33", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "33", "month": "2023-01", "nature_culture": "pacages", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "33", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "33", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "2538", "echelle": "departement"}, {"code_geo": "33", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "351", "echelle": "departement"}, {"code_geo": "33", "month": "2023-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "33", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "33", "month": "2023-02", "nature_culture": "pacages", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "33", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "33", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "33", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "2298", "echelle": "departement"}, {"code_geo": "33", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "33", "month": "2023-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "33", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "33", "month": "2023-03", "nature_culture": "pacages", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "33", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "33", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "2738", "echelle": "departement"}, {"code_geo": "33", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "33", "month": "2023-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "33", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "33", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "33", "month": "2023-04", "nature_culture": "pacages", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "33", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "33", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "33", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "2492", "echelle": "departement"}, {"code_geo": "33", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "33", "month": "2023-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "33", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "33", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "33", "month": "2023-05", "nature_culture": "pacages", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "33", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "33", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "33", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "2394", "echelle": "departement"}, {"code_geo": "33", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "33", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "33", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "33", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "33", "month": "2023-06", "nature_culture": "pacages", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "33", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "33", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "33", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "3349", "echelle": "departement"}, {"code_geo": "33", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "33", "month": "2023-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "517", "echelle": "departement"}, {"code_geo": "33", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "33", "month": "2023-07", "nature_culture": "pacages", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "33", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "33", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "3151", "echelle": "departement"}, {"code_geo": "33", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "33", "month": "2023-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "33", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "33", "month": "2023-08", "nature_culture": "pacages", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "33", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "33", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "33", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "2161", "echelle": "departement"}, {"code_geo": "33", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "33", "month": "2023-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "33", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "33", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "33", "month": "2023-09", "nature_culture": "pacages", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "33", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "33", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "2951", "echelle": "departement"}, {"code_geo": "33", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "467", "echelle": "departement"}, {"code_geo": "33", "month": "2023-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "33", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "33", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "33", "month": "2023-10", "nature_culture": "pacages", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "33", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "33", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "2401", "echelle": "departement"}, {"code_geo": "33", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "33", "month": "2023-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "331", "echelle": "departement"}, {"code_geo": "33", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "33", "month": "2023-11", "nature_culture": "pacages", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "33", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "33", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "2086", "echelle": "departement"}, {"code_geo": "33", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "33", "month": "2023-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "33", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "33", "month": "2023-12", "nature_culture": "pacages", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "33", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "33", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2645", "echelle": "departement"}, {"code_geo": "33", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "33", "month": "2023-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "33", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "33", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "34", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "34", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "34", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "34", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1549", "echelle": "departement"}, {"code_geo": "34", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "34", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "34", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "34", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "34", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "34", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "34", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1561", "echelle": "departement"}, {"code_geo": "34", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "490", "echelle": "departement"}, {"code_geo": "34", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "34", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "34", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "34", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "34", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "34", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1897", "echelle": "departement"}, {"code_geo": "34", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "517", "echelle": "departement"}, {"code_geo": "34", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "34", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "34", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "34", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "34", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "34", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1664", "echelle": "departement"}, {"code_geo": "34", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "34", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "34", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "34", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "34", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "34", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "34", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1454", "echelle": "departement"}, {"code_geo": "34", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "34", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "34", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "34", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "34", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "34", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "34", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1982", "echelle": "departement"}, {"code_geo": "34", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "668", "echelle": "departement"}, {"code_geo": "34", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "34", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "491", "echelle": "departement"}, {"code_geo": "34", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "34", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "34", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "34", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "2193", "echelle": "departement"}, {"code_geo": "34", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "529", "echelle": "departement"}, {"code_geo": "34", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "34", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "34", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "34", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "34", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "34", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1259", "echelle": "departement"}, {"code_geo": "34", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "34", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "34", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "34", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "34", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "34", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "34", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1510", "echelle": "departement"}, {"code_geo": "34", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "34", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "34", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "34", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "34", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "34", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "34", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1663", "echelle": "departement"}, {"code_geo": "34", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "545", "echelle": "departement"}, {"code_geo": "34", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "34", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "34", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "34", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "34", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "34", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1307", "echelle": "departement"}, {"code_geo": "34", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "34", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "34", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "34", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "34", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "34", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "34", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1961", "echelle": "departement"}, {"code_geo": "34", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "557", "echelle": "departement"}, {"code_geo": "34", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "34", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "396", "echelle": "departement"}, {"code_geo": "35", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "35", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "35", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "2105", "echelle": "departement"}, {"code_geo": "35", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "634", "echelle": "departement"}, {"code_geo": "35", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "35", "month": "2023-02", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "35", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "35", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1451", "echelle": "departement"}, {"code_geo": "35", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "35", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "35", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "35", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "35", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1997", "echelle": "departement"}, {"code_geo": "35", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "656", "echelle": "departement"}, {"code_geo": "35", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "35", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "35", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "35", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1412", "echelle": "departement"}, {"code_geo": "35", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "630", "echelle": "departement"}, {"code_geo": "35", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "35", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "35", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "35", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1630", "echelle": "departement"}, {"code_geo": "35", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "598", "echelle": "departement"}, {"code_geo": "35", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "35", "month": "2023-06", "nature_culture": "herbages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "35", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "35", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "35", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "2050", "echelle": "departement"}, {"code_geo": "35", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "715", "echelle": "departement"}, {"code_geo": "35", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "35", "month": "2023-07", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "35", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "35", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "2209", "echelle": "departement"}, {"code_geo": "35", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "825", "echelle": "departement"}, {"code_geo": "35", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "35", "month": "2023-08", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "35", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "35", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "35", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1570", "echelle": "departement"}, {"code_geo": "35", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "35", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "35", "month": "2023-09", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "35", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "35", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1866", "echelle": "departement"}, {"code_geo": "35", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "804", "echelle": "departement"}, {"code_geo": "35", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "35", "month": "2023-10", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "35", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "35", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "35", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1813", "echelle": "departement"}, {"code_geo": "35", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "798", "echelle": "departement"}, {"code_geo": "35", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "35", "month": "2023-11", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "35", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "35", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "35", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1442", "echelle": "departement"}, {"code_geo": "35", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "615", "echelle": "departement"}, {"code_geo": "35", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "35", "month": "2023-12", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "35", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "35", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "35", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2000", "echelle": "departement"}, {"code_geo": "35", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "934", "echelle": "departement"}, {"code_geo": "35", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "36", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "36", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "36", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "36", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "36", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "36", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "36", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "36", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "36", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "659", "echelle": "departement"}, {"code_geo": "36", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "36", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "36", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "36", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "36", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "838", "echelle": "departement"}, {"code_geo": "36", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "554", "echelle": "departement"}, {"code_geo": "36", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "36", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "36", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "36", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "36", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "635", "echelle": "departement"}, {"code_geo": "36", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "572", "echelle": "departement"}, {"code_geo": "36", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "36", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "36", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "36", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "36", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "693", "echelle": "departement"}, {"code_geo": "36", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "556", "echelle": "departement"}, {"code_geo": "36", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "36", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "36", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "36", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "786", "echelle": "departement"}, {"code_geo": "36", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "468", "echelle": "departement"}, {"code_geo": "36", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "36", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "36", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "36", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "36", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "780", "echelle": "departement"}, {"code_geo": "36", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "450", "echelle": "departement"}, {"code_geo": "36", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "36", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "36", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "36", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "36", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "607", "echelle": "departement"}, {"code_geo": "36", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "36", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "36", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "36", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "36", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "786", "echelle": "departement"}, {"code_geo": "36", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "36", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "36", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "36", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "36", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "36", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "745", "echelle": "departement"}, {"code_geo": "36", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "36", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "36", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "716", "echelle": "departement"}, {"code_geo": "36", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "36", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "36", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "36", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "36", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "36", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "945", "echelle": "departement"}, {"code_geo": "36", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "686", "echelle": "departement"}, {"code_geo": "36", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "36", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "37", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "37", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "37", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1062", "echelle": "departement"}, {"code_geo": "37", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "37", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "37", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "37", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "37", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "37", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1004", "echelle": "departement"}, {"code_geo": "37", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "457", "echelle": "departement"}, {"code_geo": "37", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "37", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "37", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "37", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "37", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1189", "echelle": "departement"}, {"code_geo": "37", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "587", "echelle": "departement"}, {"code_geo": "37", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "37", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "37", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "37", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "37", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "891", "echelle": "departement"}, {"code_geo": "37", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "37", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "37", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "37", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "37", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "37", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1191", "echelle": "departement"}, {"code_geo": "37", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "466", "echelle": "departement"}, {"code_geo": "37", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "37", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "37", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "37", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "37", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1350", "echelle": "departement"}, {"code_geo": "37", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "37", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "37", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "37", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "37", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "37", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1446", "echelle": "departement"}, {"code_geo": "37", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "536", "echelle": "departement"}, {"code_geo": "37", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "37", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "37", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "37", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "37", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1114", "echelle": "departement"}, {"code_geo": "37", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "371", "echelle": "departement"}, {"code_geo": "37", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "37", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "37", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "37", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "37", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1254", "echelle": "departement"}, {"code_geo": "37", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "37", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "37", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "37", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "37", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "37", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1223", "echelle": "departement"}, {"code_geo": "37", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "593", "echelle": "departement"}, {"code_geo": "37", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "37", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "37", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "37", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "37", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1128", "echelle": "departement"}, {"code_geo": "37", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "508", "echelle": "departement"}, {"code_geo": "37", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "37", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "37", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "37", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "37", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1564", "echelle": "departement"}, {"code_geo": "37", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "775", "echelle": "departement"}, {"code_geo": "37", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "37", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "38", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "38", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "378", "echelle": "departement"}, {"code_geo": "38", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "38", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1563", "echelle": "departement"}, {"code_geo": "38", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "38", "month": "2023-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "38", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "38", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "38", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "38", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "38", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1508", "echelle": "departement"}, {"code_geo": "38", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "38", "month": "2023-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "38", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "38", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "38", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "38", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "351", "echelle": "departement"}, {"code_geo": "38", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "38", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1784", "echelle": "departement"}, {"code_geo": "38", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "38", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "38", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "38", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "38", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "38", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "38", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1195", "echelle": "departement"}, {"code_geo": "38", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "38", "month": "2023-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "38", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "38", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "38", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "38", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "38", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1541", "echelle": "departement"}, {"code_geo": "38", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "38", "month": "2023-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "38", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "38", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "38", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "38", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "38", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "38", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1790", "echelle": "departement"}, {"code_geo": "38", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "38", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "38", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "38", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "38", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "38", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "38", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "2073", "echelle": "departement"}, {"code_geo": "38", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "38", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "38", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "38", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "38", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "38", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "38", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "939", "echelle": "departement"}, {"code_geo": "38", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "38", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "38", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "38", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "38", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "344", "echelle": "departement"}, {"code_geo": "38", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "38", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1574", "echelle": "departement"}, {"code_geo": "38", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "38", "month": "2023-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "38", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "38", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "38", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "38", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "371", "echelle": "departement"}, {"code_geo": "38", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "38", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1577", "echelle": "departement"}, {"code_geo": "38", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "38", "month": "2023-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "38", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "38", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "38", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "38", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "38", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1311", "echelle": "departement"}, {"code_geo": "38", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "38", "month": "2023-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "38", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "38", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "38", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "38", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "38", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1467", "echelle": "departement"}, {"code_geo": "38", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "38", "month": "2023-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "38", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "39", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "39", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "39", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "39", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "586", "echelle": "departement"}, {"code_geo": "39", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "39", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "39", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "39", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "39", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "39", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "39", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "39", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "39", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "39", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "39", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "39", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "39", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "39", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "39", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "39", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "39", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "39", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "39", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "39", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "39", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "39", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "39", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "39", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "39", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "614", "echelle": "departement"}, {"code_geo": "39", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "39", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "39", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "39", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "39", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "39", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "679", "echelle": "departement"}, {"code_geo": "39", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "39", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "39", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "39", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "39", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "39", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "39", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "737", "echelle": "departement"}, {"code_geo": "39", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "39", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "39", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "39", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "39", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "39", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "39", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "39", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "39", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "39", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "39", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "39", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "39", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "597", "echelle": "departement"}, {"code_geo": "39", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "39", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "39", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "39", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "39", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "39", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "581", "echelle": "departement"}, {"code_geo": "39", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "39", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "39", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "39", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "39", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "39", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "39", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "39", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "39", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "39", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "39", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "39", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "39", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "39", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "39", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "40", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "40", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "40", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "40", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "808", "echelle": "departement"}, {"code_geo": "40", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "40", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "40", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "40", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "40", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "40", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "822", "echelle": "departement"}, {"code_geo": "40", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "40", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "40", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "40", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "40", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "40", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1077", "echelle": "departement"}, {"code_geo": "40", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "406", "echelle": "departement"}, {"code_geo": "40", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "40", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "40", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "40", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "40", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "879", "echelle": "departement"}, {"code_geo": "40", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "40", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "40", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "40", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "40", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "40", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "825", "echelle": "departement"}, {"code_geo": "40", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "495", "echelle": "departement"}, {"code_geo": "40", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "40", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "40", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "40", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "40", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1038", "echelle": "departement"}, {"code_geo": "40", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "358", "echelle": "departement"}, {"code_geo": "40", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "40", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "40", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "40", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "40", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "40", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1003", "echelle": "departement"}, {"code_geo": "40", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "40", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "40", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "40", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "40", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "40", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "40", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "831", "echelle": "departement"}, {"code_geo": "40", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "40", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "40", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "40", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "40", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "40", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "856", "echelle": "departement"}, {"code_geo": "40", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "40", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "40", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "40", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "40", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "40", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "40", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "878", "echelle": "departement"}, {"code_geo": "40", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "40", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "40", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "40", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "40", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "40", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "756", "echelle": "departement"}, {"code_geo": "40", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "40", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "40", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "40", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "40", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "40", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "40", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1159", "echelle": "departement"}, {"code_geo": "40", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "421", "echelle": "departement"}, {"code_geo": "40", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "41", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "41", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "41", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "780", "echelle": "departement"}, {"code_geo": "41", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "488", "echelle": "departement"}, {"code_geo": "41", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "41", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "41", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "41", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "41", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "739", "echelle": "departement"}, {"code_geo": "41", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "41", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "41", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "41", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "41", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "41", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "888", "echelle": "departement"}, {"code_geo": "41", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "534", "echelle": "departement"}, {"code_geo": "41", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "41", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "41", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "41", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "41", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "748", "echelle": "departement"}, {"code_geo": "41", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "41", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "41", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "41", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "41", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "41", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "41", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "41", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "41", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "41", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "41", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "41", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1069", "echelle": "departement"}, {"code_geo": "41", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "41", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "41", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "41", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "41", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "41", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1105", "echelle": "departement"}, {"code_geo": "41", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "497", "echelle": "departement"}, {"code_geo": "41", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "41", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "41", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "41", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "41", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "763", "echelle": "departement"}, {"code_geo": "41", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "41", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "41", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "41", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "41", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "41", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1063", "echelle": "departement"}, {"code_geo": "41", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "455", "echelle": "departement"}, {"code_geo": "41", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "41", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "41", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "41", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "41", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "951", "echelle": "departement"}, {"code_geo": "41", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "41", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "41", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "41", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "41", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "41", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "801", "echelle": "departement"}, {"code_geo": "41", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "41", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "41", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "41", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "41", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "41", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1070", "echelle": "departement"}, {"code_geo": "41", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "695", "echelle": "departement"}, {"code_geo": "41", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "41", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "42", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "42", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "42", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "42", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1158", "echelle": "departement"}, {"code_geo": "42", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "42", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "42", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "42", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "42", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "42", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "42", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1118", "echelle": "departement"}, {"code_geo": "42", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "42", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "42", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "42", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "42", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "42", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "42", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1558", "echelle": "departement"}, {"code_geo": "42", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "42", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "42", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "42", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "42", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "42", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "42", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1115", "echelle": "departement"}, {"code_geo": "42", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "42", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "42", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "42", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "42", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "42", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "42", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1288", "echelle": "departement"}, {"code_geo": "42", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "42", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "42", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "42", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "42", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "441", "echelle": "departement"}, {"code_geo": "42", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "42", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1845", "echelle": "departement"}, {"code_geo": "42", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "42", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "42", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "42", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "42", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "42", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "42", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1738", "echelle": "departement"}, {"code_geo": "42", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "42", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "42", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "42", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "42", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "42", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "42", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "866", "echelle": "departement"}, {"code_geo": "42", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "42", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "42", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "42", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "42", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "42", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "42", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1437", "echelle": "departement"}, {"code_geo": "42", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "42", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "42", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "42", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "42", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "42", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "42", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1252", "echelle": "departement"}, {"code_geo": "42", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "42", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "42", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "42", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "42", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "42", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "42", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1082", "echelle": "departement"}, {"code_geo": "42", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "42", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "42", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "42", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "42", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "42", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "42", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1498", "echelle": "departement"}, {"code_geo": "42", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "290", "echelle": "departement"}, {"code_geo": "42", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "42", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "43", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "43", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "43", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "43", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "572", "echelle": "departement"}, {"code_geo": "43", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "43", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "43", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "43", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "43", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "43", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "43", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "553", "echelle": "departement"}, {"code_geo": "43", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "43", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "43", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "43", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "477", "echelle": "departement"}, {"code_geo": "43", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "43", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "561", "echelle": "departement"}, {"code_geo": "43", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "43", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "43", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "43", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "43", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "43", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "433", "echelle": "departement"}, {"code_geo": "43", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "43", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "43", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "43", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "310", "echelle": "departement"}, {"code_geo": "43", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "43", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "534", "echelle": "departement"}, {"code_geo": "43", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "43", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "43", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "43", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "43", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "43", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "525", "echelle": "departement"}, {"code_geo": "43", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "43", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "43", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "43", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "396", "echelle": "departement"}, {"code_geo": "43", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "43", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "590", "echelle": "departement"}, {"code_geo": "43", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "43", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "43", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "43", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "43", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "43", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "331", "echelle": "departement"}, {"code_geo": "43", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "43", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "43", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "43", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "43", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "43", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "43", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "43", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "43", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "43", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "43", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "43", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "565", "echelle": "departement"}, {"code_geo": "43", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "43", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "43", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "43", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "43", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "43", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "43", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "475", "echelle": "departement"}, {"code_geo": "43", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "43", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "43", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "43", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "43", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "43", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "664", "echelle": "departement"}, {"code_geo": "43", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "363", "echelle": "departement"}, {"code_geo": "43", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "43", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "44", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "44", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "44", "month": "2023-01", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "44", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "2516", "echelle": "departement"}, {"code_geo": "44", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "717", "echelle": "departement"}, {"code_geo": "44", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "44", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "44", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "44", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "44", "month": "2023-02", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "44", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "2188", "echelle": "departement"}, {"code_geo": "44", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "624", "echelle": "departement"}, {"code_geo": "44", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "44", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "44", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "44", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "44", "month": "2023-03", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "44", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "2860", "echelle": "departement"}, {"code_geo": "44", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "906", "echelle": "departement"}, {"code_geo": "44", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "44", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "44", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "44", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "44", "month": "2023-04", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "44", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "2262", "echelle": "departement"}, {"code_geo": "44", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "627", "echelle": "departement"}, {"code_geo": "44", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "44", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "44", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "44", "month": "2023-05", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "44", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "2576", "echelle": "departement"}, {"code_geo": "44", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "732", "echelle": "departement"}, {"code_geo": "44", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "44", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "44", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "44", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "44", "month": "2023-06", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "44", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "3023", "echelle": "departement"}, {"code_geo": "44", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "44", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "44", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "44", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "44", "month": "2023-07", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "44", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "3082", "echelle": "departement"}, {"code_geo": "44", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "668", "echelle": "departement"}, {"code_geo": "44", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "44", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "44", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "44", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "44", "month": "2023-08", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "44", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "2113", "echelle": "departement"}, {"code_geo": "44", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "44", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "44", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "44", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "44", "month": "2023-09", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "44", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "2538", "echelle": "departement"}, {"code_geo": "44", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "44", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "44", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "44", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "44", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "44", "month": "2023-10", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "44", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "2709", "echelle": "departement"}, {"code_geo": "44", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "1020", "echelle": "departement"}, {"code_geo": "44", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "44", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "44", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "44", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "44", "month": "2023-11", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "44", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "2104", "echelle": "departement"}, {"code_geo": "44", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "706", "echelle": "departement"}, {"code_geo": "44", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "44", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "44", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "44", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "44", "month": "2023-12", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "44", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2641", "echelle": "departement"}, {"code_geo": "44", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "868", "echelle": "departement"}, {"code_geo": "44", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "45", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "45", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "45", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1220", "echelle": "departement"}, {"code_geo": "45", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "429", "echelle": "departement"}, {"code_geo": "45", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "45", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "45", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "45", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "45", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1217", "echelle": "departement"}, {"code_geo": "45", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "45", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "45", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "45", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "45", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1556", "echelle": "departement"}, {"code_geo": "45", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "45", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "45", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "45", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "45", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "2154", "echelle": "departement"}, {"code_geo": "45", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "45", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "45", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "45", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "45", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1320", "echelle": "departement"}, {"code_geo": "45", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "45", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "45", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "45", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "45", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1883", "echelle": "departement"}, {"code_geo": "45", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "45", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "45", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "45", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "45", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1674", "echelle": "departement"}, {"code_geo": "45", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "45", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "45", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "45", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "45", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "45", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1062", "echelle": "departement"}, {"code_geo": "45", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "45", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "45", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "45", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "45", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1540", "echelle": "departement"}, {"code_geo": "45", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "45", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "45", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "45", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "45", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1313", "echelle": "departement"}, {"code_geo": "45", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "45", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "45", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "45", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "45", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "45", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1203", "echelle": "departement"}, {"code_geo": "45", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "45", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "45", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "45", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "45", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "45", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1657", "echelle": "departement"}, {"code_geo": "45", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "628", "echelle": "departement"}, {"code_geo": "45", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "46", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "46", "month": "2023-01", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "46", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "46", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "46", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "511", "echelle": "departement"}, {"code_geo": "46", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "518", "echelle": "departement"}, {"code_geo": "46", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "46", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "46", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "46", "month": "2023-02", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "46", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "46", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "46", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "46", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "46", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "46", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "46", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "46", "month": "2023-03", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "46", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "46", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "46", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "46", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "580", "echelle": "departement"}, {"code_geo": "46", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "46", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "46", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "46", "month": "2023-04", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "46", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "46", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "521", "echelle": "departement"}, {"code_geo": "46", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "359", "echelle": "departement"}, {"code_geo": "46", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "46", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "46", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "46", "month": "2023-05", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "46", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "46", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "46", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "46", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "46", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "46", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "46", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "46", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "46", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "46", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "599", "echelle": "departement"}, {"code_geo": "46", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "573", "echelle": "departement"}, {"code_geo": "46", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "46", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "46", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "46", "month": "2023-07", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "46", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "46", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "536", "echelle": "departement"}, {"code_geo": "46", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "46", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "46", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "46", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "46", "month": "2023-08", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "46", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "46", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "46", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "46", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "46", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "46", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "46", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "46", "month": "2023-09", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "46", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "46", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "46", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "46", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "46", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "46", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "46", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "46", "month": "2023-10", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "46", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "46", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "564", "echelle": "departement"}, {"code_geo": "46", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "344", "echelle": "departement"}, {"code_geo": "46", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "46", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "46", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "46", "month": "2023-11", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "46", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "46", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "46", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "46", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "417", "echelle": "departement"}, {"code_geo": "46", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "46", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "46", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "46", "month": "2023-12", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "46", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "46", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "46", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "550", "echelle": "departement"}, {"code_geo": "46", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "569", "echelle": "departement"}, {"code_geo": "46", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "46", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "47", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "47", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "47", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "47", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "854", "echelle": "departement"}, {"code_geo": "47", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "679", "echelle": "departement"}, {"code_geo": "47", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "47", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "47", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "47", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "47", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "47", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "909", "echelle": "departement"}, {"code_geo": "47", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "622", "echelle": "departement"}, {"code_geo": "47", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "47", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "47", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "47", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "47", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "47", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "877", "echelle": "departement"}, {"code_geo": "47", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "980", "echelle": "departement"}, {"code_geo": "47", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "47", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "47", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "47", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "47", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "47", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "756", "echelle": "departement"}, {"code_geo": "47", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "581", "echelle": "departement"}, {"code_geo": "47", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "47", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "47", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "47", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "47", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "47", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "751", "echelle": "departement"}, {"code_geo": "47", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "47", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "47", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "47", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "47", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "47", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "47", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "906", "echelle": "departement"}, {"code_geo": "47", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "475", "echelle": "departement"}, {"code_geo": "47", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "47", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "47", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "47", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "47", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "47", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "807", "echelle": "departement"}, {"code_geo": "47", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "47", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "47", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "47", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "47", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "47", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "47", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "695", "echelle": "departement"}, {"code_geo": "47", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "47", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "47", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "47", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "47", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "47", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "47", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "806", "echelle": "departement"}, {"code_geo": "47", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "552", "echelle": "departement"}, {"code_geo": "47", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "47", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "47", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "47", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "47", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "47", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "747", "echelle": "departement"}, {"code_geo": "47", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "667", "echelle": "departement"}, {"code_geo": "47", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "47", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "47", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "47", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "47", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "47", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "690", "echelle": "departement"}, {"code_geo": "47", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "47", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "47", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "47", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "47", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "47", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "47", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "837", "echelle": "departement"}, {"code_geo": "47", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "779", "echelle": "departement"}, {"code_geo": "47", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "47", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "48", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "48", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "48", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "48", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "48", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "48", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "48", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "48", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "48", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "48", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "48", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "48", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "48", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "48", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "48", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "48", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "48", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "48", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "48", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "48", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "48", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "48", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "48", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "48", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "48", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "48", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "48", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "48", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "48", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "48", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "48", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "48", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "48", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "48", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "48", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "48", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "48", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "48", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "48", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "48", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "48", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "48", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "48", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "48", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "48", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "48", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "48", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "48", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "48", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "48", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "48", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "48", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "48", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "48", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "48", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "48", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "48", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "48", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "48", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "48", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "48", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "48", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "48", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "48", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "48", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "48", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "48", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "48", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "48", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "48", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "48", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "48", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "48", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "48", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "48", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "48", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "49", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "49", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "49", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1856", "echelle": "departement"}, {"code_geo": "49", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "49", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "49", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "49", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "49", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "49", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1532", "echelle": "departement"}, {"code_geo": "49", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "524", "echelle": "departement"}, {"code_geo": "49", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "49", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "49", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "49", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "49", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1944", "echelle": "departement"}, {"code_geo": "49", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "855", "echelle": "departement"}, {"code_geo": "49", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "49", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "49", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "49", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "49", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1264", "echelle": "departement"}, {"code_geo": "49", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "633", "echelle": "departement"}, {"code_geo": "49", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "49", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "49", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "49", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "49", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1648", "echelle": "departement"}, {"code_geo": "49", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "580", "echelle": "departement"}, {"code_geo": "49", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "49", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "49", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "49", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "49", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1821", "echelle": "departement"}, {"code_geo": "49", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "715", "echelle": "departement"}, {"code_geo": "49", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "49", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "49", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "49", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "49", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "2061", "echelle": "departement"}, {"code_geo": "49", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "740", "echelle": "departement"}, {"code_geo": "49", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "49", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "49", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "49", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "49", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1391", "echelle": "departement"}, {"code_geo": "49", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "49", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "49", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "49", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "49", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "49", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1682", "echelle": "departement"}, {"code_geo": "49", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "615", "echelle": "departement"}, {"code_geo": "49", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "49", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "49", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "49", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "49", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1577", "echelle": "departement"}, {"code_geo": "49", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "768", "echelle": "departement"}, {"code_geo": "49", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "49", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "49", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "49", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "49", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1269", "echelle": "departement"}, {"code_geo": "49", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "678", "echelle": "departement"}, {"code_geo": "49", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "49", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "49", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "49", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "49", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2056", "echelle": "departement"}, {"code_geo": "49", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "775", "echelle": "departement"}, {"code_geo": "49", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "49", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "50", "month": "2023-01", "nature_culture": "herbages", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "50", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "50", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "667", "echelle": "departement"}, {"code_geo": "50", "month": "2023-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "50", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1353", "echelle": "departement"}, {"code_geo": "50", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "50", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "50", "month": "2023-02", "nature_culture": "herbages", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "50", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "50", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "711", "echelle": "departement"}, {"code_geo": "50", "month": "2023-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "50", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1155", "echelle": "departement"}, {"code_geo": "50", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "50", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "50", "month": "2023-03", "nature_culture": "herbages", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "50", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "50", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "1034", "echelle": "departement"}, {"code_geo": "50", "month": "2023-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "50", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1873", "echelle": "departement"}, {"code_geo": "50", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "531", "echelle": "departement"}, {"code_geo": "50", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "50", "month": "2023-04", "nature_culture": "herbages", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "50", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "50", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "800", "echelle": "departement"}, {"code_geo": "50", "month": "2023-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "50", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1183", "echelle": "departement"}, {"code_geo": "50", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "50", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "50", "month": "2023-05", "nature_culture": "herbages", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "50", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "50", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "589", "echelle": "departement"}, {"code_geo": "50", "month": "2023-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "50", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1255", "echelle": "departement"}, {"code_geo": "50", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "50", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "50", "month": "2023-06", "nature_culture": "herbages", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "50", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "50", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "940", "echelle": "departement"}, {"code_geo": "50", "month": "2023-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "50", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1424", "echelle": "departement"}, {"code_geo": "50", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "50", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "50", "month": "2023-07", "nature_culture": "herbages", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "50", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "50", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "811", "echelle": "departement"}, {"code_geo": "50", "month": "2023-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "50", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1430", "echelle": "departement"}, {"code_geo": "50", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "50", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "50", "month": "2023-08", "nature_culture": "herbages", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "50", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "50", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "593", "echelle": "departement"}, {"code_geo": "50", "month": "2023-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "50", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1245", "echelle": "departement"}, {"code_geo": "50", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "50", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "50", "month": "2023-09", "nature_culture": "herbages", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "50", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "50", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "712", "echelle": "departement"}, {"code_geo": "50", "month": "2023-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "50", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1368", "echelle": "departement"}, {"code_geo": "50", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "50", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "50", "month": "2023-10", "nature_culture": "herbages", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "50", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "50", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "741", "echelle": "departement"}, {"code_geo": "50", "month": "2023-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "50", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1525", "echelle": "departement"}, {"code_geo": "50", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "50", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "50", "month": "2023-11", "nature_culture": "herbages", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "50", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "50", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "669", "echelle": "departement"}, {"code_geo": "50", "month": "2023-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "50", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1464", "echelle": "departement"}, {"code_geo": "50", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "50", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "50", "month": "2023-12", "nature_culture": "herbages", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "50", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "50", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "1195", "echelle": "departement"}, {"code_geo": "50", "month": "2023-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "50", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1927", "echelle": "departement"}, {"code_geo": "50", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "50", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "51", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "51", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "51", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "880", "echelle": "departement"}, {"code_geo": "51", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "51", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "51", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "51", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "51", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "51", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "51", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "801", "echelle": "departement"}, {"code_geo": "51", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "51", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "51", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "51", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "51", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "51", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "51", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1065", "echelle": "departement"}, {"code_geo": "51", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "51", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "51", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "51", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "51", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "51", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "51", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "838", "echelle": "departement"}, {"code_geo": "51", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "51", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "51", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "51", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "51", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "51", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "51", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "744", "echelle": "departement"}, {"code_geo": "51", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "51", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "51", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "51", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "51", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "51", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "51", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "987", "echelle": "departement"}, {"code_geo": "51", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "51", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "51", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "51", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "51", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "51", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "51", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1004", "echelle": "departement"}, {"code_geo": "51", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "51", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "51", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "51", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "51", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "51", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "51", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "624", "echelle": "departement"}, {"code_geo": "51", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "51", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "51", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "51", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "51", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "51", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "51", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1075", "echelle": "departement"}, {"code_geo": "51", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "51", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "51", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "51", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "51", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "51", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "51", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "870", "echelle": "departement"}, {"code_geo": "51", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "51", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "51", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "51", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "51", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "51", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "51", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "811", "echelle": "departement"}, {"code_geo": "51", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "51", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "51", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "51", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "51", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "51", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "51", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "948", "echelle": "departement"}, {"code_geo": "51", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "51", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "51", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "52", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "52", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "52", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "52", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "52", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "52", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "52", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "52", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "52", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "52", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "194", "echelle": "departement"}, {"code_geo": "52", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "52", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "52", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "52", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "52", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "500", "echelle": "departement"}, {"code_geo": "52", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "52", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "52", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "52", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "52", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "52", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "423", "echelle": "departement"}, {"code_geo": "52", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "52", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "52", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "52", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "52", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "52", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "52", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "52", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "52", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "52", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "52", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "502", "echelle": "departement"}, {"code_geo": "52", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "52", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "52", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "52", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "52", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "52", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "531", "echelle": "departement"}, {"code_geo": "52", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "52", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "52", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "52", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "52", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "52", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "52", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "52", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "52", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "52", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "52", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "52", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "52", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "52", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "52", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "478", "echelle": "departement"}, {"code_geo": "52", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "52", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "52", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "52", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "52", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "52", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "52", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "52", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "52", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "52", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "52", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "52", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "522", "echelle": "departement"}, {"code_geo": "52", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "52", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "52", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "53", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "53", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "53", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "720", "echelle": "departement"}, {"code_geo": "53", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "53", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "53", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "53", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "53", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "647", "echelle": "departement"}, {"code_geo": "53", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "53", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "53", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "53", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "53", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "906", "echelle": "departement"}, {"code_geo": "53", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "53", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "53", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "53", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "53", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "633", "echelle": "departement"}, {"code_geo": "53", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "53", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "53", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "53", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "53", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "781", "echelle": "departement"}, {"code_geo": "53", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "53", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "53", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "53", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "53", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "974", "echelle": "departement"}, {"code_geo": "53", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "53", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "53", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "53", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "53", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "988", "echelle": "departement"}, {"code_geo": "53", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "53", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "53", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "53", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "53", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "636", "echelle": "departement"}, {"code_geo": "53", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "53", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "53", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "53", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "53", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "833", "echelle": "departement"}, {"code_geo": "53", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "53", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "53", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "53", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "460", "echelle": "departement"}, {"code_geo": "53", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "799", "echelle": "departement"}, {"code_geo": "53", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "53", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "53", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "53", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "53", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "756", "echelle": "departement"}, {"code_geo": "53", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "53", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "53", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "53", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "489", "echelle": "departement"}, {"code_geo": "53", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "879", "echelle": "departement"}, {"code_geo": "53", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "384", "echelle": "departement"}, {"code_geo": "53", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "54", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "54", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "54", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1368", "echelle": "departement"}, {"code_geo": "54", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "54", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "54", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "54", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "54", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "54", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1131", "echelle": "departement"}, {"code_geo": "54", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "54", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "54", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "54", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "54", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "54", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "2103", "echelle": "departement"}, {"code_geo": "54", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "54", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "54", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "54", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "54", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "54", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "972", "echelle": "departement"}, {"code_geo": "54", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "54", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "54", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "54", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "54", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "54", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1411", "echelle": "departement"}, {"code_geo": "54", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "54", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "54", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "54", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "54", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "54", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1534", "echelle": "departement"}, {"code_geo": "54", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "54", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "54", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "54", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "54", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "54", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1476", "echelle": "departement"}, {"code_geo": "54", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "54", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "54", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "54", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "54", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "54", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1381", "echelle": "departement"}, {"code_geo": "54", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "54", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "54", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "54", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "54", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "54", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1519", "echelle": "departement"}, {"code_geo": "54", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "54", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "54", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "54", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "54", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "54", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1429", "echelle": "departement"}, {"code_geo": "54", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "54", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "54", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "54", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "54", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "54", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1153", "echelle": "departement"}, {"code_geo": "54", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "54", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "54", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "54", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "54", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "54", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1611", "echelle": "departement"}, {"code_geo": "54", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "54", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "54", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "55", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "55", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "55", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "597", "echelle": "departement"}, {"code_geo": "55", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "55", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "55", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "55", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "55", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "365", "echelle": "departement"}, {"code_geo": "55", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "55", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "55", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "55", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "55", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "530", "echelle": "departement"}, {"code_geo": "55", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "55", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "55", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "55", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "55", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "55", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "55", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "55", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "55", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "55", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "55", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "55", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "55", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "55", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "55", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "55", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "55", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "55", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "55", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "55", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "55", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "55", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "441", "echelle": "departement"}, {"code_geo": "55", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "55", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "55", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "55", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "55", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "55", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "55", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "55", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "55", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "55", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "55", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "55", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "55", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "55", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "55", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "55", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "55", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "55", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "55", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "55", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "55", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "55", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "55", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "55", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "55", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "55", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "55", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "55", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "55", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "56", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "56", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "56", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1413", "echelle": "departement"}, {"code_geo": "56", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "709", "echelle": "departement"}, {"code_geo": "56", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "56", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "56", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1560", "echelle": "departement"}, {"code_geo": "56", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "56", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "56", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "56", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1948", "echelle": "departement"}, {"code_geo": "56", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "857", "echelle": "departement"}, {"code_geo": "56", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "56", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "56", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "56", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1324", "echelle": "departement"}, {"code_geo": "56", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "579", "echelle": "departement"}, {"code_geo": "56", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "56", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "56", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "56", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1833", "echelle": "departement"}, {"code_geo": "56", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "750", "echelle": "departement"}, {"code_geo": "56", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "56", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "56", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "56", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1968", "echelle": "departement"}, {"code_geo": "56", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "918", "echelle": "departement"}, {"code_geo": "56", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "56", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "56", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1940", "echelle": "departement"}, {"code_geo": "56", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "817", "echelle": "departement"}, {"code_geo": "56", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "56", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "56", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1493", "echelle": "departement"}, {"code_geo": "56", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "572", "echelle": "departement"}, {"code_geo": "56", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "56", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "56", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "56", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1818", "echelle": "departement"}, {"code_geo": "56", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "751", "echelle": "departement"}, {"code_geo": "56", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "56", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "56", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "56", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1762", "echelle": "departement"}, {"code_geo": "56", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "757", "echelle": "departement"}, {"code_geo": "56", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "56", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "56", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "56", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1368", "echelle": "departement"}, {"code_geo": "56", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "521", "echelle": "departement"}, {"code_geo": "56", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "56", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "56", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "56", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1945", "echelle": "departement"}, {"code_geo": "56", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "891", "echelle": "departement"}, {"code_geo": "56", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "58", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "58", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "58", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "58", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "58", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "58", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "58", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "641", "echelle": "departement"}, {"code_geo": "58", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "58", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "58", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "58", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "58", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "785", "echelle": "departement"}, {"code_geo": "58", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "58", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "58", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "58", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "58", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "58", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "567", "echelle": "departement"}, {"code_geo": "58", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "58", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "58", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "58", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "58", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "703", "echelle": "departement"}, {"code_geo": "58", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "58", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "58", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "58", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "58", "month": "2023-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "767", "echelle": "departement"}, {"code_geo": "58", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "58", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "58", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "58", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "58", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "815", "echelle": "departement"}, {"code_geo": "58", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "58", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "58", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "58", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "531", "echelle": "departement"}, {"code_geo": "58", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "58", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "58", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "58", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "58", "month": "2023-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "727", "echelle": "departement"}, {"code_geo": "58", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "58", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "58", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "58", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "58", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "58", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "727", "echelle": "departement"}, {"code_geo": "58", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "58", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "58", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "58", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "58", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "58", "month": "2023-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "602", "echelle": "departement"}, {"code_geo": "58", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "58", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "58", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "58", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "58", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "743", "echelle": "departement"}, {"code_geo": "58", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "58", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "59", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2023-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "59", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "59", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "4029", "echelle": "departement"}, {"code_geo": "59", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "59", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "59", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "59", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2023-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "59", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "59", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "3873", "echelle": "departement"}, {"code_geo": "59", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "59", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "59", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "59", "month": "2023-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "59", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "4977", "echelle": "departement"}, {"code_geo": "59", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "59", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "59", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2023-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "59", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "59", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "3538", "echelle": "departement"}, {"code_geo": "59", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "59", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "59", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2023-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "59", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "4244", "echelle": "departement"}, {"code_geo": "59", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "59", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "59", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "59", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2023-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "59", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "59", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "5603", "echelle": "departement"}, {"code_geo": "59", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "59", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "59", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2023-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "59", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "59", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "5091", "echelle": "departement"}, {"code_geo": "59", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "59", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2023-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "59", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "59", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "3487", "echelle": "departement"}, {"code_geo": "59", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "59", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "59", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "59", "month": "2023-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "59", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "59", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "4813", "echelle": "departement"}, {"code_geo": "59", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "59", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "59", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "59", "month": "2023-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "59", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "59", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "4596", "echelle": "departement"}, {"code_geo": "59", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "59", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "59", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "59", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "59", "month": "2023-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "59", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "414", "echelle": "departement"}, {"code_geo": "59", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "3789", "echelle": "departement"}, {"code_geo": "59", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "59", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "59", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "59", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2023-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "59", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "397", "echelle": "departement"}, {"code_geo": "59", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "5430", "echelle": "departement"}, {"code_geo": "59", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "588", "echelle": "departement"}, {"code_geo": "59", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "60", "month": "2023-01", "nature_culture": "herbages", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "60", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "60", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "60", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1320", "echelle": "departement"}, {"code_geo": "60", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "60", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2023-02", "nature_culture": "herbages", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "60", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "60", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "60", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1055", "echelle": "departement"}, {"code_geo": "60", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "60", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "60", "month": "2023-03", "nature_culture": "herbages", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "60", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "60", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "60", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1474", "echelle": "departement"}, {"code_geo": "60", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "60", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "60", "month": "2023-04", "nature_culture": "herbages", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "60", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "60", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "60", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "60", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1020", "echelle": "departement"}, {"code_geo": "60", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "60", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "60", "month": "2023-05", "nature_culture": "herbages", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "60", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "60", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "60", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1218", "echelle": "departement"}, {"code_geo": "60", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "60", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "60", "month": "2023-06", "nature_culture": "herbages", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "60", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "60", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "60", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "60", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1564", "echelle": "departement"}, {"code_geo": "60", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "60", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "60", "month": "2023-07", "nature_culture": "herbages", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "60", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "60", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "60", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "60", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1774", "echelle": "departement"}, {"code_geo": "60", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "60", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "60", "month": "2023-08", "nature_culture": "herbages", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "60", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "60", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "60", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "60", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "970", "echelle": "departement"}, {"code_geo": "60", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "60", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "60", "month": "2023-09", "nature_culture": "herbages", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "60", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "60", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "60", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "60", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1461", "echelle": "departement"}, {"code_geo": "60", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "60", "month": "2023-10", "nature_culture": "herbages", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "60", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "60", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "60", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "60", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1185", "echelle": "departement"}, {"code_geo": "60", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "351", "echelle": "departement"}, {"code_geo": "60", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "60", "month": "2023-11", "nature_culture": "herbages", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "60", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "60", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "60", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1133", "echelle": "departement"}, {"code_geo": "60", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "60", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "60", "month": "2023-12", "nature_culture": "herbages", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "60", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "60", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "60", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1674", "echelle": "departement"}, {"code_geo": "60", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "60", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "61", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "61", "month": "2023-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "61", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "714", "echelle": "departement"}, {"code_geo": "61", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "61", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "61", "month": "2023-02", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "61", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "61", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "457", "echelle": "departement"}, {"code_geo": "61", "month": "2023-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "737", "echelle": "departement"}, {"code_geo": "61", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "61", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "61", "month": "2023-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "61", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1141", "echelle": "departement"}, {"code_geo": "61", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "61", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "61", "month": "2023-04", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "61", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "61", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "61", "month": "2023-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "61", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "544", "echelle": "departement"}, {"code_geo": "61", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "61", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "61", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "61", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "61", "month": "2023-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "61", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "656", "echelle": "departement"}, {"code_geo": "61", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "61", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "61", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "61", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "574", "echelle": "departement"}, {"code_geo": "61", "month": "2023-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "61", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1021", "echelle": "departement"}, {"code_geo": "61", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "61", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "61", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "61", "month": "2023-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "61", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "906", "echelle": "departement"}, {"code_geo": "61", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "61", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2023-08", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "61", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "61", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "61", "month": "2023-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "61", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "682", "echelle": "departement"}, {"code_geo": "61", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "61", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "61", "month": "2023-09", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "61", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "61", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "473", "echelle": "departement"}, {"code_geo": "61", "month": "2023-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "61", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "862", "echelle": "departement"}, {"code_geo": "61", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "61", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "61", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "61", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "465", "echelle": "departement"}, {"code_geo": "61", "month": "2023-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "61", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "741", "echelle": "departement"}, {"code_geo": "61", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "61", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "61", "month": "2023-11", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "61", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "61", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "61", "month": "2023-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "61", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "629", "echelle": "departement"}, {"code_geo": "61", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "61", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "61", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "61", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "835", "echelle": "departement"}, {"code_geo": "61", "month": "2023-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "61", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "957", "echelle": "departement"}, {"code_geo": "61", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "61", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "62", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "62", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "62", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "2486", "echelle": "departement"}, {"code_geo": "62", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "479", "echelle": "departement"}, {"code_geo": "62", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "62", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "62", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "2233", "echelle": "departement"}, {"code_geo": "62", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "62", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "62", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "62", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "3915", "echelle": "departement"}, {"code_geo": "62", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "552", "echelle": "departement"}, {"code_geo": "62", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "62", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "62", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "2180", "echelle": "departement"}, {"code_geo": "62", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "62", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "62", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "62", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "2409", "echelle": "departement"}, {"code_geo": "62", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "62", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "62", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "62", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "3095", "echelle": "departement"}, {"code_geo": "62", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "62", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "62", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "62", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "2994", "echelle": "departement"}, {"code_geo": "62", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "62", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "62", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "62", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "2319", "echelle": "departement"}, {"code_geo": "62", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "62", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "62", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "62", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "3090", "echelle": "departement"}, {"code_geo": "62", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "507", "echelle": "departement"}, {"code_geo": "62", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "62", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "62", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "2487", "echelle": "departement"}, {"code_geo": "62", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "759", "echelle": "departement"}, {"code_geo": "62", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "62", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "62", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "2241", "echelle": "departement"}, {"code_geo": "62", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "458", "echelle": "departement"}, {"code_geo": "62", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "62", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "62", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2958", "echelle": "departement"}, {"code_geo": "62", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "663", "echelle": "departement"}, {"code_geo": "63", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "63", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "63", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "63", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1217", "echelle": "departement"}, {"code_geo": "63", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "63", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "63", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "63", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "63", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "63", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "63", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1208", "echelle": "departement"}, {"code_geo": "63", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "63", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "63", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "63", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "63", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "63", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "63", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1480", "echelle": "departement"}, {"code_geo": "63", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "63", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "63", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "63", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "63", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "63", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "63", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1200", "echelle": "departement"}, {"code_geo": "63", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "63", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "63", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "63", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "63", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "63", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "63", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1238", "echelle": "departement"}, {"code_geo": "63", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "63", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "63", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "63", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "63", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "63", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1374", "echelle": "departement"}, {"code_geo": "63", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "63", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "63", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "63", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "63", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "63", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "63", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1406", "echelle": "departement"}, {"code_geo": "63", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "63", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "63", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "63", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "63", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "63", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "63", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1018", "echelle": "departement"}, {"code_geo": "63", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "63", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "63", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "63", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "63", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "63", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1335", "echelle": "departement"}, {"code_geo": "63", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "63", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "63", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "63", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "63", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "364", "echelle": "departement"}, {"code_geo": "63", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "63", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1426", "echelle": "departement"}, {"code_geo": "63", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "63", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "63", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "63", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "63", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "63", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "63", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1177", "echelle": "departement"}, {"code_geo": "63", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "63", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "63", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "63", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "63", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "63", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "63", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1493", "echelle": "departement"}, {"code_geo": "63", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "591", "echelle": "departement"}, {"code_geo": "63", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "63", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "64", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "64", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "64", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "824", "echelle": "departement"}, {"code_geo": "64", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "64", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "64", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "64", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "64", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "64", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "894", "echelle": "departement"}, {"code_geo": "64", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "64", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "64", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "64", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "64", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "64", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "64", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1020", "echelle": "departement"}, {"code_geo": "64", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "64", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "64", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "64", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "64", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "64", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "64", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "734", "echelle": "departement"}, {"code_geo": "64", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "64", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "64", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "64", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "64", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "64", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "936", "echelle": "departement"}, {"code_geo": "64", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "64", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "64", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "64", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "64", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "64", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1121", "echelle": "departement"}, {"code_geo": "64", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "64", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "64", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "64", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "64", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "64", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1351", "echelle": "departement"}, {"code_geo": "64", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "64", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "64", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "64", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "64", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1010", "echelle": "departement"}, {"code_geo": "64", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "64", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "64", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "64", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "64", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "64", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "64", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1081", "echelle": "departement"}, {"code_geo": "64", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "64", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "64", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "64", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "64", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "64", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "931", "echelle": "departement"}, {"code_geo": "64", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "64", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "64", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "64", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "64", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "64", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "876", "echelle": "departement"}, {"code_geo": "64", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "64", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "64", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "64", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "64", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "64", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1100", "echelle": "departement"}, {"code_geo": "64", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "64", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "64", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "65", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "65", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "65", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "65", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "65", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "65", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "65", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "65", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "65", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "65", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "65", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "65", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "65", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "65", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "555", "echelle": "departement"}, {"code_geo": "65", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "65", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "65", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "65", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "65", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "65", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "65", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "65", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "65", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "573", "echelle": "departement"}, {"code_geo": "65", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "65", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "65", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "65", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "65", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "572", "echelle": "departement"}, {"code_geo": "65", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "65", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "65", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "65", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "65", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "635", "echelle": "departement"}, {"code_geo": "65", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "65", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "65", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "65", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "65", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "65", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "65", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "65", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "65", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "65", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "505", "echelle": "departement"}, {"code_geo": "65", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "65", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "65", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "65", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "65", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "497", "echelle": "departement"}, {"code_geo": "65", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "65", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "65", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "65", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "65", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "65", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "499", "echelle": "departement"}, {"code_geo": "65", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "65", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "65", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "65", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "65", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "827", "echelle": "departement"}, {"code_geo": "65", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "65", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "66", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "66", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "66", "month": "2023-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "792", "echelle": "departement"}, {"code_geo": "66", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "66", "month": "2023-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "66", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "66", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "66", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "66", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "66", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "722", "echelle": "departement"}, {"code_geo": "66", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "66", "month": "2023-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "66", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "66", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "66", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "66", "month": "2023-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1058", "echelle": "departement"}, {"code_geo": "66", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "66", "month": "2023-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "66", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "66", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "66", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "66", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "66", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "703", "echelle": "departement"}, {"code_geo": "66", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "66", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "66", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "66", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "66", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "66", "month": "2023-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "754", "echelle": "departement"}, {"code_geo": "66", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "66", "month": "2023-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "66", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "66", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "66", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "66", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "66", "month": "2023-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1087", "echelle": "departement"}, {"code_geo": "66", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "66", "month": "2023-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "66", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "66", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "66", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "66", "month": "2023-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "916", "echelle": "departement"}, {"code_geo": "66", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "66", "month": "2023-07", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "66", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "66", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "66", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "66", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "66", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "762", "echelle": "departement"}, {"code_geo": "66", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "66", "month": "2023-08", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "66", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "66", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "66", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "66", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "770", "echelle": "departement"}, {"code_geo": "66", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "66", "month": "2023-09", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "66", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "66", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "66", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "66", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "66", "month": "2023-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "66", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "824", "echelle": "departement"}, {"code_geo": "66", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "66", "month": "2023-10", "nature_culture": "terres plant\u00e9es", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "66", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "66", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "66", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "66", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "66", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "664", "echelle": "departement"}, {"code_geo": "66", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "66", "month": "2023-11", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "66", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "66", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "66", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "66", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "947", "echelle": "departement"}, {"code_geo": "66", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "66", "month": "2023-12", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "66", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "66", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "69", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "69", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "69", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "69", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1139", "echelle": "departement"}, {"code_geo": "69", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "69", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "69", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "69", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "69", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "69", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "69", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1171", "echelle": "departement"}, {"code_geo": "69", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "69", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "69", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "69", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "69", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "69", "month": "2023-03", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "69", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "69", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1694", "echelle": "departement"}, {"code_geo": "69", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "69", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "69", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "69", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "69", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "69", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "69", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1224", "echelle": "departement"}, {"code_geo": "69", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "69", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "69", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "69", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "69", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "69", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "69", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "2105", "echelle": "departement"}, {"code_geo": "69", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "69", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "69", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "69", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "69", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "69", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "69", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1652", "echelle": "departement"}, {"code_geo": "69", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "69", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "69", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "69", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "69", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "69", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "69", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1950", "echelle": "departement"}, {"code_geo": "69", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "69", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "69", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "69", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "69", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "69", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "69", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "831", "echelle": "departement"}, {"code_geo": "69", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "69", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "69", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "69", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "69", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "69", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "69", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1335", "echelle": "departement"}, {"code_geo": "69", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "69", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "69", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "69", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "69", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "69", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "69", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1413", "echelle": "departement"}, {"code_geo": "69", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "69", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "69", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "69", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "69", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "69", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "69", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1027", "echelle": "departement"}, {"code_geo": "69", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "69", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "69", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "69", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "69", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "69", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "69", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2210", "echelle": "departement"}, {"code_geo": "69", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "69", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "69", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "70", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "70", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "70", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "70", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "70", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "70", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "70", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "70", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "70", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "70", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "70", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "70", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "70", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "70", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "70", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "618", "echelle": "departement"}, {"code_geo": "70", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "70", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "70", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "70", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "70", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "70", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "70", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "70", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "70", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "70", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "70", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "70", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "561", "echelle": "departement"}, {"code_geo": "70", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "70", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "70", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "70", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "70", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "70", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "670", "echelle": "departement"}, {"code_geo": "70", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "70", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "70", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "70", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "70", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "70", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "666", "echelle": "departement"}, {"code_geo": "70", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "70", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "70", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "70", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "70", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "70", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "494", "echelle": "departement"}, {"code_geo": "70", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "70", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "70", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "70", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "70", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "70", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "674", "echelle": "departement"}, {"code_geo": "70", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "70", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "70", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "70", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "70", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "70", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "567", "echelle": "departement"}, {"code_geo": "70", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "70", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "70", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "70", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "70", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "70", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "543", "echelle": "departement"}, {"code_geo": "70", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "70", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "70", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "70", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "70", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "70", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "713", "echelle": "departement"}, {"code_geo": "70", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "70", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "70", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "71", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "71", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "71", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "71", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1149", "echelle": "departement"}, {"code_geo": "71", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "71", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "71", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "71", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "71", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "546", "echelle": "departement"}, {"code_geo": "71", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "71", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1244", "echelle": "departement"}, {"code_geo": "71", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "71", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "71", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "71", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "71", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "71", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "71", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1460", "echelle": "departement"}, {"code_geo": "71", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "530", "echelle": "departement"}, {"code_geo": "71", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "71", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "71", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "71", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "71", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "71", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1195", "echelle": "departement"}, {"code_geo": "71", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "397", "echelle": "departement"}, {"code_geo": "71", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "71", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "71", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "71", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "640", "echelle": "departement"}, {"code_geo": "71", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "71", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1292", "echelle": "departement"}, {"code_geo": "71", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "442", "echelle": "departement"}, {"code_geo": "71", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "71", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "71", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "71", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "866", "echelle": "departement"}, {"code_geo": "71", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "71", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1571", "echelle": "departement"}, {"code_geo": "71", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "810", "echelle": "departement"}, {"code_geo": "71", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "71", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "71", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "71", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "845", "echelle": "departement"}, {"code_geo": "71", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "71", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1618", "echelle": "departement"}, {"code_geo": "71", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "478", "echelle": "departement"}, {"code_geo": "71", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "71", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "71", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "71", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "71", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "71", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1013", "echelle": "departement"}, {"code_geo": "71", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "71", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "71", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "71", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "71", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "71", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "71", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1427", "echelle": "departement"}, {"code_geo": "71", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "71", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "71", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "71", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "71", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "606", "echelle": "departement"}, {"code_geo": "71", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "71", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1344", "echelle": "departement"}, {"code_geo": "71", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "71", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "71", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "71", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "71", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "537", "echelle": "departement"}, {"code_geo": "71", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "71", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1175", "echelle": "departement"}, {"code_geo": "71", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "71", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "71", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "71", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "71", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "785", "echelle": "departement"}, {"code_geo": "71", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "71", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1429", "echelle": "departement"}, {"code_geo": "71", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "595", "echelle": "departement"}, {"code_geo": "71", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "71", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "72", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "72", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "72", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1220", "echelle": "departement"}, {"code_geo": "72", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "72", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "72", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2023-02", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "72", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1357", "echelle": "departement"}, {"code_geo": "72", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "72", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "72", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "396", "echelle": "departement"}, {"code_geo": "72", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1467", "echelle": "departement"}, {"code_geo": "72", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "431", "echelle": "departement"}, {"code_geo": "72", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "72", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "72", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "72", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "72", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1101", "echelle": "departement"}, {"code_geo": "72", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "72", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "72", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "72", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1240", "echelle": "departement"}, {"code_geo": "72", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "72", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "72", "month": "2023-06", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "72", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "72", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1540", "echelle": "departement"}, {"code_geo": "72", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "72", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "72", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "72", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "72", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "72", "month": "2023-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1519", "echelle": "departement"}, {"code_geo": "72", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "72", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "72", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "72", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1124", "echelle": "departement"}, {"code_geo": "72", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "72", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "72", "month": "2023-09", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "72", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "72", "month": "2023-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1359", "echelle": "departement"}, {"code_geo": "72", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "72", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "72", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "72", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "72", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1251", "echelle": "departement"}, {"code_geo": "72", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "72", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "72", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "72", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "72", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "72", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1059", "echelle": "departement"}, {"code_geo": "72", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "332", "echelle": "departement"}, {"code_geo": "72", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "72", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "72", "month": "2023-12", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "72", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "72", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "72", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1727", "echelle": "departement"}, {"code_geo": "72", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "72", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "72", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "73", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "73", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "73", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "73", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "883", "echelle": "departement"}, {"code_geo": "73", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "73", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "73", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "73", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "73", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "73", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "73", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "637", "echelle": "departement"}, {"code_geo": "73", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "73", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "73", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "73", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "73", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "495", "echelle": "departement"}, {"code_geo": "73", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "73", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "847", "echelle": "departement"}, {"code_geo": "73", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "73", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "73", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "73", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "73", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "73", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "73", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "652", "echelle": "departement"}, {"code_geo": "73", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "73", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "73", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "73", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "73", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "479", "echelle": "departement"}, {"code_geo": "73", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "73", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "73", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "73", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "73", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "73", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "73", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "550", "echelle": "departement"}, {"code_geo": "73", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "73", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "858", "echelle": "departement"}, {"code_geo": "73", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "73", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "73", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "73", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "73", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "514", "echelle": "departement"}, {"code_geo": "73", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "73", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "846", "echelle": "departement"}, {"code_geo": "73", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "73", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "73", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "73", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "73", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "73", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "73", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "588", "echelle": "departement"}, {"code_geo": "73", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "73", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "73", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "73", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "73", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "588", "echelle": "departement"}, {"code_geo": "73", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "73", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "683", "echelle": "departement"}, {"code_geo": "73", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "73", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "73", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "73", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "73", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "73", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "73", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "708", "echelle": "departement"}, {"code_geo": "73", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "73", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "73", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "73", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "73", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "608", "echelle": "departement"}, {"code_geo": "73", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "73", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "681", "echelle": "departement"}, {"code_geo": "73", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "73", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "73", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "73", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "73", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "745", "echelle": "departement"}, {"code_geo": "73", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "73", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "921", "echelle": "departement"}, {"code_geo": "73", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "73", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "73", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "74", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "74", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "74", "month": "2023-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "74", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "74", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1303", "echelle": "departement"}, {"code_geo": "74", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "74", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "74", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "74", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "74", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "74", "month": "2023-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "74", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "74", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "973", "echelle": "departement"}, {"code_geo": "74", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "74", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "74", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "74", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "74", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "74", "month": "2023-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "74", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "74", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1087", "echelle": "departement"}, {"code_geo": "74", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "74", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "74", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "74", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "74", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "379", "echelle": "departement"}, {"code_geo": "74", "month": "2023-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "74", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "74", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "966", "echelle": "departement"}, {"code_geo": "74", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "298", "echelle": "departement"}, {"code_geo": "74", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "74", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "430", "echelle": "departement"}, {"code_geo": "74", "month": "2023-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "74", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "74", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1072", "echelle": "departement"}, {"code_geo": "74", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "74", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "74", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "74", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "74", "month": "2023-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "74", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "74", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1352", "echelle": "departement"}, {"code_geo": "74", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "74", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "74", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "74", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "74", "month": "2023-07", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "74", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "74", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1269", "echelle": "departement"}, {"code_geo": "74", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "74", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "74", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "74", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "74", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "74", "month": "2023-08", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "74", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "74", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "770", "echelle": "departement"}, {"code_geo": "74", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "74", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "74", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "74", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "74", "month": "2023-09", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "74", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "74", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1168", "echelle": "departement"}, {"code_geo": "74", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "74", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "74", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "74", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "74", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "74", "month": "2023-10", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "74", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "74", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1094", "echelle": "departement"}, {"code_geo": "74", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "74", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "74", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "74", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "457", "echelle": "departement"}, {"code_geo": "74", "month": "2023-11", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "74", "month": "2023-11", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "74", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1041", "echelle": "departement"}, {"code_geo": "74", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "74", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "74", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "74", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "74", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "74", "month": "2023-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "74", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "74", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1224", "echelle": "departement"}, {"code_geo": "74", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "74", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "75", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "548", "echelle": "departement"}, {"code_geo": "75", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "75", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "451", "echelle": "departement"}, {"code_geo": "75", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "75", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "474", "echelle": "departement"}, {"code_geo": "75", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "75", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "599", "echelle": "departement"}, {"code_geo": "75", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "797", "echelle": "departement"}, {"code_geo": "75", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "75", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "75", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1034", "echelle": "departement"}, {"code_geo": "75", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1863", "echelle": "departement"}, {"code_geo": "76", "month": "2023-01", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "76", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "76", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "2139", "echelle": "departement"}, {"code_geo": "76", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "76", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "76", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "76", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "76", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1831", "echelle": "departement"}, {"code_geo": "76", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "76", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "76", "month": "2023-03", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "76", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "76", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "2437", "echelle": "departement"}, {"code_geo": "76", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "76", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "76", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "76", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "76", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1645", "echelle": "departement"}, {"code_geo": "76", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "76", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "76", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "76", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "76", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1830", "echelle": "departement"}, {"code_geo": "76", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "76", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "76", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "76", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "76", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "2471", "echelle": "departement"}, {"code_geo": "76", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "76", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "76", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "76", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "76", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "2133", "echelle": "departement"}, {"code_geo": "76", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "76", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "76", "month": "2023-08", "nature_culture": "herbages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "76", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "76", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "76", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1995", "echelle": "departement"}, {"code_geo": "76", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "76", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "76", "month": "2023-09", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "76", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "76", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "2170", "echelle": "departement"}, {"code_geo": "76", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "76", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "241", "echelle": "departement"}, {"code_geo": "76", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "76", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "76", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1952", "echelle": "departement"}, {"code_geo": "76", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "76", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "76", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "76", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "76", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1782", "echelle": "departement"}, {"code_geo": "76", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "76", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "76", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "76", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "76", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2762", "echelle": "departement"}, {"code_geo": "76", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "76", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "77", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "77", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "77", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1504", "echelle": "departement"}, {"code_geo": "77", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "77", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "77", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "77", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "77", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "77", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1698", "echelle": "departement"}, {"code_geo": "77", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "77", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "77", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "77", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "77", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "77", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1838", "echelle": "departement"}, {"code_geo": "77", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "77", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "77", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "77", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "77", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "77", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1639", "echelle": "departement"}, {"code_geo": "77", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "77", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "77", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "77", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "77", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "77", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1700", "echelle": "departement"}, {"code_geo": "77", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "77", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "77", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "77", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "77", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "77", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "2324", "echelle": "departement"}, {"code_geo": "77", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "77", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "77", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "77", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "77", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "2606", "echelle": "departement"}, {"code_geo": "77", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "77", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "77", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "77", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "77", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1550", "echelle": "departement"}, {"code_geo": "77", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "77", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "77", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "77", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "77", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1957", "echelle": "departement"}, {"code_geo": "77", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "77", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "77", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "77", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "77", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "77", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1971", "echelle": "departement"}, {"code_geo": "77", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "77", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "77", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "77", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "77", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "77", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1254", "echelle": "departement"}, {"code_geo": "77", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "77", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "77", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "77", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "77", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "3498", "echelle": "departement"}, {"code_geo": "77", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "423", "echelle": "departement"}, {"code_geo": "77", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "77", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "78", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "78", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "78", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1070", "echelle": "departement"}, {"code_geo": "78", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "78", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "78", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "989", "echelle": "departement"}, {"code_geo": "78", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "78", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "78", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "78", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "78", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1233", "echelle": "departement"}, {"code_geo": "78", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "78", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "78", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "78", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "78", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "78", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "931", "echelle": "departement"}, {"code_geo": "78", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "78", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "78", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "78", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "78", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1057", "echelle": "departement"}, {"code_geo": "78", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "78", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "78", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "78", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "78", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1458", "echelle": "departement"}, {"code_geo": "78", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "78", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "78", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "78", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "78", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "78", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1702", "echelle": "departement"}, {"code_geo": "78", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "78", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "78", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "78", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "78", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "790", "echelle": "departement"}, {"code_geo": "78", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "78", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "78", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "78", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "78", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1154", "echelle": "departement"}, {"code_geo": "78", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "78", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "78", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "78", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1139", "echelle": "departement"}, {"code_geo": "78", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "78", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "78", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "78", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "78", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "871", "echelle": "departement"}, {"code_geo": "78", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "78", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "78", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "78", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "78", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1354", "echelle": "departement"}, {"code_geo": "78", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "441", "echelle": "departement"}, {"code_geo": "78", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "79", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "79", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "79", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1185", "echelle": "departement"}, {"code_geo": "79", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "431", "echelle": "departement"}, {"code_geo": "79", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "79", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "79", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "79", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1088", "echelle": "departement"}, {"code_geo": "79", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "79", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "79", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "79", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "79", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1455", "echelle": "departement"}, {"code_geo": "79", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "710", "echelle": "departement"}, {"code_geo": "79", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "79", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "79", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "79", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "79", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1267", "echelle": "departement"}, {"code_geo": "79", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "757", "echelle": "departement"}, {"code_geo": "79", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "79", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "79", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "79", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1189", "echelle": "departement"}, {"code_geo": "79", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "728", "echelle": "departement"}, {"code_geo": "79", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "79", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "79", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "79", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1495", "echelle": "departement"}, {"code_geo": "79", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "758", "echelle": "departement"}, {"code_geo": "79", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "79", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "79", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "79", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1437", "echelle": "departement"}, {"code_geo": "79", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "839", "echelle": "departement"}, {"code_geo": "79", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "79", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "79", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1076", "echelle": "departement"}, {"code_geo": "79", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "79", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "79", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "79", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1314", "echelle": "departement"}, {"code_geo": "79", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "664", "echelle": "departement"}, {"code_geo": "79", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "79", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "79", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "79", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "79", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1373", "echelle": "departement"}, {"code_geo": "79", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "719", "echelle": "departement"}, {"code_geo": "79", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "79", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "79", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "79", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "79", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1101", "echelle": "departement"}, {"code_geo": "79", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "478", "echelle": "departement"}, {"code_geo": "79", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "79", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "79", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "79", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "79", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1345", "echelle": "departement"}, {"code_geo": "79", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "1022", "echelle": "departement"}, {"code_geo": "79", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "79", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "80", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "80", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "80", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1117", "echelle": "departement"}, {"code_geo": "80", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "80", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "80", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "80", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1069", "echelle": "departement"}, {"code_geo": "80", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "80", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "80", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "80", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "80", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1138", "echelle": "departement"}, {"code_geo": "80", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "80", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "80", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "80", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "982", "echelle": "departement"}, {"code_geo": "80", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "80", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "80", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "80", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1121", "echelle": "departement"}, {"code_geo": "80", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "80", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "80", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "80", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "80", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1238", "echelle": "departement"}, {"code_geo": "80", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "80", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "80", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "80", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1367", "echelle": "departement"}, {"code_geo": "80", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "80", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "80", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "80", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "910", "echelle": "departement"}, {"code_geo": "80", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "80", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "80", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "80", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1282", "echelle": "departement"}, {"code_geo": "80", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "80", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "80", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "80", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "80", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1226", "echelle": "departement"}, {"code_geo": "80", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "80", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "80", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "80", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "80", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1000", "echelle": "departement"}, {"code_geo": "80", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "80", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "80", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "80", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1519", "echelle": "departement"}, {"code_geo": "80", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "441", "echelle": "departement"}, {"code_geo": "81", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "81", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "81", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "792", "echelle": "departement"}, {"code_geo": "81", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "485", "echelle": "departement"}, {"code_geo": "81", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "81", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "81", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "81", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "763", "echelle": "departement"}, {"code_geo": "81", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "81", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "81", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "81", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "81", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1107", "echelle": "departement"}, {"code_geo": "81", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "449", "echelle": "departement"}, {"code_geo": "81", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "81", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "81", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "81", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "81", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "799", "echelle": "departement"}, {"code_geo": "81", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "425", "echelle": "departement"}, {"code_geo": "81", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "81", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "81", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "81", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "81", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "754", "echelle": "departement"}, {"code_geo": "81", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "414", "echelle": "departement"}, {"code_geo": "81", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "81", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "81", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "81", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "81", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "999", "echelle": "departement"}, {"code_geo": "81", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "477", "echelle": "departement"}, {"code_geo": "81", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "81", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "81", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "81", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "996", "echelle": "departement"}, {"code_geo": "81", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "81", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "81", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "81", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "81", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "803", "echelle": "departement"}, {"code_geo": "81", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "81", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "81", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "81", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "81", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "81", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "909", "echelle": "departement"}, {"code_geo": "81", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "437", "echelle": "departement"}, {"code_geo": "81", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "81", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "81", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "81", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "882", "echelle": "departement"}, {"code_geo": "81", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "81", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "81", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "81", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "81", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "713", "echelle": "departement"}, {"code_geo": "81", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "619", "echelle": "departement"}, {"code_geo": "81", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "81", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "81", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "81", "month": "2023-12", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "893", "echelle": "departement"}, {"code_geo": "81", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "81", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "82", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "82", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "82", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "82", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "82", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "82", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "82", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "82", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "448", "echelle": "departement"}, {"code_geo": "82", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "469", "echelle": "departement"}, {"code_geo": "82", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "82", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "82", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "82", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "82", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "510", "echelle": "departement"}, {"code_geo": "82", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "82", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "82", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "82", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "82", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "82", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "476", "echelle": "departement"}, {"code_geo": "82", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "82", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "82", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "82", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "82", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "544", "echelle": "departement"}, {"code_geo": "82", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "82", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "82", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "82", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "82", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "606", "echelle": "departement"}, {"code_geo": "82", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "568", "echelle": "departement"}, {"code_geo": "82", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "82", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "82", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "82", "month": "2023-07", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "82", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "82", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "510", "echelle": "departement"}, {"code_geo": "82", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "82", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "82", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "82", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "82", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "82", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "82", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "82", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "82", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "82", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "82", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "539", "echelle": "departement"}, {"code_geo": "82", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "520", "echelle": "departement"}, {"code_geo": "82", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "82", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "82", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "82", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "82", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "490", "echelle": "departement"}, {"code_geo": "82", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "546", "echelle": "departement"}, {"code_geo": "82", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "82", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "82", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "82", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "82", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "82", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "534", "echelle": "departement"}, {"code_geo": "82", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "82", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "82", "month": "2023-12", "nature_culture": "pacages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "82", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "82", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "82", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "750", "echelle": "departement"}, {"code_geo": "82", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "82", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "83", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "83", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "83", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1907", "echelle": "departement"}, {"code_geo": "83", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "83", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "83", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "83", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "83", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "83", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1458", "echelle": "departement"}, {"code_geo": "83", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "83", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "83", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "83", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "83", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "83", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1537", "echelle": "departement"}, {"code_geo": "83", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "83", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "83", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "83", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "83", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "83", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1386", "echelle": "departement"}, {"code_geo": "83", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "263", "echelle": "departement"}, {"code_geo": "83", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "83", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "83", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "83", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "83", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1579", "echelle": "departement"}, {"code_geo": "83", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "83", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "83", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "83", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "83", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "83", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1960", "echelle": "departement"}, {"code_geo": "83", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "83", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "83", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "83", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "83", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "83", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1666", "echelle": "departement"}, {"code_geo": "83", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "207", "echelle": "departement"}, {"code_geo": "83", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "83", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "83", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "83", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "83", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1257", "echelle": "departement"}, {"code_geo": "83", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "83", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "83", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "83", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "83", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "83", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1633", "echelle": "departement"}, {"code_geo": "83", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "83", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "83", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "83", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "83", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "83", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1663", "echelle": "departement"}, {"code_geo": "83", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "83", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "83", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "83", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "83", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "83", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1538", "echelle": "departement"}, {"code_geo": "83", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "83", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "83", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "83", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "83", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "83", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2030", "echelle": "departement"}, {"code_geo": "83", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "83", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "83", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "84", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "84", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "84", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "966", "echelle": "departement"}, {"code_geo": "84", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "84", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "84", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "84", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "84", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "84", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "941", "echelle": "departement"}, {"code_geo": "84", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "315", "echelle": "departement"}, {"code_geo": "84", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "84", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "84", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "84", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "84", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1041", "echelle": "departement"}, {"code_geo": "84", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "370", "echelle": "departement"}, {"code_geo": "84", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "84", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "84", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "84", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "84", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "833", "echelle": "departement"}, {"code_geo": "84", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "84", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "84", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "84", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "84", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "84", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "897", "echelle": "departement"}, {"code_geo": "84", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "84", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "84", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "84", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "84", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "84", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1193", "echelle": "departement"}, {"code_geo": "84", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "577", "echelle": "departement"}, {"code_geo": "84", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "84", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "84", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "84", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "84", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1111", "echelle": "departement"}, {"code_geo": "84", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "318", "echelle": "departement"}, {"code_geo": "84", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "84", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "84", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "84", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "84", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "758", "echelle": "departement"}, {"code_geo": "84", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "84", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "84", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "84", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "84", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "84", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "963", "echelle": "departement"}, {"code_geo": "84", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "84", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "84", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "84", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "84", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "84", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "974", "echelle": "departement"}, {"code_geo": "84", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "84", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "84", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "84", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "84", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "84", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "860", "echelle": "departement"}, {"code_geo": "84", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "84", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "84", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "84", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "84", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "84", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1480", "echelle": "departement"}, {"code_geo": "84", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "84", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "84", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "85", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "85", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "85", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1739", "echelle": "departement"}, {"code_geo": "85", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "690", "echelle": "departement"}, {"code_geo": "85", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "85", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "85", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "85", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "85", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1753", "echelle": "departement"}, {"code_geo": "85", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "649", "echelle": "departement"}, {"code_geo": "85", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "85", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "85", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "85", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "85", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "2132", "echelle": "departement"}, {"code_geo": "85", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "856", "echelle": "departement"}, {"code_geo": "85", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "85", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "85", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "85", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "85", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1574", "echelle": "departement"}, {"code_geo": "85", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "587", "echelle": "departement"}, {"code_geo": "85", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "85", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "85", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "85", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "85", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1695", "echelle": "departement"}, {"code_geo": "85", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "606", "echelle": "departement"}, {"code_geo": "85", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "85", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "85", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "85", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "371", "echelle": "departement"}, {"code_geo": "85", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "2312", "echelle": "departement"}, {"code_geo": "85", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "831", "echelle": "departement"}, {"code_geo": "85", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "85", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "85", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "85", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "85", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "2014", "echelle": "departement"}, {"code_geo": "85", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "817", "echelle": "departement"}, {"code_geo": "85", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "85", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "85", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "85", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "85", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1689", "echelle": "departement"}, {"code_geo": "85", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "599", "echelle": "departement"}, {"code_geo": "85", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "85", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "85", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "85", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "85", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1951", "echelle": "departement"}, {"code_geo": "85", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "576", "echelle": "departement"}, {"code_geo": "85", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "85", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "85", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "85", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "85", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1845", "echelle": "departement"}, {"code_geo": "85", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "85", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "85", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "85", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "85", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "85", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1528", "echelle": "departement"}, {"code_geo": "85", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "567", "echelle": "departement"}, {"code_geo": "85", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "85", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "85", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "85", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "2339", "echelle": "departement"}, {"code_geo": "85", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "962", "echelle": "departement"}, {"code_geo": "85", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "85", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "86", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "86", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "86", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1036", "echelle": "departement"}, {"code_geo": "86", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "766", "echelle": "departement"}, {"code_geo": "86", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "86", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "86", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "86", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "86", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "990", "echelle": "departement"}, {"code_geo": "86", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "683", "echelle": "departement"}, {"code_geo": "86", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "86", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "86", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "86", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "86", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1106", "echelle": "departement"}, {"code_geo": "86", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "851", "echelle": "departement"}, {"code_geo": "86", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "86", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "86", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "86", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "86", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1000", "echelle": "departement"}, {"code_geo": "86", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "614", "echelle": "departement"}, {"code_geo": "86", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "86", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "86", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "86", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "86", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "1049", "echelle": "departement"}, {"code_geo": "86", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "846", "echelle": "departement"}, {"code_geo": "86", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "86", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "86", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "86", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "86", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1291", "echelle": "departement"}, {"code_geo": "86", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "1118", "echelle": "departement"}, {"code_geo": "86", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "86", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "86", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "86", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "86", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1371", "echelle": "departement"}, {"code_geo": "86", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "849", "echelle": "departement"}, {"code_geo": "86", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "86", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "86", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "86", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "86", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1033", "echelle": "departement"}, {"code_geo": "86", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "532", "echelle": "departement"}, {"code_geo": "86", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "86", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "86", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "86", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "86", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1252", "echelle": "departement"}, {"code_geo": "86", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "706", "echelle": "departement"}, {"code_geo": "86", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "86", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "86", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "86", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "86", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1079", "echelle": "departement"}, {"code_geo": "86", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "707", "echelle": "departement"}, {"code_geo": "86", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "86", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "86", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "86", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "927", "echelle": "departement"}, {"code_geo": "86", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "690", "echelle": "departement"}, {"code_geo": "86", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "86", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "86", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "86", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1185", "echelle": "departement"}, {"code_geo": "86", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "913", "echelle": "departement"}, {"code_geo": "86", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "86", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "87", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "87", "month": "2023-01", "nature_culture": "pacages", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "87", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "87", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "875", "echelle": "departement"}, {"code_geo": "87", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "87", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "87", "month": "2023-02", "nature_culture": "pacages", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "87", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "87", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "802", "echelle": "departement"}, {"code_geo": "87", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "466", "echelle": "departement"}, {"code_geo": "87", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "87", "month": "2023-03", "nature_culture": "pacages", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "87", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "422", "echelle": "departement"}, {"code_geo": "87", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "987", "echelle": "departement"}, {"code_geo": "87", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "87", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "87", "month": "2023-04", "nature_culture": "pacages", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "87", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "87", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "720", "echelle": "departement"}, {"code_geo": "87", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "87", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "87", "month": "2023-05", "nature_culture": "pacages", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "87", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "87", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "698", "echelle": "departement"}, {"code_geo": "87", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "87", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "87", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "87", "month": "2023-06", "nature_culture": "pacages", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "87", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "87", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "933", "echelle": "departement"}, {"code_geo": "87", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "462", "echelle": "departement"}, {"code_geo": "87", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "87", "month": "2023-07", "nature_culture": "pacages", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "87", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "87", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "912", "echelle": "departement"}, {"code_geo": "87", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "513", "echelle": "departement"}, {"code_geo": "87", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "87", "month": "2023-08", "nature_culture": "pacages", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "87", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "307", "echelle": "departement"}, {"code_geo": "87", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "721", "echelle": "departement"}, {"code_geo": "87", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "87", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "87", "month": "2023-09", "nature_culture": "pacages", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "87", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "87", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "862", "echelle": "departement"}, {"code_geo": "87", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "87", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "87", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "87", "month": "2023-10", "nature_culture": "pacages", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "87", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "87", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "819", "echelle": "departement"}, {"code_geo": "87", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "511", "echelle": "departement"}, {"code_geo": "87", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "87", "month": "2023-11", "nature_culture": "pacages", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "87", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "87", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "776", "echelle": "departement"}, {"code_geo": "87", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "87", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "87", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "87", "month": "2023-12", "nature_culture": "pacages", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "87", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "506", "echelle": "departement"}, {"code_geo": "87", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "939", "echelle": "departement"}, {"code_geo": "87", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "1091", "echelle": "departement"}, {"code_geo": "87", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "88", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "88", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "88", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "770", "echelle": "departement"}, {"code_geo": "88", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "88", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "88", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "88", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "88", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "88", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "761", "echelle": "departement"}, {"code_geo": "88", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "88", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "88", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "88", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "88", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "404", "echelle": "departement"}, {"code_geo": "88", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "954", "echelle": "departement"}, {"code_geo": "88", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "88", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "88", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "88", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "88", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "88", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "706", "echelle": "departement"}, {"code_geo": "88", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "88", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "88", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "88", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "88", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "878", "echelle": "departement"}, {"code_geo": "88", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "88", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "88", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "88", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "88", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "447", "echelle": "departement"}, {"code_geo": "88", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "890", "echelle": "departement"}, {"code_geo": "88", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "88", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "88", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "88", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "88", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "363", "echelle": "departement"}, {"code_geo": "88", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1097", "echelle": "departement"}, {"code_geo": "88", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "88", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "88", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "88", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "88", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "88", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "763", "echelle": "departement"}, {"code_geo": "88", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "88", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "88", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "88", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "88", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "88", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "958", "echelle": "departement"}, {"code_geo": "88", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "88", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "88", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "88", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "88", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "88", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "798", "echelle": "departement"}, {"code_geo": "88", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "88", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "88", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "88", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "88", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "88", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "723", "echelle": "departement"}, {"code_geo": "88", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "88", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "88", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "88", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "88", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "88", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "939", "echelle": "departement"}, {"code_geo": "88", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "88", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "88", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "89", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "89", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "89", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "966", "echelle": "departement"}, {"code_geo": "89", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "89", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "89", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "89", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "89", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "89", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "948", "echelle": "departement"}, {"code_geo": "89", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "89", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "89", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "89", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "89", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "89", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1045", "echelle": "departement"}, {"code_geo": "89", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "511", "echelle": "departement"}, {"code_geo": "89", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "89", "month": "2023-03", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "89", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "89", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "89", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "890", "echelle": "departement"}, {"code_geo": "89", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "515", "echelle": "departement"}, {"code_geo": "89", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "89", "month": "2023-04", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "89", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "89", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "89", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "881", "echelle": "departement"}, {"code_geo": "89", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "357", "echelle": "departement"}, {"code_geo": "89", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "89", "month": "2023-05", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "89", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "89", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "89", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1257", "echelle": "departement"}, {"code_geo": "89", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "513", "echelle": "departement"}, {"code_geo": "89", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "89", "month": "2023-06", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "89", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "89", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "89", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1294", "echelle": "departement"}, {"code_geo": "89", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "89", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "89", "month": "2023-07", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "89", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "89", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "89", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "666", "echelle": "departement"}, {"code_geo": "89", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "89", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "89", "month": "2023-08", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "89", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "89", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "89", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "998", "echelle": "departement"}, {"code_geo": "89", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "89", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "89", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "89", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "89", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "89", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1026", "echelle": "departement"}, {"code_geo": "89", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "498", "echelle": "departement"}, {"code_geo": "89", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "89", "month": "2023-10", "nature_culture": "vignes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "89", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "89", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "89", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "743", "echelle": "departement"}, {"code_geo": "89", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "89", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "89", "month": "2023-11", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "89", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "89", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "89", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1183", "echelle": "departement"}, {"code_geo": "89", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "89", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "89", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "90", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "90", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "90", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "90", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "90", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "90", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "90", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "90", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "90", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "90", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "90", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "90", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "90", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "90", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "90", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "90", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "90", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "90", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "90", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "90", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "90", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "90", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "90", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "90", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "90", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "90", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "90", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "90", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "90", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "90", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "90", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "90", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "90", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "90", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "90", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "90", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "90", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "90", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "90", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "90", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "90", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "90", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "90", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "90", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "90", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "90", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "90", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "90", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "90", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "90", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "90", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "90", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "91", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "91", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1077", "echelle": "departement"}, {"code_geo": "91", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "91", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "970", "echelle": "departement"}, {"code_geo": "91", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "91", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "91", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1322", "echelle": "departement"}, {"code_geo": "91", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "91", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "91", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "998", "echelle": "departement"}, {"code_geo": "91", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "91", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "91", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "91", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "952", "echelle": "departement"}, {"code_geo": "91", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "91", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "91", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "91", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1324", "echelle": "departement"}, {"code_geo": "91", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "91", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "91", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "91", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "91", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "5067", "echelle": "departement"}, {"code_geo": "91", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "91", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "91", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "871", "echelle": "departement"}, {"code_geo": "91", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "91", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "91", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1150", "echelle": "departement"}, {"code_geo": "91", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "91", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "91", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "1029", "echelle": "departement"}, {"code_geo": "91", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "91", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "91", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "91", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "833", "echelle": "departement"}, {"code_geo": "91", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "91", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "91", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "91", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "91", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1423", "echelle": "departement"}, {"code_geo": "91", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "91", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2023-12", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "683", "echelle": "departement"}, {"code_geo": "92", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "92", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "92", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "644", "echelle": "departement"}, {"code_geo": "92", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "92", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "505", "echelle": "departement"}, {"code_geo": "92", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "92", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "602", "echelle": "departement"}, {"code_geo": "92", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "676", "echelle": "departement"}, {"code_geo": "92", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "92", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "92", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "526", "echelle": "departement"}, {"code_geo": "92", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "92", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "588", "echelle": "departement"}, {"code_geo": "92", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1923", "echelle": "departement"}, {"code_geo": "93", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "93", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "93", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "593", "echelle": "departement"}, {"code_geo": "93", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "93", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1575", "echelle": "departement"}, {"code_geo": "93", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "93", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "664", "echelle": "departement"}, {"code_geo": "93", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "93", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "733", "echelle": "departement"}, {"code_geo": "93", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "93", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "759", "echelle": "departement"}, {"code_geo": "93", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "93", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1128", "echelle": "departement"}, {"code_geo": "93", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "93", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "93", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "93", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "618", "echelle": "departement"}, {"code_geo": "93", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "93", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "838", "echelle": "departement"}, {"code_geo": "93", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "93", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1067", "echelle": "departement"}, {"code_geo": "93", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "5188", "echelle": "departement"}, {"code_geo": "93", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "93", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "651", "echelle": "departement"}, {"code_geo": "94", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "608", "echelle": "departement"}, {"code_geo": "94", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "94", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "739", "echelle": "departement"}, {"code_geo": "94", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "94", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "755", "echelle": "departement"}, {"code_geo": "94", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "541", "echelle": "departement"}, {"code_geo": "94", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1161", "echelle": "departement"}, {"code_geo": "94", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "94", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "764", "echelle": "departement"}, {"code_geo": "94", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "94", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "94", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "568", "echelle": "departement"}, {"code_geo": "94", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "652", "echelle": "departement"}, {"code_geo": "94", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1257", "echelle": "departement"}, {"code_geo": "94", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "94", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "94", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "94", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "4221", "echelle": "departement"}, {"code_geo": "94", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "94", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "95", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "95", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "1084", "echelle": "departement"}, {"code_geo": "95", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "95", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "95", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "95", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "95", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "95", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "1546", "echelle": "departement"}, {"code_geo": "95", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "95", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "95", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1114", "echelle": "departement"}, {"code_geo": "95", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "95", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "95", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "95", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "95", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "846", "echelle": "departement"}, {"code_geo": "95", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "95", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "95", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "95", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "907", "echelle": "departement"}, {"code_geo": "95", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "95", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "95", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "95", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1195", "echelle": "departement"}, {"code_geo": "95", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "95", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "95", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "95", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1427", "echelle": "departement"}, {"code_geo": "95", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "95", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "95", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "750", "echelle": "departement"}, {"code_geo": "95", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "95", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "95", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "95", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1071", "echelle": "departement"}, {"code_geo": "95", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "95", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "95", "month": "2023-09", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "95", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "95", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "95", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "4987", "echelle": "departement"}, {"code_geo": "95", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "95", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "95", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "95", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "95", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "939", "echelle": "departement"}, {"code_geo": "95", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "95", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "95", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "95", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "95", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "1622", "echelle": "departement"}, {"code_geo": "95", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "294", "echelle": "departement"}, {"code_geo": "95", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "97", "month": "2023-01", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "97", "month": "2023-01", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "97", "month": "2023-01", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2023-01", "nature_culture": "sols", "nb_mutations": "783", "echelle": "departement"}, {"code_geo": "97", "month": "2023-01", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "97", "month": "2023-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2023-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2023-02", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "97", "month": "2023-02", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "97", "month": "2023-02", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2023-02", "nature_culture": "sols", "nb_mutations": "776", "echelle": "departement"}, {"code_geo": "97", "month": "2023-02", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "97", "month": "2023-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2023-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2023-03", "nature_culture": "landes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "97", "month": "2023-03", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "97", "month": "2023-03", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2023-03", "nature_culture": "sols", "nb_mutations": "1446", "echelle": "departement"}, {"code_geo": "97", "month": "2023-03", "nature_culture": "terres", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "97", "month": "2023-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "97", "month": "2023-04", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "97", "month": "2023-04", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "97", "month": "2023-04", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2023-04", "nature_culture": "sols", "nb_mutations": "1025", "echelle": "departement"}, {"code_geo": "97", "month": "2023-04", "nature_culture": "terres", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "97", "month": "2023-04", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2023-05", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "97", "month": "2023-05", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "97", "month": "2023-05", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2023-05", "nature_culture": "sols", "nb_mutations": "909", "echelle": "departement"}, {"code_geo": "97", "month": "2023-05", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "97", "month": "2023-05", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "97", "month": "2023-06", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "97", "month": "2023-06", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "97", "month": "2023-06", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "97", "month": "2023-06", "nature_culture": "sols", "nb_mutations": "1538", "echelle": "departement"}, {"code_geo": "97", "month": "2023-06", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "97", "month": "2023-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "97", "month": "2023-07", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "97", "month": "2023-07", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "97", "month": "2023-07", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2023-07", "nature_culture": "sols", "nb_mutations": "1609", "echelle": "departement"}, {"code_geo": "97", "month": "2023-07", "nature_culture": "terres", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "97", "month": "2023-07", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2023-08", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "97", "month": "2023-08", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "97", "month": "2023-08", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2023-08", "nature_culture": "sols", "nb_mutations": "1048", "echelle": "departement"}, {"code_geo": "97", "month": "2023-08", "nature_culture": "terres", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "97", "month": "2023-08", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2023-09", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "97", "month": "2023-09", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "97", "month": "2023-09", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2023-09", "nature_culture": "sols", "nb_mutations": "1422", "echelle": "departement"}, {"code_geo": "97", "month": "2023-09", "nature_culture": "terres", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "97", "month": "2023-09", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "97", "month": "2023-10", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "97", "month": "2023-10", "nature_culture": "pr\u00e9s", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "97", "month": "2023-10", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "97", "month": "2023-10", "nature_culture": "sols", "nb_mutations": "832", "echelle": "departement"}, {"code_geo": "97", "month": "2023-10", "nature_culture": "terres", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "97", "month": "2023-10", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2023-11", "nature_culture": "landes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "97", "month": "2023-11", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "97", "month": "2023-11", "nature_culture": "sols", "nb_mutations": "1080", "echelle": "departement"}, {"code_geo": "97", "month": "2023-11", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "97", "month": "2023-11", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2023-12", "nature_culture": "landes", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "97", "month": "2023-12", "nature_culture": "pr\u00e9s", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "97", "month": "2023-12", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2023-12", "nature_culture": "sols", "nb_mutations": "3604", "echelle": "departement"}, {"code_geo": "97", "month": "2023-12", "nature_culture": "terres", "nb_mutations": "475", "echelle": "departement"}, {"code_geo": "97", "month": "2023-12", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "code_geo", "month": "month", "nature_culture": "nature_culture", "nb_mutations": "nb_mutations", "echelle": "echelle"}, {"code_geo": "01", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "01", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "352", "echelle": "departement"}, {"code_geo": "01", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "01", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "976", "echelle": "departement"}, {"code_geo": "01", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "01", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "01", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "01", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "01", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "01", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1179", "echelle": "departement"}, {"code_geo": "01", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "01", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "01", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "01", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "116", "echelle": "departement"}, {"code_geo": "01", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "01", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "01", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1092", "echelle": "departement"}, {"code_geo": "01", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "01", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "01", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "01", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "01", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "01", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "01", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "858", "echelle": "departement"}, {"code_geo": "01", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "01", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "01", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "01", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "01", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "01", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "01", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "788", "echelle": "departement"}, {"code_geo": "01", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "01", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "01", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "01", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "01", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "454", "echelle": "departement"}, {"code_geo": "01", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "01", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1115", "echelle": "departement"}, {"code_geo": "01", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "01", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "01", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "02", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "02", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "02", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "02", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "907", "echelle": "departement"}, {"code_geo": "02", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "02", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "02", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "02", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "02", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "02", "month": "2024-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "02", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "02", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "953", "echelle": "departement"}, {"code_geo": "02", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "02", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "02", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "02", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "02", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "02", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "02", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "881", "echelle": "departement"}, {"code_geo": "02", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "02", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "02", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "02", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "02", "month": "2024-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "02", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "02", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "997", "echelle": "departement"}, {"code_geo": "02", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "771", "echelle": "departement"}, {"code_geo": "02", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "02", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "02", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "02", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "02", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "02", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "994", "echelle": "departement"}, {"code_geo": "02", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "02", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "02", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "02", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "02", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "02", "month": "2024-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "02", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "02", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1259", "echelle": "departement"}, {"code_geo": "02", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "02", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "02", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "03", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "03", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "613", "echelle": "departement"}, {"code_geo": "03", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "03", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "03", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "03", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "03", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "898", "echelle": "departement"}, {"code_geo": "03", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "03", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "03", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "03", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "03", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "754", "echelle": "departement"}, {"code_geo": "03", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "03", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "03", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "03", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "03", "month": "2024-04", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "03", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "802", "echelle": "departement"}, {"code_geo": "03", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "03", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "03", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "03", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "03", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "826", "echelle": "departement"}, {"code_geo": "03", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "03", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "03", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "03", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "03", "month": "2024-06", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "03", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "912", "echelle": "departement"}, {"code_geo": "03", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "03", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "03", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "04", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "04", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "04", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "04", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "04", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "04", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "04", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "04", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "04", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "04", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "04", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "04", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "04", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "04", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "04", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "04", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "04", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "04", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "04", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "04", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "04", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "04", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "04", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "04", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "04", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "04", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "04", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "04", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "04", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "04", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "04", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "04", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "04", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "04", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "04", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "05", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "05", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "05", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "05", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "05", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "05", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "05", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "05", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "05", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "05", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "05", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "05", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "05", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "05", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "05", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "05", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "05", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "05", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "05", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "05", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "05", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "05", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "05", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "05", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "05", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "05", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "05", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "05", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "05", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "05", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "05", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "05", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "06", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "06", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "06", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "672", "echelle": "departement"}, {"code_geo": "06", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "06", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "06", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "06", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "06", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "06", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "06", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "06", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "06", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "06", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "06", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "06", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "656", "echelle": "departement"}, {"code_geo": "06", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "06", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "06", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "06", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "06", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "06", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "831", "echelle": "departement"}, {"code_geo": "06", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "06", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "06", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "06", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "06", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "06", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "725", "echelle": "departement"}, {"code_geo": "06", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "06", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "06", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "06", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "06", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "06", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1243", "echelle": "departement"}, {"code_geo": "06", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "06", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "06", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "07", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "07", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "07", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "07", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "676", "echelle": "departement"}, {"code_geo": "07", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "07", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "07", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "07", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "365", "echelle": "departement"}, {"code_geo": "07", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "07", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "07", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "533", "echelle": "departement"}, {"code_geo": "07", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "07", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "07", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "07", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "593", "echelle": "departement"}, {"code_geo": "07", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "07", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "07", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "585", "echelle": "departement"}, {"code_geo": "07", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "323", "echelle": "departement"}, {"code_geo": "07", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "07", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "07", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "412", "echelle": "departement"}, {"code_geo": "07", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "07", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "07", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "582", "echelle": "departement"}, {"code_geo": "07", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "07", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "07", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "07", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "463", "echelle": "departement"}, {"code_geo": "07", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "07", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "07", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "578", "echelle": "departement"}, {"code_geo": "07", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "07", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "07", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "07", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "07", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "07", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "07", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "663", "echelle": "departement"}, {"code_geo": "07", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "07", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "07", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "08", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "08", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "08", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "08", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "08", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "08", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "08", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "08", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "08", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "08", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "08", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "08", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "08", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "441", "echelle": "departement"}, {"code_geo": "08", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "08", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "08", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "08", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "08", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "519", "echelle": "departement"}, {"code_geo": "08", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "08", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "08", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "08", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "08", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "517", "echelle": "departement"}, {"code_geo": "08", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "08", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "08", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "08", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "08", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "574", "echelle": "departement"}, {"code_geo": "08", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "08", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "08", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "09", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "09", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "09", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "218", "echelle": "departement"}, {"code_geo": "09", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "09", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "09", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "09", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "09", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "09", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "489", "echelle": "departement"}, {"code_geo": "09", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "09", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "09", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "09", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "547", "echelle": "departement"}, {"code_geo": "09", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "09", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "455", "echelle": "departement"}, {"code_geo": "09", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "09", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "09", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "09", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "09", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "09", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "09", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "09", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "09", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "09", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "09", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "422", "echelle": "departement"}, {"code_geo": "09", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "09", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "09", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "10", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "10", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "10", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "10", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "10", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "10", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "10", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "10", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "10", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "497", "echelle": "departement"}, {"code_geo": "10", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "243", "echelle": "departement"}, {"code_geo": "10", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "10", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "10", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "10", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "10", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "10", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "10", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "10", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "10", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "10", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "10", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "598", "echelle": "departement"}, {"code_geo": "10", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "10", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "10", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "10", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "10", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "10", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "460", "echelle": "departement"}, {"code_geo": "10", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "10", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "10", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "10", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "10", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "10", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "540", "echelle": "departement"}, {"code_geo": "10", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "10", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "10", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "11", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "11", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "11", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "780", "echelle": "departement"}, {"code_geo": "11", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "342", "echelle": "departement"}, {"code_geo": "11", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "11", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "11", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "11", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "11", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "657", "echelle": "departement"}, {"code_geo": "11", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "11", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "11", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "11", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "11", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "11", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "738", "echelle": "departement"}, {"code_geo": "11", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "464", "echelle": "departement"}, {"code_geo": "11", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "11", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "11", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "11", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "11", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "722", "echelle": "departement"}, {"code_geo": "11", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "543", "echelle": "departement"}, {"code_geo": "11", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "11", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "333", "echelle": "departement"}, {"code_geo": "11", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "11", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "811", "echelle": "departement"}, {"code_geo": "11", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "11", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "11", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "424", "echelle": "departement"}, {"code_geo": "11", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "11", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "11", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "781", "echelle": "departement"}, {"code_geo": "11", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "11", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "11", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "267", "echelle": "departement"}, {"code_geo": "12", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "12", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "12", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "12", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "589", "echelle": "departement"}, {"code_geo": "12", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "12", "month": "2024-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "12", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "12", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "12", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "229", "echelle": "departement"}, {"code_geo": "12", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "12", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "12", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "538", "echelle": "departement"}, {"code_geo": "12", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "12", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "12", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "12", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "12", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "12", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "12", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "747", "echelle": "departement"}, {"code_geo": "12", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "12", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "12", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "12", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "12", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "12", "month": "2024-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "12", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "628", "echelle": "departement"}, {"code_geo": "12", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "446", "echelle": "departement"}, {"code_geo": "12", "month": "2024-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "12", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "12", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "12", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "12", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "12", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "12", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "12", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "365", "echelle": "departement"}, {"code_geo": "12", "month": "2024-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "12", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "12", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "12", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "12", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "12", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "12", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "682", "echelle": "departement"}, {"code_geo": "12", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "394", "echelle": "departement"}, {"code_geo": "12", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "12", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "13", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "13", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "13", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "13", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1279", "echelle": "departement"}, {"code_geo": "13", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "13", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "13", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "13", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "13", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "13", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1317", "echelle": "departement"}, {"code_geo": "13", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "13", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "77", "echelle": "departement"}, {"code_geo": "13", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "13", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "13", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "13", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1285", "echelle": "departement"}, {"code_geo": "13", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "13", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "13", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "13", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "13", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "13", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1367", "echelle": "departement"}, {"code_geo": "13", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "13", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "13", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "13", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "13", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "13", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "13", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1344", "echelle": "departement"}, {"code_geo": "13", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "13", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "13", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "13", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "13", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "13", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1689", "echelle": "departement"}, {"code_geo": "13", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "13", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "13", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "14", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "14", "month": "2024-01", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "14", "month": "2024-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "14", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "901", "echelle": "departement"}, {"code_geo": "14", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "14", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "14", "month": "2024-02", "nature_culture": "pacages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "14", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "14", "month": "2024-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "14", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1030", "echelle": "departement"}, {"code_geo": "14", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "14", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "14", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "14", "month": "2024-03", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "14", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "361", "echelle": "departement"}, {"code_geo": "14", "month": "2024-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "14", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1009", "echelle": "departement"}, {"code_geo": "14", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "14", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "14", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "14", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "536", "echelle": "departement"}, {"code_geo": "14", "month": "2024-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "14", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1215", "echelle": "departement"}, {"code_geo": "14", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "189", "echelle": "departement"}, {"code_geo": "14", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "14", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "14", "month": "2024-05", "nature_culture": "pacages", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "14", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "531", "echelle": "departement"}, {"code_geo": "14", "month": "2024-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "14", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1147", "echelle": "departement"}, {"code_geo": "14", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "14", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "14", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "14", "month": "2024-06", "nature_culture": "pacages", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "14", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "439", "echelle": "departement"}, {"code_geo": "14", "month": "2024-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "14", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1265", "echelle": "departement"}, {"code_geo": "14", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "14", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "15", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "15", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "15", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "15", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "15", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "15", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "15", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "15", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "15", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "15", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "15", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "15", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "15", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "15", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "15", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "15", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "379", "echelle": "departement"}, {"code_geo": "15", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "15", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "15", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "15", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "15", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "114", "echelle": "departement"}, {"code_geo": "15", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "15", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "15", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "15", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "15", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "15", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "15", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "15", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "15", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "15", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "15", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "15", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "15", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "15", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "15", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "15", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "16", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "16", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "16", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "746", "echelle": "departement"}, {"code_geo": "16", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "16", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "16", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "16", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "16", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "16", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "735", "echelle": "departement"}, {"code_geo": "16", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "431", "echelle": "departement"}, {"code_geo": "16", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "16", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "16", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "16", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "831", "echelle": "departement"}, {"code_geo": "16", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "546", "echelle": "departement"}, {"code_geo": "16", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "16", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "16", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "16", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "795", "echelle": "departement"}, {"code_geo": "16", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "613", "echelle": "departement"}, {"code_geo": "16", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "16", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "16", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "16", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "16", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "836", "echelle": "departement"}, {"code_geo": "16", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "539", "echelle": "departement"}, {"code_geo": "16", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "16", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "16", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "16", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "16", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "939", "echelle": "departement"}, {"code_geo": "16", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "684", "echelle": "departement"}, {"code_geo": "16", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "17", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "17", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "17", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1462", "echelle": "departement"}, {"code_geo": "17", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "599", "echelle": "departement"}, {"code_geo": "17", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "17", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "17", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "17", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1573", "echelle": "departement"}, {"code_geo": "17", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "705", "echelle": "departement"}, {"code_geo": "17", "month": "2024-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "17", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "17", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "17", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "17", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1602", "echelle": "departement"}, {"code_geo": "17", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "682", "echelle": "departement"}, {"code_geo": "17", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "17", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "17", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "17", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "17", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1485", "echelle": "departement"}, {"code_geo": "17", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "740", "echelle": "departement"}, {"code_geo": "17", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "17", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "17", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "17", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "17", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1519", "echelle": "departement"}, {"code_geo": "17", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "733", "echelle": "departement"}, {"code_geo": "17", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "17", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "17", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "17", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "17", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1655", "echelle": "departement"}, {"code_geo": "17", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "543", "echelle": "departement"}, {"code_geo": "17", "month": "2024-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "17", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "18", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "18", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "18", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "716", "echelle": "departement"}, {"code_geo": "18", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "18", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "18", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "18", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "18", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "18", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "679", "echelle": "departement"}, {"code_geo": "18", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "313", "echelle": "departement"}, {"code_geo": "18", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "18", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "18", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "18", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "815", "echelle": "departement"}, {"code_geo": "18", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "18", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "18", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "18", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "18", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "18", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "777", "echelle": "departement"}, {"code_geo": "18", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "18", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "18", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "18", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "18", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "18", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "724", "echelle": "departement"}, {"code_geo": "18", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "303", "echelle": "departement"}, {"code_geo": "18", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "18", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "18", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "18", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "18", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "883", "echelle": "departement"}, {"code_geo": "18", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "299", "echelle": "departement"}, {"code_geo": "18", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "18", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "19", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "19", "month": "2024-01", "nature_culture": "pacages", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "19", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "19", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "475", "echelle": "departement"}, {"code_geo": "19", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "19", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "19", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "19", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "19", "month": "2024-02", "nature_culture": "pacages", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "19", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "19", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "19", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "19", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "19", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "19", "month": "2024-03", "nature_culture": "pacages", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "19", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "19", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "591", "echelle": "departement"}, {"code_geo": "19", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "19", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "19", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "19", "month": "2024-04", "nature_culture": "pacages", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "19", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "19", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "450", "echelle": "departement"}, {"code_geo": "19", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "19", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "19", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "19", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "19", "month": "2024-05", "nature_culture": "pacages", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "19", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "19", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "19", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "19", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "19", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "19", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "19", "month": "2024-06", "nature_culture": "pacages", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "19", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "19", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "540", "echelle": "departement"}, {"code_geo": "19", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "19", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "19", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "21", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "21", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "21", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "21", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "753", "echelle": "departement"}, {"code_geo": "21", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "21", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "21", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "21", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "21", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "21", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "21", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "611", "echelle": "departement"}, {"code_geo": "21", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "21", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "21", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "21", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "21", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "21", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "21", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "643", "echelle": "departement"}, {"code_geo": "21", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "21", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "21", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "21", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "113", "echelle": "departement"}, {"code_geo": "21", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "21", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "21", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "802", "echelle": "departement"}, {"code_geo": "21", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "21", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "21", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "21", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "21", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "21", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "21", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "745", "echelle": "departement"}, {"code_geo": "21", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "21", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "21", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "21", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "21", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "21", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "21", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "737", "echelle": "departement"}, {"code_geo": "21", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "21", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "21", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "22", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "22", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "22", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1427", "echelle": "departement"}, {"code_geo": "22", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "854", "echelle": "departement"}, {"code_geo": "22", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "22", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "22", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "22", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1401", "echelle": "departement"}, {"code_geo": "22", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "957", "echelle": "departement"}, {"code_geo": "22", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "22", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "22", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "22", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1318", "echelle": "departement"}, {"code_geo": "22", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "947", "echelle": "departement"}, {"code_geo": "22", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "22", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "22", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "22", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1403", "echelle": "departement"}, {"code_geo": "22", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "963", "echelle": "departement"}, {"code_geo": "22", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "22", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "22", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "22", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1244", "echelle": "departement"}, {"code_geo": "22", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "801", "echelle": "departement"}, {"code_geo": "22", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "22", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "22", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "22", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1700", "echelle": "departement"}, {"code_geo": "22", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "955", "echelle": "departement"}, {"code_geo": "22", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "23", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "23", "month": "2024-01", "nature_culture": "pacages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "23", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "23", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "23", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "23", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "369", "echelle": "departement"}, {"code_geo": "23", "month": "2024-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "23", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "23", "month": "2024-02", "nature_culture": "pacages", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "23", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "23", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "23", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "488", "echelle": "departement"}, {"code_geo": "23", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "23", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "23", "month": "2024-03", "nature_culture": "pacages", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "23", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "23", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "23", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "470", "echelle": "departement"}, {"code_geo": "23", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "920", "echelle": "departement"}, {"code_geo": "23", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "23", "month": "2024-04", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "23", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "23", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "23", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "23", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "23", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "23", "month": "2024-05", "nature_culture": "pacages", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "23", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "23", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "23", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "23", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "23", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "23", "month": "2024-06", "nature_culture": "pacages", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "23", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "23", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "23", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "487", "echelle": "departement"}, {"code_geo": "23", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "513", "echelle": "departement"}, {"code_geo": "24", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "24", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "448", "echelle": "departement"}, {"code_geo": "24", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "835", "echelle": "departement"}, {"code_geo": "24", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "630", "echelle": "departement"}, {"code_geo": "24", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "24", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "24", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "24", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "541", "echelle": "departement"}, {"code_geo": "24", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "909", "echelle": "departement"}, {"code_geo": "24", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "595", "echelle": "departement"}, {"code_geo": "24", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "24", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "24", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "24", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "531", "echelle": "departement"}, {"code_geo": "24", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "910", "echelle": "departement"}, {"code_geo": "24", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "599", "echelle": "departement"}, {"code_geo": "24", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "24", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "24", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "24", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "24", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1067", "echelle": "departement"}, {"code_geo": "24", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "609", "echelle": "departement"}, {"code_geo": "24", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "24", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "24", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "24", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "566", "echelle": "departement"}, {"code_geo": "24", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "967", "echelle": "departement"}, {"code_geo": "24", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "588", "echelle": "departement"}, {"code_geo": "24", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "24", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "24", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "24", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "557", "echelle": "departement"}, {"code_geo": "24", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1056", "echelle": "departement"}, {"code_geo": "24", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "794", "echelle": "departement"}, {"code_geo": "24", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "24", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "25", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "25", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "25", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "484", "echelle": "departement"}, {"code_geo": "25", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "25", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "25", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "25", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "25", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "553", "echelle": "departement"}, {"code_geo": "25", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "25", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "25", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "25", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "25", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "686", "echelle": "departement"}, {"code_geo": "25", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "25", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "25", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "25", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "25", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "794", "echelle": "departement"}, {"code_geo": "25", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "25", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "25", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "25", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "25", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "669", "echelle": "departement"}, {"code_geo": "25", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "25", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "25", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "25", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "25", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "25", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "25", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "25", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "25", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "26", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "26", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "26", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "705", "echelle": "departement"}, {"code_geo": "26", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "26", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "26", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "26", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "26", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "26", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "660", "echelle": "departement"}, {"code_geo": "26", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "26", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "26", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "26", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "26", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "26", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "705", "echelle": "departement"}, {"code_geo": "26", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "26", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "26", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "26", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "26", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "26", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "704", "echelle": "departement"}, {"code_geo": "26", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "26", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "26", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "26", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "168", "echelle": "departement"}, {"code_geo": "26", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "26", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "676", "echelle": "departement"}, {"code_geo": "26", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "26", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "26", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "26", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "26", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "26", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "872", "echelle": "departement"}, {"code_geo": "26", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "26", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "26", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "27", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "27", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "27", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "826", "echelle": "departement"}, {"code_geo": "27", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "27", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "27", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "27", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "27", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "965", "echelle": "departement"}, {"code_geo": "27", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "27", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "27", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "27", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "27", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1044", "echelle": "departement"}, {"code_geo": "27", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "27", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "27", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "27", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "27", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "932", "echelle": "departement"}, {"code_geo": "27", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "27", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "27", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "27", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "27", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1055", "echelle": "departement"}, {"code_geo": "27", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "27", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "27", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "27", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "27", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1182", "echelle": "departement"}, {"code_geo": "27", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "27", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "28", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "28", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "28", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "799", "echelle": "departement"}, {"code_geo": "28", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "28", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "28", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "28", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "28", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "737", "echelle": "departement"}, {"code_geo": "28", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "28", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "28", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "28", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "28", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "692", "echelle": "departement"}, {"code_geo": "28", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "28", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "28", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "28", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "28", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "28", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "744", "echelle": "departement"}, {"code_geo": "28", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "28", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "28", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "28", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "716", "echelle": "departement"}, {"code_geo": "28", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "28", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "28", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "28", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "28", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "968", "echelle": "departement"}, {"code_geo": "28", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "481", "echelle": "departement"}, {"code_geo": "28", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "29", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "29", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "29", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1415", "echelle": "departement"}, {"code_geo": "29", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "700", "echelle": "departement"}, {"code_geo": "29", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "29", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "184", "echelle": "departement"}, {"code_geo": "29", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "29", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1566", "echelle": "departement"}, {"code_geo": "29", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "1003", "echelle": "departement"}, {"code_geo": "29", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "29", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "260", "echelle": "departement"}, {"code_geo": "29", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "29", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1584", "echelle": "departement"}, {"code_geo": "29", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "984", "echelle": "departement"}, {"code_geo": "29", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "29", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "29", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "29", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1699", "echelle": "departement"}, {"code_geo": "29", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "813", "echelle": "departement"}, {"code_geo": "29", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "29", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "180", "echelle": "departement"}, {"code_geo": "29", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "29", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1672", "echelle": "departement"}, {"code_geo": "29", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "1068", "echelle": "departement"}, {"code_geo": "29", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "29", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "29", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "29", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1525", "echelle": "departement"}, {"code_geo": "29", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "719", "echelle": "departement"}, {"code_geo": "29", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "2A", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "2B", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "30", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "30", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "30", "month": "2024-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "949", "echelle": "departement"}, {"code_geo": "30", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "30", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "30", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "30", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "30", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "30", "month": "2024-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "30", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "2878", "echelle": "departement"}, {"code_geo": "30", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "548", "echelle": "departement"}, {"code_geo": "30", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "30", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "30", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "30", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "30", "month": "2024-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1065", "echelle": "departement"}, {"code_geo": "30", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "30", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "30", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "30", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "30", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "30", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1294", "echelle": "departement"}, {"code_geo": "30", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "528", "echelle": "departement"}, {"code_geo": "30", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "30", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "224", "echelle": "departement"}, {"code_geo": "30", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "211", "echelle": "departement"}, {"code_geo": "30", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "30", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "997", "echelle": "departement"}, {"code_geo": "30", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "30", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "30", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "30", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "271", "echelle": "departement"}, {"code_geo": "30", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "30", "month": "2024-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "30", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1149", "echelle": "departement"}, {"code_geo": "30", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "493", "echelle": "departement"}, {"code_geo": "30", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "30", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "31", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "31", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "31", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1075", "echelle": "departement"}, {"code_geo": "31", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "31", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "31", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "31", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "31", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1175", "echelle": "departement"}, {"code_geo": "31", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "31", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "31", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "31", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "31", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1366", "echelle": "departement"}, {"code_geo": "31", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "31", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "31", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "31", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "31", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1298", "echelle": "departement"}, {"code_geo": "31", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "680", "echelle": "departement"}, {"code_geo": "31", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "31", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "31", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "31", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "31", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1164", "echelle": "departement"}, {"code_geo": "31", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "31", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "31", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "31", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "31", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "31", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1607", "echelle": "departement"}, {"code_geo": "31", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "576", "echelle": "departement"}, {"code_geo": "31", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "31", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "32", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "32", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "32", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "32", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "32", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "32", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "32", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "32", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "32", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "32", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "699", "echelle": "departement"}, {"code_geo": "32", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "32", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "32", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "32", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "32", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "32", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "718", "echelle": "departement"}, {"code_geo": "32", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "32", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "32", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "32", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "32", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "397", "echelle": "departement"}, {"code_geo": "32", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "539", "echelle": "departement"}, {"code_geo": "32", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "32", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "32", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "32", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "32", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "341", "echelle": "departement"}, {"code_geo": "32", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "853", "echelle": "departement"}, {"code_geo": "32", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "32", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "32", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "32", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "32", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "32", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "598", "echelle": "departement"}, {"code_geo": "32", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "32", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "33", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "33", "month": "2024-01", "nature_culture": "pacages", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "33", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "33", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1828", "echelle": "departement"}, {"code_geo": "33", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "33", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "33", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "163", "echelle": "departement"}, {"code_geo": "33", "month": "2024-02", "nature_culture": "pacages", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "33", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "33", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1892", "echelle": "departement"}, {"code_geo": "33", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "33", "month": "2024-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "33", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "33", "month": "2024-03", "nature_culture": "pacages", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "33", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "33", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1841", "echelle": "departement"}, {"code_geo": "33", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "365", "echelle": "departement"}, {"code_geo": "33", "month": "2024-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "33", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "198", "echelle": "departement"}, {"code_geo": "33", "month": "2024-04", "nature_culture": "pacages", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "33", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "282", "echelle": "departement"}, {"code_geo": "33", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "33", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1831", "echelle": "departement"}, {"code_geo": "33", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "33", "month": "2024-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "33", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "418", "echelle": "departement"}, {"code_geo": "33", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "33", "month": "2024-05", "nature_culture": "pacages", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "33", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "33", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "33", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1870", "echelle": "departement"}, {"code_geo": "33", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "33", "month": "2024-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "33", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "33", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "33", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "33", "month": "2024-06", "nature_culture": "pacages", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "33", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "324", "echelle": "departement"}, {"code_geo": "33", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "33", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "2285", "echelle": "departement"}, {"code_geo": "33", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "33", "month": "2024-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "33", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "33", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "565", "echelle": "departement"}, {"code_geo": "34", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "34", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "34", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1245", "echelle": "departement"}, {"code_geo": "34", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "297", "echelle": "departement"}, {"code_geo": "34", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "34", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "34", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "34", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "34", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "34", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1150", "echelle": "departement"}, {"code_geo": "34", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "339", "echelle": "departement"}, {"code_geo": "34", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "34", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "34", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "34", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "34", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "34", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1153", "echelle": "departement"}, {"code_geo": "34", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "375", "echelle": "departement"}, {"code_geo": "34", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "34", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "356", "echelle": "departement"}, {"code_geo": "34", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "34", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "34", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "34", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1325", "echelle": "departement"}, {"code_geo": "34", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "34", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "34", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "34", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "34", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "34", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1253", "echelle": "departement"}, {"code_geo": "34", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "34", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "34", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "286", "echelle": "departement"}, {"code_geo": "34", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "34", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "34", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "34", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1506", "echelle": "departement"}, {"code_geo": "34", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "34", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "34", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "35", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "35", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "237", "echelle": "departement"}, {"code_geo": "35", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1371", "echelle": "departement"}, {"code_geo": "35", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "35", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "35", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "35", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "35", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1379", "echelle": "departement"}, {"code_geo": "35", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "652", "echelle": "departement"}, {"code_geo": "35", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "35", "month": "2024-03", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "35", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "35", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "35", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1343", "echelle": "departement"}, {"code_geo": "35", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "609", "echelle": "departement"}, {"code_geo": "35", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "35", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "35", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "305", "echelle": "departement"}, {"code_geo": "35", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1515", "echelle": "departement"}, {"code_geo": "35", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "641", "echelle": "departement"}, {"code_geo": "35", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "35", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "35", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "257", "echelle": "departement"}, {"code_geo": "35", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1226", "echelle": "departement"}, {"code_geo": "35", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "507", "echelle": "departement"}, {"code_geo": "35", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "35", "month": "2024-06", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "35", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "35", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "35", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1535", "echelle": "departement"}, {"code_geo": "35", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "677", "echelle": "departement"}, {"code_geo": "35", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "36", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "36", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "36", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "503", "echelle": "departement"}, {"code_geo": "36", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "36", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "36", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "36", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "36", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "36", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "592", "echelle": "departement"}, {"code_geo": "36", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "36", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "36", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "36", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "36", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "36", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "643", "echelle": "departement"}, {"code_geo": "36", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "407", "echelle": "departement"}, {"code_geo": "36", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "36", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "36", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "36", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "602", "echelle": "departement"}, {"code_geo": "36", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "625", "echelle": "departement"}, {"code_geo": "36", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "36", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "36", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "36", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "36", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "613", "echelle": "departement"}, {"code_geo": "36", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "36", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "36", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "36", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "36", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "36", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "714", "echelle": "departement"}, {"code_geo": "36", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "679", "echelle": "departement"}, {"code_geo": "36", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "36", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "37", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "37", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "37", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "988", "echelle": "departement"}, {"code_geo": "37", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "37", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "37", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "37", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "37", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "37", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1055", "echelle": "departement"}, {"code_geo": "37", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "520", "echelle": "departement"}, {"code_geo": "37", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "37", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "37", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "37", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "37", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "842", "echelle": "departement"}, {"code_geo": "37", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "419", "echelle": "departement"}, {"code_geo": "37", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "37", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "37", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "37", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "37", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "980", "echelle": "departement"}, {"code_geo": "37", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "37", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "37", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "37", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "37", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "37", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "909", "echelle": "departement"}, {"code_geo": "37", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "380", "echelle": "departement"}, {"code_geo": "37", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "37", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "37", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "37", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "37", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1202", "echelle": "departement"}, {"code_geo": "37", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "503", "echelle": "departement"}, {"code_geo": "37", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "37", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "38", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "38", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "259", "echelle": "departement"}, {"code_geo": "38", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "38", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1100", "echelle": "departement"}, {"code_geo": "38", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "38", "month": "2024-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "38", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "38", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "38", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "247", "echelle": "departement"}, {"code_geo": "38", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "38", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1158", "echelle": "departement"}, {"code_geo": "38", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "231", "echelle": "departement"}, {"code_geo": "38", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "38", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "38", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "362", "echelle": "departement"}, {"code_geo": "38", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "38", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "38", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1288", "echelle": "departement"}, {"code_geo": "38", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "38", "month": "2024-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "38", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "38", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "38", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "38", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "38", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "38", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1144", "echelle": "departement"}, {"code_geo": "38", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "38", "month": "2024-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "38", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "38", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "38", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "38", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "38", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "38", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1001", "echelle": "departement"}, {"code_geo": "38", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "38", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "38", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "38", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "38", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "38", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "38", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "885", "echelle": "departement"}, {"code_geo": "38", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "38", "month": "2024-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "38", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "38", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "39", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "39", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "39", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "39", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "401", "echelle": "departement"}, {"code_geo": "39", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "39", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "39", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "39", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "39", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "39", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "39", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "39", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "39", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "39", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "39", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "39", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "39", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "39", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "39", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "39", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "39", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "39", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "214", "echelle": "departement"}, {"code_geo": "39", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "39", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "39", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "39", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "39", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "39", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "39", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "39", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "39", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "443", "echelle": "departement"}, {"code_geo": "39", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "39", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "39", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "39", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "39", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "39", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "39", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "444", "echelle": "departement"}, {"code_geo": "39", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "39", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "39", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "40", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "40", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "40", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "40", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "705", "echelle": "departement"}, {"code_geo": "40", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "40", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "40", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "40", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "40", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "40", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "40", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "40", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "326", "echelle": "departement"}, {"code_geo": "40", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "40", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "40", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "40", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "40", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "718", "echelle": "departement"}, {"code_geo": "40", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "414", "echelle": "departement"}, {"code_geo": "40", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "40", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "40", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "40", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "40", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "723", "echelle": "departement"}, {"code_geo": "40", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "40", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "40", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "40", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "40", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "40", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "676", "echelle": "departement"}, {"code_geo": "40", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "427", "echelle": "departement"}, {"code_geo": "40", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "40", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "40", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "40", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "40", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "803", "echelle": "departement"}, {"code_geo": "40", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "40", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "40", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "41", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "41", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "41", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "591", "echelle": "departement"}, {"code_geo": "41", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "41", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "41", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "41", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "41", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "41", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "717", "echelle": "departement"}, {"code_geo": "41", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "574", "echelle": "departement"}, {"code_geo": "41", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "41", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "41", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "41", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "41", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "832", "echelle": "departement"}, {"code_geo": "41", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "365", "echelle": "departement"}, {"code_geo": "41", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "41", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "41", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "41", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "41", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "821", "echelle": "departement"}, {"code_geo": "41", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "422", "echelle": "departement"}, {"code_geo": "41", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "41", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "41", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "41", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "41", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "674", "echelle": "departement"}, {"code_geo": "41", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "41", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "41", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "41", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "41", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "41", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "846", "echelle": "departement"}, {"code_geo": "41", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "384", "echelle": "departement"}, {"code_geo": "41", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "41", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "42", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "42", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "42", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "42", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "975", "echelle": "departement"}, {"code_geo": "42", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "42", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "42", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "42", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "42", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "283", "echelle": "departement"}, {"code_geo": "42", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "42", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "872", "echelle": "departement"}, {"code_geo": "42", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "186", "echelle": "departement"}, {"code_geo": "42", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "42", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "42", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "42", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "42", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "42", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1138", "echelle": "departement"}, {"code_geo": "42", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "42", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "42", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "42", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "42", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "316", "echelle": "departement"}, {"code_geo": "42", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "42", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1012", "echelle": "departement"}, {"code_geo": "42", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "42", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "42", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "42", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "42", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "42", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "42", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1104", "echelle": "departement"}, {"code_geo": "42", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "178", "echelle": "departement"}, {"code_geo": "42", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "42", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "42", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "42", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "42", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "42", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1236", "echelle": "departement"}, {"code_geo": "42", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "42", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "42", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "43", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "43", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "43", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "43", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "409", "echelle": "departement"}, {"code_geo": "43", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "43", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "43", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "43", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "43", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "43", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "378", "echelle": "departement"}, {"code_geo": "43", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "43", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "43", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "43", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "43", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "472", "echelle": "departement"}, {"code_geo": "43", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "428", "echelle": "departement"}, {"code_geo": "43", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "43", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "43", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "43", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "43", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "43", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "43", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "43", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "43", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "174", "echelle": "departement"}, {"code_geo": "43", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "477", "echelle": "departement"}, {"code_geo": "43", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "43", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "456", "echelle": "departement"}, {"code_geo": "43", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "411", "echelle": "departement"}, {"code_geo": "43", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "43", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "43", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "43", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "43", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "43", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "242", "echelle": "departement"}, {"code_geo": "43", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "44", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "44", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "187", "echelle": "departement"}, {"code_geo": "44", "month": "2024-01", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1775", "echelle": "departement"}, {"code_geo": "44", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "551", "echelle": "departement"}, {"code_geo": "44", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "44", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "44", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "44", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "44", "month": "2024-02", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1935", "echelle": "departement"}, {"code_geo": "44", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "776", "echelle": "departement"}, {"code_geo": "44", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "44", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "182", "echelle": "departement"}, {"code_geo": "44", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "44", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "44", "month": "2024-03", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "44", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "2016", "echelle": "departement"}, {"code_geo": "44", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "656", "echelle": "departement"}, {"code_geo": "44", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "44", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "44", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "232", "echelle": "departement"}, {"code_geo": "44", "month": "2024-04", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "44", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1999", "echelle": "departement"}, {"code_geo": "44", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "641", "echelle": "departement"}, {"code_geo": "44", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "44", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "44", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "44", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "44", "month": "2024-05", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "44", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "2099", "echelle": "departement"}, {"code_geo": "44", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "692", "echelle": "departement"}, {"code_geo": "44", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "44", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "145", "echelle": "departement"}, {"code_geo": "44", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "44", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "258", "echelle": "departement"}, {"code_geo": "44", "month": "2024-06", "nature_culture": "pr\u00e9s d'embouche", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "44", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "2495", "echelle": "departement"}, {"code_geo": "44", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "789", "echelle": "departement"}, {"code_geo": "44", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "44", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "45", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "45", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "45", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "45", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1142", "echelle": "departement"}, {"code_geo": "45", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "45", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "45", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "45", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "45", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1063", "echelle": "departement"}, {"code_geo": "45", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "300", "echelle": "departement"}, {"code_geo": "45", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "45", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "45", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "45", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1139", "echelle": "departement"}, {"code_geo": "45", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "45", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "45", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "45", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "45", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "45", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1057", "echelle": "departement"}, {"code_geo": "45", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "45", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "45", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "45", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "45", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "45", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "971", "echelle": "departement"}, {"code_geo": "45", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "45", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "45", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "45", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "45", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1295", "echelle": "departement"}, {"code_geo": "45", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "372", "echelle": "departement"}, {"code_geo": "45", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "45", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "46", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "46", "month": "2024-01", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "46", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "46", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "46", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "406", "echelle": "departement"}, {"code_geo": "46", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "377", "echelle": "departement"}, {"code_geo": "46", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "46", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "46", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "46", "month": "2024-02", "nature_culture": "pacages", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "46", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "46", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "46", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "46", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "378", "echelle": "departement"}, {"code_geo": "46", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "46", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "46", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "308", "echelle": "departement"}, {"code_geo": "46", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "46", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "46", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "458", "echelle": "departement"}, {"code_geo": "46", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "46", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "46", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "46", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "46", "month": "2024-04", "nature_culture": "pacages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "46", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "46", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "46", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "435", "echelle": "departement"}, {"code_geo": "46", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "46", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "46", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "46", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "46", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "46", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "46", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "46", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "389", "echelle": "departement"}, {"code_geo": "46", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "46", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "46", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "248", "echelle": "departement"}, {"code_geo": "46", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "46", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "46", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "453", "echelle": "departement"}, {"code_geo": "46", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "336", "echelle": "departement"}, {"code_geo": "46", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "46", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "47", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "47", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "47", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "47", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "602", "echelle": "departement"}, {"code_geo": "47", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "410", "echelle": "departement"}, {"code_geo": "47", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "47", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "47", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "47", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "47", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "47", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "516", "echelle": "departement"}, {"code_geo": "47", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "47", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "47", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "47", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "47", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "47", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "47", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "738", "echelle": "departement"}, {"code_geo": "47", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "47", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "47", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "47", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "58", "echelle": "departement"}, {"code_geo": "47", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "47", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "47", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "695", "echelle": "departement"}, {"code_geo": "47", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "47", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "47", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "47", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "47", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "47", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "47", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "634", "echelle": "departement"}, {"code_geo": "47", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "483", "echelle": "departement"}, {"code_geo": "47", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "47", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "47", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "47", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "47", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "47", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "679", "echelle": "departement"}, {"code_geo": "47", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "405", "echelle": "departement"}, {"code_geo": "47", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "47", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "48", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "48", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "48", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "48", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "48", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "48", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "48", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "48", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "48", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "48", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "48", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "48", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "48", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "48", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "48", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "48", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "48", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "48", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "48", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "48", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "48", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "48", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "48", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "48", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "48", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "48", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "48", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "48", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "48", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "48", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "48", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "48", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "48", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "48", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "48", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "48", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "48", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "48", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "48", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "49", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "49", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "49", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1353", "echelle": "departement"}, {"code_geo": "49", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "605", "echelle": "departement"}, {"code_geo": "49", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "49", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "49", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "49", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "49", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1170", "echelle": "departement"}, {"code_geo": "49", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "49", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "49", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "554", "echelle": "departement"}, {"code_geo": "49", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "49", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "49", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1307", "echelle": "departement"}, {"code_geo": "49", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "691", "echelle": "departement"}, {"code_geo": "49", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "49", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "49", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "49", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "49", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1350", "echelle": "departement"}, {"code_geo": "49", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "489", "echelle": "departement"}, {"code_geo": "49", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "49", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "49", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "49", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "268", "echelle": "departement"}, {"code_geo": "49", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1314", "echelle": "departement"}, {"code_geo": "49", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "579", "echelle": "departement"}, {"code_geo": "49", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "49", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "49", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "49", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "49", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1711", "echelle": "departement"}, {"code_geo": "49", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "736", "echelle": "departement"}, {"code_geo": "49", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "49", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "50", "month": "2024-01", "nature_culture": "herbages", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "50", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "50", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "620", "echelle": "departement"}, {"code_geo": "50", "month": "2024-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "50", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1545", "echelle": "departement"}, {"code_geo": "50", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "50", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "50", "month": "2024-02", "nature_culture": "herbages", "nb_mutations": "78", "echelle": "departement"}, {"code_geo": "50", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "50", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "729", "echelle": "departement"}, {"code_geo": "50", "month": "2024-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "50", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1120", "echelle": "departement"}, {"code_geo": "50", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "50", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "50", "month": "2024-03", "nature_culture": "herbages", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "50", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "50", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "753", "echelle": "departement"}, {"code_geo": "50", "month": "2024-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "50", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1199", "echelle": "departement"}, {"code_geo": "50", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "50", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "50", "month": "2024-04", "nature_culture": "herbages", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "50", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "50", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "1019", "echelle": "departement"}, {"code_geo": "50", "month": "2024-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "50", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1393", "echelle": "departement"}, {"code_geo": "50", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "269", "echelle": "departement"}, {"code_geo": "50", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "50", "month": "2024-05", "nature_culture": "herbages", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "50", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "50", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "773", "echelle": "departement"}, {"code_geo": "50", "month": "2024-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "50", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1200", "echelle": "departement"}, {"code_geo": "50", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "50", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "50", "month": "2024-06", "nature_culture": "herbages", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "50", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "50", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "804", "echelle": "departement"}, {"code_geo": "50", "month": "2024-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "50", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1669", "echelle": "departement"}, {"code_geo": "50", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "213", "echelle": "departement"}, {"code_geo": "50", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "51", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "51", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "51", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "51", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "655", "echelle": "departement"}, {"code_geo": "51", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "51", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "51", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "51", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "51", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "51", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "51", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "713", "echelle": "departement"}, {"code_geo": "51", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "51", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "51", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "51", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "51", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "51", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "51", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "682", "echelle": "departement"}, {"code_geo": "51", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "51", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "51", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "51", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "51", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "51", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "51", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "663", "echelle": "departement"}, {"code_geo": "51", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "190", "echelle": "departement"}, {"code_geo": "51", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "51", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "51", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "51", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "51", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "51", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "733", "echelle": "departement"}, {"code_geo": "51", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "209", "echelle": "departement"}, {"code_geo": "51", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "51", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "51", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "51", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "44", "echelle": "departement"}, {"code_geo": "51", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "51", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "880", "echelle": "departement"}, {"code_geo": "51", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "203", "echelle": "departement"}, {"code_geo": "51", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "51", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "52", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "52", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "52", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "52", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "52", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "52", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "52", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "52", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "119", "echelle": "departement"}, {"code_geo": "52", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "52", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "52", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "52", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "52", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "52", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "166", "echelle": "departement"}, {"code_geo": "52", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "385", "echelle": "departement"}, {"code_geo": "52", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "155", "echelle": "departement"}, {"code_geo": "52", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "52", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "52", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "52", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "52", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "419", "echelle": "departement"}, {"code_geo": "52", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "142", "echelle": "departement"}, {"code_geo": "52", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "52", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "52", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "52", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "319", "echelle": "departement"}, {"code_geo": "52", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "52", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "52", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "52", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "52", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "52", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "52", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "52", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "52", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "53", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "53", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "53", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "660", "echelle": "departement"}, {"code_geo": "53", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "53", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "53", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "53", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "53", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "608", "echelle": "departement"}, {"code_geo": "53", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "53", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "53", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "53", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "53", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "597", "echelle": "departement"}, {"code_geo": "53", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "53", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "60", "echelle": "departement"}, {"code_geo": "53", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "53", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "53", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "854", "echelle": "departement"}, {"code_geo": "53", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "252", "echelle": "departement"}, {"code_geo": "53", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "53", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "53", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "53", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "652", "echelle": "departement"}, {"code_geo": "53", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "53", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "53", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "53", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "53", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "670", "echelle": "departement"}, {"code_geo": "53", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "53", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "54", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "54", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "152", "echelle": "departement"}, {"code_geo": "54", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "936", "echelle": "departement"}, {"code_geo": "54", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "54", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "54", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "54", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "54", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "158", "echelle": "departement"}, {"code_geo": "54", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1078", "echelle": "departement"}, {"code_geo": "54", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "302", "echelle": "departement"}, {"code_geo": "54", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "54", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "54", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "54", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "206", "echelle": "departement"}, {"code_geo": "54", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1026", "echelle": "departement"}, {"code_geo": "54", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "301", "echelle": "departement"}, {"code_geo": "54", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "54", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "54", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "54", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "54", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1133", "echelle": "departement"}, {"code_geo": "54", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "54", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "164", "echelle": "departement"}, {"code_geo": "54", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "54", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "54", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "150", "echelle": "departement"}, {"code_geo": "54", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1018", "echelle": "departement"}, {"code_geo": "54", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "54", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "54", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "54", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "54", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "54", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1251", "echelle": "departement"}, {"code_geo": "54", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "54", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "54", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "55", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "55", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "55", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "383", "echelle": "departement"}, {"code_geo": "55", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "55", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "55", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "55", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "55", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "55", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "55", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "55", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "55", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "55", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "118", "echelle": "departement"}, {"code_geo": "55", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "55", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "55", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "55", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "55", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "55", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "55", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "374", "echelle": "departement"}, {"code_geo": "55", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "55", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "55", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "55", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "55", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "55", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "353", "echelle": "departement"}, {"code_geo": "55", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "55", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "55", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "55", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "55", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "97", "echelle": "departement"}, {"code_geo": "55", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "55", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "55", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "56", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "133", "echelle": "departement"}, {"code_geo": "56", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "56", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1315", "echelle": "departement"}, {"code_geo": "56", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "578", "echelle": "departement"}, {"code_geo": "56", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "56", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "56", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1380", "echelle": "departement"}, {"code_geo": "56", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "546", "echelle": "departement"}, {"code_geo": "56", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "56", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "56", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "56", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1337", "echelle": "departement"}, {"code_geo": "56", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "56", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "56", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "56", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "253", "echelle": "departement"}, {"code_geo": "56", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1386", "echelle": "departement"}, {"code_geo": "56", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "727", "echelle": "departement"}, {"code_geo": "56", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "56", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "148", "echelle": "departement"}, {"code_geo": "56", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "251", "echelle": "departement"}, {"code_geo": "56", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1400", "echelle": "departement"}, {"code_geo": "56", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "683", "echelle": "departement"}, {"code_geo": "56", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "56", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "132", "echelle": "departement"}, {"code_geo": "56", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "56", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "2022", "echelle": "departement"}, {"code_geo": "56", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "690", "echelle": "departement"}, {"code_geo": "56", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "58", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "58", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "471", "echelle": "departement"}, {"code_geo": "58", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "58", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "58", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "58", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "58", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "569", "echelle": "departement"}, {"code_geo": "58", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "58", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "58", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "58", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "58", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "58", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "732", "echelle": "departement"}, {"code_geo": "58", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "58", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "58", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "58", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "58", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "58", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "676", "echelle": "departement"}, {"code_geo": "58", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "201", "echelle": "departement"}, {"code_geo": "58", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "58", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "58", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "58", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "58", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "58", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "58", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "58", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "58", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "58", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "289", "echelle": "departement"}, {"code_geo": "58", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "58", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "684", "echelle": "departement"}, {"code_geo": "58", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "58", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "58", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "59", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "59", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "59", "month": "2024-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "200", "echelle": "departement"}, {"code_geo": "59", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "3148", "echelle": "departement"}, {"code_geo": "59", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "59", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "59", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "59", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "59", "month": "2024-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "59", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "59", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "3539", "echelle": "departement"}, {"code_geo": "59", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "388", "echelle": "departement"}, {"code_geo": "59", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "59", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "59", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "59", "month": "2024-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "59", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "59", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "3345", "echelle": "departement"}, {"code_geo": "59", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "373", "echelle": "departement"}, {"code_geo": "59", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "59", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "59", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "59", "month": "2024-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "59", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "59", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "4080", "echelle": "departement"}, {"code_geo": "59", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "287", "echelle": "departement"}, {"code_geo": "59", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "59", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "59", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "59", "month": "2024-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "59", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "255", "echelle": "departement"}, {"code_geo": "59", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "3818", "echelle": "departement"}, {"code_geo": "59", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "59", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "59", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "59", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "59", "month": "2024-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "59", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "340", "echelle": "departement"}, {"code_geo": "59", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "4468", "echelle": "departement"}, {"code_geo": "59", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "426", "echelle": "departement"}, {"code_geo": "59", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "60", "month": "2024-01", "nature_culture": "herbages", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "60", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "60", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "60", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "965", "echelle": "departement"}, {"code_geo": "60", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "60", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "60", "month": "2024-02", "nature_culture": "herbages", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "60", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "60", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "60", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1015", "echelle": "departement"}, {"code_geo": "60", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "327", "echelle": "departement"}, {"code_geo": "60", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2024-03", "nature_culture": "herbages", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "60", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "60", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "60", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1065", "echelle": "departement"}, {"code_geo": "60", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "331", "echelle": "departement"}, {"code_geo": "60", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "60", "month": "2024-04", "nature_culture": "herbages", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "60", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "60", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "60", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "60", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1052", "echelle": "departement"}, {"code_geo": "60", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "60", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "60", "month": "2024-05", "nature_culture": "herbages", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "60", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "60", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "60", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1089", "echelle": "departement"}, {"code_geo": "60", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "280", "echelle": "departement"}, {"code_geo": "60", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "60", "month": "2024-06", "nature_culture": "herbages", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "60", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "101", "echelle": "departement"}, {"code_geo": "60", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "60", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "60", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1250", "echelle": "departement"}, {"code_geo": "60", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "60", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "61", "month": "2024-01", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "61", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "61", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "61", "month": "2024-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "61", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "617", "echelle": "departement"}, {"code_geo": "61", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "61", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "61", "month": "2024-02", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "61", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "61", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "61", "month": "2024-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "61", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "559", "echelle": "departement"}, {"code_geo": "61", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "61", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "61", "month": "2024-03", "nature_culture": "herbages", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "61", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "61", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "61", "month": "2024-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "629", "echelle": "departement"}, {"code_geo": "61", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "61", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "61", "month": "2024-04", "nature_culture": "herbages", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "61", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "475", "echelle": "departement"}, {"code_geo": "61", "month": "2024-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "61", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "753", "echelle": "departement"}, {"code_geo": "61", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "120", "echelle": "departement"}, {"code_geo": "61", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "61", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "61", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "408", "echelle": "departement"}, {"code_geo": "61", "month": "2024-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "61", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "719", "echelle": "departement"}, {"code_geo": "61", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "61", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "61", "month": "2024-06", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "61", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "61", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "520", "echelle": "departement"}, {"code_geo": "61", "month": "2024-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "61", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "785", "echelle": "departement"}, {"code_geo": "61", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "61", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "62", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "62", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "62", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1871", "echelle": "departement"}, {"code_geo": "62", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "420", "echelle": "departement"}, {"code_geo": "62", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "62", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "208", "echelle": "departement"}, {"code_geo": "62", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1955", "echelle": "departement"}, {"code_geo": "62", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "382", "echelle": "departement"}, {"code_geo": "62", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "62", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "62", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "2014", "echelle": "departement"}, {"code_geo": "62", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "376", "echelle": "departement"}, {"code_geo": "62", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "62", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "62", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "2308", "echelle": "departement"}, {"code_geo": "62", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "509", "echelle": "departement"}, {"code_geo": "62", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "62", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "62", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "2120", "echelle": "departement"}, {"code_geo": "62", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "62", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "62", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "62", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "215", "echelle": "departement"}, {"code_geo": "62", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "2463", "echelle": "departement"}, {"code_geo": "62", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "63", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "63", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "63", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "63", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "886", "echelle": "departement"}, {"code_geo": "63", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "276", "echelle": "departement"}, {"code_geo": "63", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "63", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "63", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "63", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "291", "echelle": "departement"}, {"code_geo": "63", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "63", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1000", "echelle": "departement"}, {"code_geo": "63", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "63", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "63", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "63", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "63", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "366", "echelle": "departement"}, {"code_geo": "63", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "154", "echelle": "departement"}, {"code_geo": "63", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "995", "echelle": "departement"}, {"code_geo": "63", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "367", "echelle": "departement"}, {"code_geo": "63", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "63", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "63", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "63", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "254", "echelle": "departement"}, {"code_geo": "63", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "63", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1084", "echelle": "departement"}, {"code_geo": "63", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "63", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "63", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "63", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "63", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "238", "echelle": "departement"}, {"code_geo": "63", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "63", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1009", "echelle": "departement"}, {"code_geo": "63", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "63", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "63", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "63", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "63", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "63", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "63", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1295", "echelle": "departement"}, {"code_geo": "63", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "63", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "63", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "64", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "64", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "64", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "64", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "734", "echelle": "departement"}, {"code_geo": "64", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "64", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "64", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "64", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "64", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "151", "echelle": "departement"}, {"code_geo": "64", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "681", "echelle": "departement"}, {"code_geo": "64", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "64", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "64", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "64", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "104", "echelle": "departement"}, {"code_geo": "64", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "264", "echelle": "departement"}, {"code_geo": "64", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "843", "echelle": "departement"}, {"code_geo": "64", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "64", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "64", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "64", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "64", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "64", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "64", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "743", "echelle": "departement"}, {"code_geo": "64", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "273", "echelle": "departement"}, {"code_geo": "64", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "64", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "64", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "106", "echelle": "departement"}, {"code_geo": "64", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "250", "echelle": "departement"}, {"code_geo": "64", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "801", "echelle": "departement"}, {"code_geo": "64", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "230", "echelle": "departement"}, {"code_geo": "64", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "64", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "64", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "64", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "262", "echelle": "departement"}, {"code_geo": "64", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "64", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1001", "echelle": "departement"}, {"code_geo": "64", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "64", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "65", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "65", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "65", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "312", "echelle": "departement"}, {"code_geo": "65", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "65", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "65", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "65", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "65", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "65", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "65", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "65", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "65", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "65", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "335", "echelle": "departement"}, {"code_geo": "65", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "65", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "65", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "65", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "146", "echelle": "departement"}, {"code_geo": "65", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "195", "echelle": "departement"}, {"code_geo": "65", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "387", "echelle": "departement"}, {"code_geo": "65", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "256", "echelle": "departement"}, {"code_geo": "65", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "65", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "65", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "65", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "423", "echelle": "departement"}, {"code_geo": "65", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "65", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "65", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "65", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "65", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "65", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "288", "echelle": "departement"}, {"code_geo": "65", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "66", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "66", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "66", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "639", "echelle": "departement"}, {"code_geo": "66", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "66", "month": "2024-01", "nature_culture": "terres plant\u00e9es", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "66", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "66", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "147", "echelle": "departement"}, {"code_geo": "66", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "66", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "66", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "700", "echelle": "departement"}, {"code_geo": "66", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "66", "month": "2024-02", "nature_culture": "terres plant\u00e9es", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "66", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "66", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "66", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "66", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "640", "echelle": "departement"}, {"code_geo": "66", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "66", "month": "2024-03", "nature_culture": "terres plant\u00e9es", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "66", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "66", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "66", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "123", "echelle": "departement"}, {"code_geo": "66", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "66", "month": "2024-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "66", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "739", "echelle": "departement"}, {"code_geo": "66", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "66", "month": "2024-04", "nature_culture": "terres plant\u00e9es", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "66", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "48", "echelle": "departement"}, {"code_geo": "66", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "66", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "66", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "66", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "870", "echelle": "departement"}, {"code_geo": "66", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "66", "month": "2024-05", "nature_culture": "terres plant\u00e9es", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "66", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "66", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "66", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "66", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "66", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "751", "echelle": "departement"}, {"code_geo": "66", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "66", "month": "2024-06", "nature_culture": "terres plant\u00e9es", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "66", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "66", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "69", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "69", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "193", "echelle": "departement"}, {"code_geo": "69", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "69", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1059", "echelle": "departement"}, {"code_geo": "69", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "69", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "69", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "69", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "69", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "165", "echelle": "departement"}, {"code_geo": "69", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "69", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1053", "echelle": "departement"}, {"code_geo": "69", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "117", "echelle": "departement"}, {"code_geo": "69", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "69", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "69", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "69", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "141", "echelle": "departement"}, {"code_geo": "69", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "69", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1185", "echelle": "departement"}, {"code_geo": "69", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "98", "echelle": "departement"}, {"code_geo": "69", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "69", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "64", "echelle": "departement"}, {"code_geo": "69", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "69", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "69", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "69", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1360", "echelle": "departement"}, {"code_geo": "69", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "69", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "69", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "73", "echelle": "departement"}, {"code_geo": "69", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "69", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "222", "echelle": "departement"}, {"code_geo": "69", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "69", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1143", "echelle": "departement"}, {"code_geo": "69", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "69", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "69", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "69", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "69", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "69", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "69", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1652", "echelle": "departement"}, {"code_geo": "69", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "69", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "69", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "70", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "70", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "70", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "459", "echelle": "departement"}, {"code_geo": "70", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "153", "echelle": "departement"}, {"code_geo": "70", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "70", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "70", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "70", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "70", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "402", "echelle": "departement"}, {"code_geo": "70", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "70", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "70", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "70", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "70", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "70", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "476", "echelle": "departement"}, {"code_geo": "70", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "191", "echelle": "departement"}, {"code_geo": "70", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "70", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "70", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "70", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "70", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "496", "echelle": "departement"}, {"code_geo": "70", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "70", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "70", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "70", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "172", "echelle": "departement"}, {"code_geo": "70", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "70", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "70", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "70", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "70", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "70", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "70", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "225", "echelle": "departement"}, {"code_geo": "70", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "550", "echelle": "departement"}, {"code_geo": "70", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "70", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "70", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "71", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "71", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "71", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "71", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "964", "echelle": "departement"}, {"code_geo": "71", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "71", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "71", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "71", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "54", "echelle": "departement"}, {"code_geo": "71", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "71", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "71", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1124", "echelle": "departement"}, {"code_geo": "71", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "434", "echelle": "departement"}, {"code_geo": "71", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "71", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "71", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "71", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "491", "echelle": "departement"}, {"code_geo": "71", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "71", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1022", "echelle": "departement"}, {"code_geo": "71", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "368", "echelle": "departement"}, {"code_geo": "71", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "71", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "71", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "71", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "594", "echelle": "departement"}, {"code_geo": "71", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "71", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1236", "echelle": "departement"}, {"code_geo": "71", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "441", "echelle": "departement"}, {"code_geo": "71", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "71", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "71", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "71", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "565", "echelle": "departement"}, {"code_geo": "71", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "71", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1034", "echelle": "departement"}, {"code_geo": "71", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "486", "echelle": "departement"}, {"code_geo": "71", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "71", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "71", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "71", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "619", "echelle": "departement"}, {"code_geo": "71", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "71", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1221", "echelle": "departement"}, {"code_geo": "71", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "349", "echelle": "departement"}, {"code_geo": "71", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "71", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "72", "month": "2024-01", "nature_culture": "herbages", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "295", "echelle": "departement"}, {"code_geo": "72", "month": "2024-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "72", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "919", "echelle": "departement"}, {"code_geo": "72", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "381", "echelle": "departement"}, {"code_geo": "72", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "72", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2024-02", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "72", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "233", "echelle": "departement"}, {"code_geo": "72", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1260", "echelle": "departement"}, {"code_geo": "72", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "249", "echelle": "departement"}, {"code_geo": "72", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "72", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "72", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "304", "echelle": "departement"}, {"code_geo": "72", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1060", "echelle": "departement"}, {"code_geo": "72", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "393", "echelle": "departement"}, {"code_geo": "72", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "72", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "72", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "72", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "321", "echelle": "departement"}, {"code_geo": "72", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1121", "echelle": "departement"}, {"code_geo": "72", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "72", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "72", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "72", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "72", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "329", "echelle": "departement"}, {"code_geo": "72", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1119", "echelle": "departement"}, {"code_geo": "72", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "72", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "72", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "72", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "272", "echelle": "departement"}, {"code_geo": "72", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1139", "echelle": "departement"}, {"code_geo": "72", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "274", "echelle": "departement"}, {"code_geo": "72", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "72", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "73", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "80", "echelle": "departement"}, {"code_geo": "73", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "73", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "73", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "483", "echelle": "departement"}, {"code_geo": "73", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "121", "echelle": "departement"}, {"code_geo": "73", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "73", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "73", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "73", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "523", "echelle": "departement"}, {"code_geo": "73", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "73", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "582", "echelle": "departement"}, {"code_geo": "73", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "73", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "73", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "73", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "109", "echelle": "departement"}, {"code_geo": "73", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "73", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "73", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "620", "echelle": "departement"}, {"code_geo": "73", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "144", "echelle": "departement"}, {"code_geo": "73", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "73", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "73", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "83", "echelle": "departement"}, {"code_geo": "73", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "538", "echelle": "departement"}, {"code_geo": "73", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "73", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "597", "echelle": "departement"}, {"code_geo": "73", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "73", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "73", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "73", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "73", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "479", "echelle": "departement"}, {"code_geo": "73", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "79", "echelle": "departement"}, {"code_geo": "73", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "604", "echelle": "departement"}, {"code_geo": "73", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "73", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "73", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "73", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "73", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "390", "echelle": "departement"}, {"code_geo": "73", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "73", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "615", "echelle": "departement"}, {"code_geo": "73", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "140", "echelle": "departement"}, {"code_geo": "73", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "73", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "74", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "74", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "74", "month": "2024-01", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "74", "month": "2024-01", "nature_culture": "p\u00e2tures", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "74", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "74", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "219", "echelle": "departement"}, {"code_geo": "74", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "74", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "74", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "338", "echelle": "departement"}, {"code_geo": "74", "month": "2024-02", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "55", "echelle": "departement"}, {"code_geo": "74", "month": "2024-02", "nature_culture": "p\u00e2tures", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "74", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "847", "echelle": "departement"}, {"code_geo": "74", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "74", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "74", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "74", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "74", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "395", "echelle": "departement"}, {"code_geo": "74", "month": "2024-03", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "74", "month": "2024-03", "nature_culture": "p\u00e2tures", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "74", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "960", "echelle": "departement"}, {"code_geo": "74", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "281", "echelle": "departement"}, {"code_geo": "74", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "74", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "107", "echelle": "departement"}, {"code_geo": "74", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "400", "echelle": "departement"}, {"code_geo": "74", "month": "2024-04", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "74", "month": "2024-04", "nature_culture": "p\u00e2tures", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "74", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "865", "echelle": "departement"}, {"code_geo": "74", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "261", "echelle": "departement"}, {"code_geo": "74", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "74", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "74", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "85", "echelle": "departement"}, {"code_geo": "74", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "325", "echelle": "departement"}, {"code_geo": "74", "month": "2024-05", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "74", "month": "2024-05", "nature_culture": "p\u00e2tures", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "74", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "886", "echelle": "departement"}, {"code_geo": "74", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "239", "echelle": "departement"}, {"code_geo": "74", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "74", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "74", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "74", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "350", "echelle": "departement"}, {"code_geo": "74", "month": "2024-06", "nature_culture": "pr\u00e9s plantes", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "74", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "74", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "915", "echelle": "departement"}, {"code_geo": "74", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "234", "echelle": "departement"}, {"code_geo": "74", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "74", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "75", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "355", "echelle": "departement"}, {"code_geo": "75", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "653", "echelle": "departement"}, {"code_geo": "75", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "448", "echelle": "departement"}, {"code_geo": "75", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "667", "echelle": "departement"}, {"code_geo": "75", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "445", "echelle": "departement"}, {"code_geo": "75", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1251", "echelle": "departement"}, {"code_geo": "76", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "76", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "76", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1769", "echelle": "departement"}, {"code_geo": "76", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "76", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "76", "month": "2024-02", "nature_culture": "herbages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "76", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "76", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "76", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1593", "echelle": "departement"}, {"code_geo": "76", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "76", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "157", "echelle": "departement"}, {"code_geo": "76", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "76", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "245", "echelle": "departement"}, {"code_geo": "76", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1667", "echelle": "departement"}, {"code_geo": "76", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "143", "echelle": "departement"}, {"code_geo": "76", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "76", "month": "2024-04", "nature_culture": "herbages", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "76", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "76", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "244", "echelle": "departement"}, {"code_geo": "76", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1601", "echelle": "departement"}, {"code_geo": "76", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "76", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "76", "month": "2024-05", "nature_culture": "herbages", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "76", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "76", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "76", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1597", "echelle": "departement"}, {"code_geo": "76", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "76", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "170", "echelle": "departement"}, {"code_geo": "76", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "76", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "227", "echelle": "departement"}, {"code_geo": "76", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "2075", "echelle": "departement"}, {"code_geo": "76", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "126", "echelle": "departement"}, {"code_geo": "76", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "210", "echelle": "departement"}, {"code_geo": "77", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "77", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "77", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1558", "echelle": "departement"}, {"code_geo": "77", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "77", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "77", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "77", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "77", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1315", "echelle": "departement"}, {"code_geo": "77", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "77", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "77", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "77", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "122", "echelle": "departement"}, {"code_geo": "77", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1580", "echelle": "departement"}, {"code_geo": "77", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "337", "echelle": "departement"}, {"code_geo": "77", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "138", "echelle": "departement"}, {"code_geo": "77", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "77", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "77", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "77", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1504", "echelle": "departement"}, {"code_geo": "77", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "77", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "77", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "77", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "77", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "77", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1310", "echelle": "departement"}, {"code_geo": "77", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "77", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "88", "echelle": "departement"}, {"code_geo": "77", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "77", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "77", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "77", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "2294", "echelle": "departement"}, {"code_geo": "77", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "279", "echelle": "departement"}, {"code_geo": "77", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "72", "echelle": "departement"}, {"code_geo": "77", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "78", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "78", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "78", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "676", "echelle": "departement"}, {"code_geo": "78", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "78", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "78", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "78", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "78", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "78", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "751", "echelle": "departement"}, {"code_geo": "78", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "115", "echelle": "departement"}, {"code_geo": "78", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "78", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "78", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "798", "echelle": "departement"}, {"code_geo": "78", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "78", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "78", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "78", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "78", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "734", "echelle": "departement"}, {"code_geo": "78", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "78", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "78", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "78", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "78", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "78", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "884", "echelle": "departement"}, {"code_geo": "78", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "78", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "78", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "78", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "78", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "78", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1191", "echelle": "departement"}, {"code_geo": "78", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "78", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "79", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "79", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "79", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "935", "echelle": "departement"}, {"code_geo": "79", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "515", "echelle": "departement"}, {"code_geo": "79", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "79", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "79", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "79", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "79", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "841", "echelle": "departement"}, {"code_geo": "79", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "79", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "79", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "79", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "79", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "175", "echelle": "departement"}, {"code_geo": "79", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1084", "echelle": "departement"}, {"code_geo": "79", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "482", "echelle": "departement"}, {"code_geo": "79", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "79", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "79", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "79", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1108", "echelle": "departement"}, {"code_geo": "79", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "547", "echelle": "departement"}, {"code_geo": "79", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "79", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "79", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "79", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "205", "echelle": "departement"}, {"code_geo": "79", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1199", "echelle": "departement"}, {"code_geo": "79", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "695", "echelle": "departement"}, {"code_geo": "79", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "79", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "79", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "275", "echelle": "departement"}, {"code_geo": "79", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1208", "echelle": "departement"}, {"code_geo": "79", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "644", "echelle": "departement"}, {"code_geo": "79", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "79", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "80", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "80", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "124", "echelle": "departement"}, {"code_geo": "80", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "860", "echelle": "departement"}, {"code_geo": "80", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "220", "echelle": "departement"}, {"code_geo": "80", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "80", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "80", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "952", "echelle": "departement"}, {"code_geo": "80", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "265", "echelle": "departement"}, {"code_geo": "80", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "80", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "80", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "80", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "928", "echelle": "departement"}, {"code_geo": "80", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "80", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "80", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "159", "echelle": "departement"}, {"code_geo": "80", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1006", "echelle": "departement"}, {"code_geo": "80", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "240", "echelle": "departement"}, {"code_geo": "80", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "80", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "80", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1087", "echelle": "departement"}, {"code_geo": "80", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "221", "echelle": "departement"}, {"code_geo": "80", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "80", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "50", "echelle": "departement"}, {"code_geo": "80", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "80", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1208", "echelle": "departement"}, {"code_geo": "80", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "284", "echelle": "departement"}, {"code_geo": "81", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "81", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "112", "echelle": "departement"}, {"code_geo": "81", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "669", "echelle": "departement"}, {"code_geo": "81", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "81", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "81", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "81", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "81", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "137", "echelle": "departement"}, {"code_geo": "81", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "658", "echelle": "departement"}, {"code_geo": "81", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "536", "echelle": "departement"}, {"code_geo": "81", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "81", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "156", "echelle": "departement"}, {"code_geo": "81", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "169", "echelle": "departement"}, {"code_geo": "81", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "788", "echelle": "departement"}, {"code_geo": "81", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "520", "echelle": "departement"}, {"code_geo": "81", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "81", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "81", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "134", "echelle": "departement"}, {"code_geo": "81", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "81", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "685", "echelle": "departement"}, {"code_geo": "81", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "558", "echelle": "departement"}, {"code_geo": "81", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "81", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "81", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "81", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "81", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "674", "echelle": "departement"}, {"code_geo": "81", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "81", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "81", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "81", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "81", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "86", "echelle": "departement"}, {"code_geo": "81", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "808", "echelle": "departement"}, {"code_geo": "81", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "419", "echelle": "departement"}, {"code_geo": "81", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "81", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "82", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "105", "echelle": "departement"}, {"code_geo": "82", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "82", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "416", "echelle": "departement"}, {"code_geo": "82", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "82", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "82", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "82", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "102", "echelle": "departement"}, {"code_geo": "82", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "82", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "344", "echelle": "departement"}, {"code_geo": "82", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "436", "echelle": "departement"}, {"code_geo": "82", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "82", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "82", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "82", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "110", "echelle": "departement"}, {"code_geo": "82", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "413", "echelle": "departement"}, {"code_geo": "82", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "438", "echelle": "departement"}, {"code_geo": "82", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "82", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "82", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "177", "echelle": "departement"}, {"code_geo": "82", "month": "2024-04", "nature_culture": "pacages", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "82", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "82", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "458", "echelle": "departement"}, {"code_geo": "82", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "463", "echelle": "departement"}, {"code_geo": "82", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "82", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "82", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "100", "echelle": "departement"}, {"code_geo": "82", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "82", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "378", "echelle": "departement"}, {"code_geo": "82", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "345", "echelle": "departement"}, {"code_geo": "82", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "82", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "82", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "94", "echelle": "departement"}, {"code_geo": "82", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "82", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "515", "echelle": "departement"}, {"code_geo": "82", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "403", "echelle": "departement"}, {"code_geo": "82", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "82", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "37", "echelle": "departement"}, {"code_geo": "83", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "83", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "83", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1413", "echelle": "departement"}, {"code_geo": "83", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "162", "echelle": "departement"}, {"code_geo": "83", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "83", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "83", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "108", "echelle": "departement"}, {"code_geo": "83", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "83", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1107", "echelle": "departement"}, {"code_geo": "83", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "183", "echelle": "departement"}, {"code_geo": "83", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "83", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "83", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "125", "echelle": "departement"}, {"code_geo": "83", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "83", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1160", "echelle": "departement"}, {"code_geo": "83", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "197", "echelle": "departement"}, {"code_geo": "83", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "83", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "83", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "188", "echelle": "departement"}, {"code_geo": "83", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "83", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1239", "echelle": "departement"}, {"code_geo": "83", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "83", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "127", "echelle": "departement"}, {"code_geo": "83", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "83", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "128", "echelle": "departement"}, {"code_geo": "83", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "83", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1287", "echelle": "departement"}, {"code_geo": "83", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "199", "echelle": "departement"}, {"code_geo": "83", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "83", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "83", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "83", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "83", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1495", "echelle": "departement"}, {"code_geo": "83", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "179", "echelle": "departement"}, {"code_geo": "83", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "83", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "167", "echelle": "departement"}, {"code_geo": "84", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "84", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "84", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "894", "echelle": "departement"}, {"code_geo": "84", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "311", "echelle": "departement"}, {"code_geo": "84", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "84", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "131", "echelle": "departement"}, {"code_geo": "84", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "84", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "84", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "698", "echelle": "departement"}, {"code_geo": "84", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "84", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "52", "echelle": "departement"}, {"code_geo": "84", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "176", "echelle": "departement"}, {"code_geo": "84", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "84", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "84", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "826", "echelle": "departement"}, {"code_geo": "84", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "317", "echelle": "departement"}, {"code_geo": "84", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "89", "echelle": "departement"}, {"code_geo": "84", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "204", "echelle": "departement"}, {"code_geo": "84", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "56", "echelle": "departement"}, {"code_geo": "84", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "84", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "816", "echelle": "departement"}, {"code_geo": "84", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "330", "echelle": "departement"}, {"code_geo": "84", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "84", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "192", "echelle": "departement"}, {"code_geo": "84", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "84", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "84", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "761", "echelle": "departement"}, {"code_geo": "84", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "277", "echelle": "departement"}, {"code_geo": "84", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "49", "echelle": "departement"}, {"code_geo": "84", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "212", "echelle": "departement"}, {"code_geo": "84", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "84", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "84", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "834", "echelle": "departement"}, {"code_geo": "84", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "84", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "51", "echelle": "departement"}, {"code_geo": "84", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "223", "echelle": "departement"}, {"code_geo": "85", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "85", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "217", "echelle": "departement"}, {"code_geo": "85", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "1526", "echelle": "departement"}, {"code_geo": "85", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "551", "echelle": "departement"}, {"code_geo": "85", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "85", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "85", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "85", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "196", "echelle": "departement"}, {"code_geo": "85", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1371", "echelle": "departement"}, {"code_geo": "85", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "598", "echelle": "departement"}, {"code_geo": "85", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "85", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "85", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "85", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "314", "echelle": "departement"}, {"code_geo": "85", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "1523", "echelle": "departement"}, {"code_geo": "85", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "664", "echelle": "departement"}, {"code_geo": "85", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "85", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "85", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "85", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "235", "echelle": "departement"}, {"code_geo": "85", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1572", "echelle": "departement"}, {"code_geo": "85", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "571", "echelle": "departement"}, {"code_geo": "85", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "85", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "85", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "85", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "334", "echelle": "departement"}, {"code_geo": "85", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "1445", "echelle": "departement"}, {"code_geo": "85", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "750", "echelle": "departement"}, {"code_geo": "85", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "85", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "85", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "85", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "296", "echelle": "departement"}, {"code_geo": "85", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1987", "echelle": "departement"}, {"code_geo": "85", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "624", "echelle": "departement"}, {"code_geo": "85", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "85", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "86", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "86", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "86", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "926", "echelle": "departement"}, {"code_geo": "86", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "86", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "86", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "86", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "86", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "71", "echelle": "departement"}, {"code_geo": "86", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "818", "echelle": "departement"}, {"code_geo": "86", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "668", "echelle": "departement"}, {"code_geo": "86", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "86", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "86", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "86", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "96", "echelle": "departement"}, {"code_geo": "86", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "829", "echelle": "departement"}, {"code_geo": "86", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "527", "echelle": "departement"}, {"code_geo": "86", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "86", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "27", "echelle": "departement"}, {"code_geo": "86", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "86", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "70", "echelle": "departement"}, {"code_geo": "86", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "833", "echelle": "departement"}, {"code_geo": "86", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "628", "echelle": "departement"}, {"code_geo": "86", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "86", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "86", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "86", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "63", "echelle": "departement"}, {"code_geo": "86", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "839", "echelle": "departement"}, {"code_geo": "86", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "587", "echelle": "departement"}, {"code_geo": "86", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "36", "echelle": "departement"}, {"code_geo": "86", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "86", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "86", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1055", "echelle": "departement"}, {"code_geo": "86", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "527", "echelle": "departement"}, {"code_geo": "86", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "86", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "87", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "87", "month": "2024-01", "nature_culture": "pacages", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "87", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "343", "echelle": "departement"}, {"code_geo": "87", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "661", "echelle": "departement"}, {"code_geo": "87", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "452", "echelle": "departement"}, {"code_geo": "87", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "95", "echelle": "departement"}, {"code_geo": "87", "month": "2024-02", "nature_culture": "pacages", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "87", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "322", "echelle": "departement"}, {"code_geo": "87", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "643", "echelle": "departement"}, {"code_geo": "87", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "564", "echelle": "departement"}, {"code_geo": "87", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "91", "echelle": "departement"}, {"code_geo": "87", "month": "2024-03", "nature_culture": "pacages", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "87", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "306", "echelle": "departement"}, {"code_geo": "87", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "722", "echelle": "departement"}, {"code_geo": "87", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "560", "echelle": "departement"}, {"code_geo": "87", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "99", "echelle": "departement"}, {"code_geo": "87", "month": "2024-04", "nature_culture": "pacages", "nb_mutations": "33", "echelle": "departement"}, {"code_geo": "87", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "87", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1018", "echelle": "departement"}, {"code_geo": "87", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "555", "echelle": "departement"}, {"code_geo": "87", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "82", "echelle": "departement"}, {"code_geo": "87", "month": "2024-05", "nature_culture": "pacages", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "87", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "266", "echelle": "departement"}, {"code_geo": "87", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "590", "echelle": "departement"}, {"code_geo": "87", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "346", "echelle": "departement"}, {"code_geo": "87", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "87", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "87", "month": "2024-06", "nature_culture": "pacages", "nb_mutations": "29", "echelle": "departement"}, {"code_geo": "87", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "309", "echelle": "departement"}, {"code_geo": "87", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "725", "echelle": "departement"}, {"code_geo": "87", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "415", "echelle": "departement"}, {"code_geo": "87", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "88", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "88", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "270", "echelle": "departement"}, {"code_geo": "88", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "713", "echelle": "departement"}, {"code_geo": "88", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "226", "echelle": "departement"}, {"code_geo": "88", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "88", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "88", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "88", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "348", "echelle": "departement"}, {"code_geo": "88", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "674", "echelle": "departement"}, {"code_geo": "88", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "278", "echelle": "departement"}, {"code_geo": "88", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "42", "echelle": "departement"}, {"code_geo": "88", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "88", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "34", "echelle": "departement"}, {"code_geo": "88", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "398", "echelle": "departement"}, {"code_geo": "88", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "769", "echelle": "departement"}, {"code_geo": "88", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "292", "echelle": "departement"}, {"code_geo": "88", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "47", "echelle": "departement"}, {"code_geo": "88", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "88", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "45", "echelle": "departement"}, {"code_geo": "88", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "392", "echelle": "departement"}, {"code_geo": "88", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "814", "echelle": "departement"}, {"code_geo": "88", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "236", "echelle": "departement"}, {"code_geo": "88", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "88", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "88", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "59", "echelle": "departement"}, {"code_geo": "88", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "328", "echelle": "departement"}, {"code_geo": "88", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "651", "echelle": "departement"}, {"code_geo": "88", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "228", "echelle": "departement"}, {"code_geo": "88", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "61", "echelle": "departement"}, {"code_geo": "88", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "88", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "88", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "461", "echelle": "departement"}, {"code_geo": "88", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "770", "echelle": "departement"}, {"code_geo": "88", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "419", "echelle": "departement"}, {"code_geo": "88", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "53", "echelle": "departement"}, {"code_geo": "88", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "89", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "67", "echelle": "departement"}, {"code_geo": "89", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "68", "echelle": "departement"}, {"code_geo": "89", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "680", "echelle": "departement"}, {"code_geo": "89", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "285", "echelle": "departement"}, {"code_geo": "89", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "89", "month": "2024-01", "nature_culture": "vignes", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "89", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "35", "echelle": "departement"}, {"code_geo": "89", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "74", "echelle": "departement"}, {"code_geo": "89", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "696", "echelle": "departement"}, {"code_geo": "89", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "89", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "21", "echelle": "departement"}, {"code_geo": "89", "month": "2024-02", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "89", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "160", "echelle": "departement"}, {"code_geo": "89", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "66", "echelle": "departement"}, {"code_geo": "89", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "815", "echelle": "departement"}, {"code_geo": "89", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "354", "echelle": "departement"}, {"code_geo": "89", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "39", "echelle": "departement"}, {"code_geo": "89", "month": "2024-03", "nature_culture": "vignes", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "89", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "93", "echelle": "departement"}, {"code_geo": "89", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "89", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "729", "echelle": "departement"}, {"code_geo": "89", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "502", "echelle": "departement"}, {"code_geo": "89", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "89", "month": "2024-04", "nature_culture": "vignes", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "89", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "293", "echelle": "departement"}, {"code_geo": "89", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "75", "echelle": "departement"}, {"code_geo": "89", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "884", "echelle": "departement"}, {"code_geo": "89", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "512", "echelle": "departement"}, {"code_geo": "89", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "89", "month": "2024-05", "nature_culture": "vignes", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "89", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "43", "echelle": "departement"}, {"code_geo": "89", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "69", "echelle": "departement"}, {"code_geo": "89", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "910", "echelle": "departement"}, {"code_geo": "89", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "399", "echelle": "departement"}, {"code_geo": "89", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "89", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "90", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "90", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "16", "echelle": "departement"}, {"code_geo": "90", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "432", "echelle": "departement"}, {"code_geo": "90", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "90", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "25", "echelle": "departement"}, {"code_geo": "90", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "90", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "18", "echelle": "departement"}, {"code_geo": "90", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "90", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "90", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "30", "echelle": "departement"}, {"code_geo": "90", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "129", "echelle": "departement"}, {"code_geo": "90", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "41", "echelle": "departement"}, {"code_geo": "90", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "90", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "65", "echelle": "departement"}, {"code_geo": "90", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "181", "echelle": "departement"}, {"code_geo": "90", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "31", "echelle": "departement"}, {"code_geo": "90", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "90", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "90", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "26", "echelle": "departement"}, {"code_geo": "90", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "173", "echelle": "departement"}, {"code_geo": "90", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "20", "echelle": "departement"}, {"code_geo": "90", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "90", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "90", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "40", "echelle": "departement"}, {"code_geo": "90", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "171", "echelle": "departement"}, {"code_geo": "90", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "90", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "91", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "91", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "17", "echelle": "departement"}, {"code_geo": "91", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "751", "echelle": "departement"}, {"code_geo": "91", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "46", "echelle": "departement"}, {"code_geo": "91", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "714", "echelle": "departement"}, {"code_geo": "91", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "149", "echelle": "departement"}, {"code_geo": "91", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "91", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "91", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "812", "echelle": "departement"}, {"code_geo": "91", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "62", "echelle": "departement"}, {"code_geo": "91", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "91", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "11", "echelle": "departement"}, {"code_geo": "91", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "91", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "881", "echelle": "departement"}, {"code_geo": "91", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "130", "echelle": "departement"}, {"code_geo": "91", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "91", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "91", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "814", "echelle": "departement"}, {"code_geo": "91", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "103", "echelle": "departement"}, {"code_geo": "91", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "91", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "91", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "13", "echelle": "departement"}, {"code_geo": "91", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1342", "echelle": "departement"}, {"code_geo": "91", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "76", "echelle": "departement"}, {"code_geo": "91", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "92", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "542", "echelle": "departement"}, {"code_geo": "92", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "92", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "1291", "echelle": "departement"}, {"code_geo": "92", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "347", "echelle": "departement"}, {"code_geo": "92", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "500", "echelle": "departement"}, {"code_geo": "92", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "440", "echelle": "departement"}, {"code_geo": "92", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "92", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "92", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "93", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "391", "echelle": "departement"}, {"code_geo": "93", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "548", "echelle": "departement"}, {"code_geo": "93", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "6", "echelle": "departement"}, {"code_geo": "93", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "8478", "echelle": "departement"}, {"code_geo": "93", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "93", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "589", "echelle": "departement"}, {"code_geo": "93", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "93", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "562", "echelle": "departement"}, {"code_geo": "93", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "93", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "93", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "782", "echelle": "departement"}, {"code_geo": "93", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "93", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "421", "echelle": "departement"}, {"code_geo": "94", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "94", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "463", "echelle": "departement"}, {"code_geo": "94", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "475", "echelle": "departement"}, {"code_geo": "94", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "422", "echelle": "departement"}, {"code_geo": "94", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "94", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "386", "echelle": "departement"}, {"code_geo": "94", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "538", "echelle": "departement"}, {"code_geo": "94", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "94", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "95", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "732", "echelle": "departement"}, {"code_geo": "95", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "87", "echelle": "departement"}, {"code_geo": "95", "month": "2024-01", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "28", "echelle": "departement"}, {"code_geo": "95", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "14", "echelle": "departement"}, {"code_geo": "95", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "797", "echelle": "departement"}, {"code_geo": "95", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "84", "echelle": "departement"}, {"code_geo": "95", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "24", "echelle": "departement"}, {"code_geo": "95", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "95", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "8", "echelle": "departement"}, {"code_geo": "95", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "793", "echelle": "departement"}, {"code_geo": "95", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "136", "echelle": "departement"}, {"code_geo": "95", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "95", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "12", "echelle": "departement"}, {"code_geo": "95", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "2124", "echelle": "departement"}, {"code_geo": "95", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "81", "echelle": "departement"}, {"code_geo": "95", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "9", "echelle": "departement"}, {"code_geo": "95", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "704", "echelle": "departement"}, {"code_geo": "95", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "139", "echelle": "departement"}, {"code_geo": "95", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "5", "echelle": "departement"}, {"code_geo": "95", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "10", "echelle": "departement"}, {"code_geo": "95", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "95", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "976", "echelle": "departement"}, {"code_geo": "95", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "111", "echelle": "departement"}, {"code_geo": "95", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "95", "month": "2024-06", "nature_culture": "vignes", "nb_mutations": "1", "echelle": "departement"}, {"code_geo": "97", "month": "2024-01", "nature_culture": "landes", "nb_mutations": "57", "echelle": "departement"}, {"code_geo": "97", "month": "2024-01", "nature_culture": "pr\u00e9s", "nb_mutations": "19", "echelle": "departement"}, {"code_geo": "97", "month": "2024-01", "nature_culture": "sols", "nb_mutations": "632", "echelle": "departement"}, {"code_geo": "97", "month": "2024-01", "nature_culture": "terres", "nb_mutations": "161", "echelle": "departement"}, {"code_geo": "97", "month": "2024-02", "nature_culture": "landes", "nb_mutations": "90", "echelle": "departement"}, {"code_geo": "97", "month": "2024-02", "nature_culture": "pr\u00e9s", "nb_mutations": "23", "echelle": "departement"}, {"code_geo": "97", "month": "2024-02", "nature_culture": "sols", "nb_mutations": "929", "echelle": "departement"}, {"code_geo": "97", "month": "2024-02", "nature_culture": "terres", "nb_mutations": "246", "echelle": "departement"}, {"code_geo": "97", "month": "2024-02", "nature_culture": "vergers", "nb_mutations": "7", "echelle": "departement"}, {"code_geo": "97", "month": "2024-03", "nature_culture": "landes", "nb_mutations": "92", "echelle": "departement"}, {"code_geo": "97", "month": "2024-03", "nature_culture": "pr\u00e9s", "nb_mutations": "38", "echelle": "departement"}, {"code_geo": "97", "month": "2024-03", "nature_culture": "sols", "nb_mutations": "807", "echelle": "departement"}, {"code_geo": "97", "month": "2024-03", "nature_culture": "terres", "nb_mutations": "360", "echelle": "departement"}, {"code_geo": "97", "month": "2024-03", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "97", "month": "2024-04", "nature_culture": "landes", "nb_mutations": "202", "echelle": "departement"}, {"code_geo": "97", "month": "2024-04", "nature_culture": "pr\u00e9s", "nb_mutations": "22", "echelle": "departement"}, {"code_geo": "97", "month": "2024-04", "nature_culture": "sols", "nb_mutations": "1077", "echelle": "departement"}, {"code_geo": "97", "month": "2024-04", "nature_culture": "terres", "nb_mutations": "216", "echelle": "departement"}, {"code_geo": "97", "month": "2024-04", "nature_culture": "vergers", "nb_mutations": "4", "echelle": "departement"}, {"code_geo": "97", "month": "2024-05", "nature_culture": "landes", "nb_mutations": "135", "echelle": "departement"}, {"code_geo": "97", "month": "2024-05", "nature_culture": "pr\u00e9s", "nb_mutations": "15", "echelle": "departement"}, {"code_geo": "97", "month": "2024-05", "nature_culture": "sols", "nb_mutations": "785", "echelle": "departement"}, {"code_geo": "97", "month": "2024-05", "nature_culture": "terres", "nb_mutations": "185", "echelle": "departement"}, {"code_geo": "97", "month": "2024-05", "nature_culture": "vergers", "nb_mutations": "3", "echelle": "departement"}, {"code_geo": "97", "month": "2024-06", "nature_culture": "landes", "nb_mutations": "575", "echelle": "departement"}, {"code_geo": "97", "month": "2024-06", "nature_culture": "pr\u00e9s", "nb_mutations": "32", "echelle": "departement"}, {"code_geo": "97", "month": "2024-06", "nature_culture": "p\u00e2tures", "nb_mutations": "2", "echelle": "departement"}, {"code_geo": "97", "month": "2024-06", "nature_culture": "sols", "nb_mutations": "1321", "echelle": "departement"}, {"code_geo": "97", "month": "2024-06", "nature_culture": "terres", "nb_mutations": "1478", "echelle": "departement"}, {"code_geo": "97", "month": "2024-06", "nature_culture": "vergers", "nb_mutations": "1", "echelle": "departement"}] \ No newline at end of file