temperature-development: import
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -16,3 +16,5 @@ dist-newstyle/
|
|||||||
*.pdf
|
*.pdf
|
||||||
*.ps
|
*.ps
|
||||||
*~
|
*~
|
||||||
|
*.zip
|
||||||
|
.ipynb_checkpoints/
|
||||||
|
|||||||
196
temperature-development/Human Development Index - Full.csv
Normal file
196
temperature-development/Human Development Index - Full.csv
Normal file
File diff suppressed because one or more lines are too long
137
temperature-development/Untitled.ipynb
Normal file
137
temperature-development/Untitled.ipynb
Normal file
File diff suppressed because one or more lines are too long
20741
temperature-development/combined_temperature.csv
Normal file
20741
temperature-development/combined_temperature.csv
Normal file
File diff suppressed because it is too large
Load Diff
12
temperature-development/shell.nix
Normal file
12
temperature-development/shell.nix
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
pkgs.mkShell {
|
||||||
|
packages = [
|
||||||
|
(pkgs.python3.withPackages (py: [
|
||||||
|
py.jupyter
|
||||||
|
py.seaborn
|
||||||
|
py.matplotlib
|
||||||
|
py.pandas
|
||||||
|
py.numpy
|
||||||
|
]))
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user