first stats added
This commit is contained in:
parent
69935bebf6
commit
bf271935ae
4 changed files with 1602 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/.ipynb_checkpoints/
|
26
PolyGenStats-vinzenz-summary.csv
Normal file
26
PolyGenStats-vinzenz-summary.csv
Normal file
|
@ -0,0 +1,26 @@
|
|||
name,totalvisits,captures,totalheldduration,maxheldduration
|
||||
Site Sign,15,21,61707,46380
|
||||
Maker Days Eindhoven,13,10,61044,44313
|
||||
Pixelbar,18,17,51151,36261
|
||||
Cold North,17,20,49590,22971
|
||||
Karaoke Bar,19,16,44169,23180
|
||||
CoderDojo Belgium,15,13,42973,23237
|
||||
Entrance Arch,19,18,40416,28498
|
||||
Main Bar,42,67,33999,16913
|
||||
Badge Tent,21,21,31452,18329
|
||||
Bridge over troubled waters,28,28,27990,18829
|
||||
BornHack,8,5,16419,7753
|
||||
Info Desk,19,23,13685,3304
|
||||
PolyGen Home Base,18,17,12688,5316
|
||||
Milliways,23,47,9763,3386
|
||||
Party Bar,12,11,9251,7694
|
||||
Heaven,15,9,8980,3756
|
||||
Chaos Mauldasch,21,30,7426,1394
|
||||
Adyen,24,22,7007,3483
|
||||
Tilde Industries,5,4,6215,3365
|
||||
Geraffel,9,6,5286,1782
|
||||
Food Hacking Base,16,13,4427,993
|
||||
Rose Island Italian Embassy,9,7,3667,1258
|
||||
FALSE,7,5,2798,1969
|
||||
Matrix,7,6,2251,1096
|
||||
0E,1,1,91,91
|
|
|
@ -34,6 +34,9 @@
|
|||
jupyterlab
|
||||
matplotlib
|
||||
numpy
|
||||
pandas
|
||||
pip
|
||||
notebook
|
||||
];
|
||||
pythonEnv = pkgs.python3.withPackages pythonPackages;
|
||||
in
|
||||
|
|
1572
notebook.ipynb
Normal file
1572
notebook.ipynb
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue