mirror of
https://github.com/dataforcanada/d4c-datapkg-statistical.git
synced 2026-06-13 14:10:55 +02:00
5 lines
215 B
Bash
Executable File
5 lines
215 B
Bash
Executable File
#!/bin/bash
|
|
echo "Processing 2021 Census of Agriculture"
|
|
jupyter execute census_of_agriculture/process_2021.ipynb
|
|
echo "Processing 2016 Census of Agriculture"
|
|
jupyter execute census_of_agriculture/process_2016.ipynb |