Skip to content

Instantly share code, notes, and snippets.

View ischurov's full-sized avatar

Ilya V. Schurov ischurov

View GitHub Profile
@ischurov
ischurov / peaks.ipynb
Created July 7, 2020 23:53
peaks.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ischurov
ischurov / Untitled2.ipynb
Created June 23, 2019 00:04
melt-and-stack
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 11 columns, instead of 1 in line 8.
Country,Year,Happiness Score,Upper Confidence Interval,Lower Confidence Interval,Economy (GDP per Capita),Family,Freedom,Health (Life Expectancy),Trust (Government Corruption),Generosity
Switzerland,2015,7.587000000000001,7.653855600000001,7.5201444,1.3965100000000001,1.34951,0.66557,0.9414299999999999,0.41978000000000004,0.29678000000000004
Iceland,2015,7.561,7.6567264,7.4652736,1.3023200000000001,1.4022299999999999,0.6287699999999999,0.94784,0.14145,0.4363
Denmark,2015,7.527,7.5922288,7.4617712,1.32548,1.36058,0.6493800000000001,0.87464,0.48357,0.34139
Norway,2015,7.522,7.598048,7.445952,1.459,1.33095,0.66973,0.88521,0.36503,0.34699
Canada,2015,7.4270000000000005,7.4966388,7.357361200000001,1.32629,1.32261,0.63297,0.9056299999999999,0.32957,0.45811
Finland,2015,7.406000000000001,7.467544,7.344456000000001,1.29025,1.31826,0.64169,0.8891100000000001,0.41372,0.23351
Netherlands,2015,7.377999999999999,7.432860399999999,7.323139599999999,1.32944,1.28017,0.6157600000000001,0.89284,0.31814000000000003,0.4761
Swede
@ischurov
ischurov / fetcher.pl
Created May 4, 2019 09:47
perl-fetcher
#!/usr/bin/env perl
use warnings;
use LWP::Simple;
use utf8;
use strict;
use LWP::UserAgent ();
my $s;
my $response;
# Start your script below this line;
open(URL, '<url.list.txt') or die $!;
@ischurov
ischurov / Untitled1.ipynb
Created November 8, 2018 16:36
scrap FIFA rating.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.