├── A Network analysis of Game of Thrones ├── datasets │ ├── book1.csv │ ├── book2.csv │ ├── book3.csv │ ├── book4.csv │ ├── book5.csv │ ├── iris.csv │ └── project_image.png ├── img │ ├── got_network.jpeg │ ├── gotnetwork.png │ └── project_image.png └── notebook.ipynb ├── A New Era of Data Analysis in Baseball ├── datasets │ └── iris.csv ├── img │ ├── eclipse.png │ ├── judge.jpg │ ├── judge_wide.jpg │ ├── project_image.png │ ├── project_image.svg │ ├── stanton.jpg │ ├── stanton_wide.jpg │ └── zone.png └── notebook.ipynb ├── A Visual History of Nobel Prize Winners ├── datasets │ └── nobel.csv └── notebook.ipynb ├── ASL Recognition with Deep Learning ├── datasets │ ├── A.zip │ ├── B.zip │ ├── C.zip │ └── sign_language.py └── notebook.ipynb ├── Bad passwords and the NIST guidelines ├── datasets │ ├── 10_million_password_list_top_10000.txt │ ├── google-10000-english.txt │ ├── iris.csv │ └── users.csv ├── img │ ├── eclipse.png │ └── project_image.png └── notebook.ipynb ├── Classify Song Genres from Audio Data ├── datasets │ ├── echonest-metrics.json │ └── fma-rock-vs-hiphop.csv └── notebook.ipynb ├── Do Left-handed People Really Die Young? ├── datasets │ └── iris.csv └── notebook.ipynb ├── Dr. Semmelweis and the discovery of handwashing ├── datasets │ ├── ignaz_semmelweis_1860.jpeg │ ├── monthly_deaths.csv │ ├── project_image.png │ └── yearly_deaths_by_clinic.csv ├── img │ ├── ignaz_semmelweis_1860.jpeg │ └── project_image.png └── notebook.ipynb ├── Exploring 67 years of LEGO ├── datasets │ ├── adding-cells.gif │ ├── colors.csv │ ├── downloads_schema.png │ ├── lego-bricks.jpeg │ ├── notebook_inline.png │ ├── project_image.png │ ├── sets.csv │ ├── shield_image.png │ └── success-large.gif ├── img │ ├── adding-cells.gif │ ├── downloads_schema.png │ ├── lego-bricks.jpeg │ ├── notebook_inline.png │ ├── project_image.png │ └── success-large.gif └── notebook.ipynb ├── Exploring the Bitcoin cryptocurrency market ├── datasets │ ├── coinmarketcap_06012018.csv │ ├── coinmarketcap_06122017.csv │ ├── iris.csv │ └── project_image.png ├── img │ ├── bitcoint_market_cap_2017.png │ └── project_image.png └── notebook.ipynb ├── Exploring the evolution of Linux ├── datasets │ ├── git_log.gz │ ├── git_log_basic.bz2 │ ├── git_log_basic.gz │ ├── git_log_excerpt.csv │ └── iris.csv ├── img │ ├── ATTRIBUTION_tux_png.txt │ ├── eclipse.png │ ├── project_image.png │ └── tux.png └── notebook.ipynb ├── Generating Keywords for Google AdWords └── notebook.ipynb ├── Mobile Games Ab-testing with Cookie Cats ├── datasets │ ├── cookie_cats.csv │ ├── cookie_cats_original_order.csv │ └── iris.csv ├── img │ ├── TT_Logo_WithGradient_20cm.png │ ├── belle_cookie.png │ ├── cc_gates.png │ ├── cookie_cats_title.jpeg │ ├── cookie_cats_title2.jpeg │ ├── cookie_cats_video.jpeg │ ├── cookie_yellow.png │ ├── eclipse.png │ ├── mr_waffles_smiling.png │ ├── project_image.png │ ├── project_image.svg │ └── ziggy_smiling.png └── notebook.ipynb ├── Name Game_ Gender Prediction using Sound ├── datasets │ ├── babynames_nysiis.csv │ ├── babynames_ssa.csv │ ├── iris.csv │ ├── nytkids_yearly.csv │ └── project_image.png ├── img │ ├── eclipse.png │ └── project_image.png └── notebook.ipynb ├── Naïve Bees: Deep Learning with Images ├── datasets │ ├── images_a.zip │ ├── images_b.zip │ ├── labels.csv │ └── model_history.pkl └── notebook.ipynb ├── Naïve Bees: Image Loading and Processing ├── datasets │ ├── bee_1.jpg │ ├── bee_12.jpg │ ├── bee_2.jpg │ └── bee_3.jpg └── notebook.ipynb ├── Naïve Bees: Predict Species from Images ├── datasets │ ├── images.zip │ └── labels.csv └── notebook.ipynb ├── Predicting Credit Card Approvals ├── datasets │ └── cc_approvals.data └── notebook.ipynb ├── README.md ├── Recreating John Snow's Ghost Map ├── datasets │ ├── dates.csv │ ├── deaths.csv │ ├── deaths_and_pumps.csv │ ├── iris.csv │ ├── johnsnow_dataset_dates_all.csv │ ├── johnsnow_dataset_deaths_all.csv │ ├── johnsnow_dataset_pumps_names.csv │ └── pumps.csv ├── img │ ├── eclipse.png │ ├── johnsnow.jpeg │ ├── johnsnow_caricature1.jpg │ ├── johnsnow_cholera1.jpg │ ├── johnsnow_cholera2.jpg │ ├── johnsnow_cholera_king2.png │ ├── johnsnow_final.png │ ├── johnsnow_final1.png │ ├── johnsnow_map1.jpg │ ├── johnsnow_original.jpg │ ├── johnsnow_pump.jpg │ ├── johnsnow_pump1.jpg │ ├── johnsnow_water1.jpg │ ├── johnsnow_water4.jpg │ ├── johnsnow_zoom_final.png │ ├── jonsnow_nothing.gif │ ├── jonsnow_nothing.png │ └── project_image.png └── notebook.ipynb ├── Reducing Traffic Mortality in the USA ├── datasets │ ├── miles-driven.csv │ └── road-accidents.csv └── notebook.ipynb ├── Risk and Returns_ The Sharpe Ratio ├── datasets │ ├── benchmark_data.csv │ ├── iris.csv │ ├── project_image.png │ └── stock_data.csv ├── img │ ├── project_image.png │ └── sharpe.jpeg └── notebook.ipynb ├── The GitHub History of the Scala Language ├── datasets │ ├── pull_files.csv │ └── pulls.csv └── notebook.ipynb ├── The Hottest Topics in Machine Learning └── notebook.ipynb ├── What's in a Name_ ├── datasets │ ├── lifetables.csv │ ├── names.csv.gz │ ├── population.csv │ └── shield_image.png ├── img │ ├── project_image.png │ └── shield_image.png └── notebook.ipynb ├── Who Is Drunk and When in Ames, Iowa? ├── datasets │ └── breath_alcohol_ames.csv └── notebook.ipynb └── Word frequency in Moby Dick ├── datasets ├── 2701-h.htm ├── 2701-h.htm.gz ├── iris.csv ├── project_image.png └── stopwords.txt ├── img ├── Moby_Dick_p510_illustration.jpg ├── bs4.png ├── d-x.png ├── eclipse.png ├── fb_live_schematic.png ├── live_preview.jpeg ├── moby-dick.jpg ├── project_image.png └── requests.png └── notebook.ipynb /A Network analysis of Game of Thrones/datasets/book1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Network analysis of Game of Thrones/datasets/book1.csv -------------------------------------------------------------------------------- /A Network analysis of Game of Thrones/datasets/book2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Network analysis of Game of Thrones/datasets/book2.csv -------------------------------------------------------------------------------- /A Network analysis of Game of Thrones/datasets/book3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Network analysis of Game of Thrones/datasets/book3.csv -------------------------------------------------------------------------------- /A Network analysis of Game of Thrones/datasets/book4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Network analysis of Game of Thrones/datasets/book4.csv -------------------------------------------------------------------------------- /A Network analysis of Game of Thrones/datasets/book5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Network analysis of Game of Thrones/datasets/book5.csv -------------------------------------------------------------------------------- /A Network analysis of Game of Thrones/datasets/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Network analysis of Game of Thrones/datasets/iris.csv -------------------------------------------------------------------------------- /A Network analysis of Game of Thrones/datasets/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Network analysis of Game of Thrones/datasets/project_image.png -------------------------------------------------------------------------------- /A Network analysis of Game of Thrones/img/got_network.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Network analysis of Game of Thrones/img/got_network.jpeg -------------------------------------------------------------------------------- /A Network analysis of Game of Thrones/img/gotnetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Network analysis of Game of Thrones/img/gotnetwork.png -------------------------------------------------------------------------------- /A Network analysis of Game of Thrones/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Network analysis of Game of Thrones/img/project_image.png -------------------------------------------------------------------------------- /A Network analysis of Game of Thrones/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Network analysis of Game of Thrones/notebook.ipynb -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/datasets/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A New Era of Data Analysis in Baseball/datasets/iris.csv -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/img/eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A New Era of Data Analysis in Baseball/img/eclipse.png -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/img/judge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A New Era of Data Analysis in Baseball/img/judge.jpg -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/img/judge_wide.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A New Era of Data Analysis in Baseball/img/judge_wide.jpg -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A New Era of Data Analysis in Baseball/img/project_image.png -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/img/project_image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A New Era of Data Analysis in Baseball/img/project_image.svg -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/img/stanton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A New Era of Data Analysis in Baseball/img/stanton.jpg -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/img/stanton_wide.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A New Era of Data Analysis in Baseball/img/stanton_wide.jpg -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/img/zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A New Era of Data Analysis in Baseball/img/zone.png -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A New Era of Data Analysis in Baseball/notebook.ipynb -------------------------------------------------------------------------------- /A Visual History of Nobel Prize Winners/datasets/nobel.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Visual History of Nobel Prize Winners/datasets/nobel.csv -------------------------------------------------------------------------------- /A Visual History of Nobel Prize Winners/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/A Visual History of Nobel Prize Winners/notebook.ipynb -------------------------------------------------------------------------------- /ASL Recognition with Deep Learning/datasets/A.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/ASL Recognition with Deep Learning/datasets/A.zip -------------------------------------------------------------------------------- /ASL Recognition with Deep Learning/datasets/B.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/ASL Recognition with Deep Learning/datasets/B.zip -------------------------------------------------------------------------------- /ASL Recognition with Deep Learning/datasets/C.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/ASL Recognition with Deep Learning/datasets/C.zip -------------------------------------------------------------------------------- /ASL Recognition with Deep Learning/datasets/sign_language.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/ASL Recognition with Deep Learning/datasets/sign_language.py -------------------------------------------------------------------------------- /ASL Recognition with Deep Learning/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/ASL Recognition with Deep Learning/notebook.ipynb -------------------------------------------------------------------------------- /Bad passwords and the NIST guidelines/datasets/10_million_password_list_top_10000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Bad passwords and the NIST guidelines/datasets/10_million_password_list_top_10000.txt -------------------------------------------------------------------------------- /Bad passwords and the NIST guidelines/datasets/google-10000-english.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Bad passwords and the NIST guidelines/datasets/google-10000-english.txt -------------------------------------------------------------------------------- /Bad passwords and the NIST guidelines/datasets/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Bad passwords and the NIST guidelines/datasets/iris.csv -------------------------------------------------------------------------------- /Bad passwords and the NIST guidelines/datasets/users.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Bad passwords and the NIST guidelines/datasets/users.csv -------------------------------------------------------------------------------- /Bad passwords and the NIST guidelines/img/eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Bad passwords and the NIST guidelines/img/eclipse.png -------------------------------------------------------------------------------- /Bad passwords and the NIST guidelines/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Bad passwords and the NIST guidelines/img/project_image.png -------------------------------------------------------------------------------- /Bad passwords and the NIST guidelines/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Bad passwords and the NIST guidelines/notebook.ipynb -------------------------------------------------------------------------------- /Classify Song Genres from Audio Data/datasets/echonest-metrics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Classify Song Genres from Audio Data/datasets/echonest-metrics.json -------------------------------------------------------------------------------- /Classify Song Genres from Audio Data/datasets/fma-rock-vs-hiphop.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Classify Song Genres from Audio Data/datasets/fma-rock-vs-hiphop.csv -------------------------------------------------------------------------------- /Classify Song Genres from Audio Data/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Classify Song Genres from Audio Data/notebook.ipynb -------------------------------------------------------------------------------- /Do Left-handed People Really Die Young?/datasets/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Do Left-handed People Really Die Young?/datasets/iris.csv -------------------------------------------------------------------------------- /Do Left-handed People Really Die Young?/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Do Left-handed People Really Die Young?/notebook.ipynb -------------------------------------------------------------------------------- /Dr. Semmelweis and the discovery of handwashing/datasets/ignaz_semmelweis_1860.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Dr. Semmelweis and the discovery of handwashing/datasets/ignaz_semmelweis_1860.jpeg -------------------------------------------------------------------------------- /Dr. Semmelweis and the discovery of handwashing/datasets/monthly_deaths.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Dr. Semmelweis and the discovery of handwashing/datasets/monthly_deaths.csv -------------------------------------------------------------------------------- /Dr. Semmelweis and the discovery of handwashing/datasets/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Dr. Semmelweis and the discovery of handwashing/datasets/project_image.png -------------------------------------------------------------------------------- /Dr. Semmelweis and the discovery of handwashing/datasets/yearly_deaths_by_clinic.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Dr. Semmelweis and the discovery of handwashing/datasets/yearly_deaths_by_clinic.csv -------------------------------------------------------------------------------- /Dr. Semmelweis and the discovery of handwashing/img/ignaz_semmelweis_1860.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Dr. Semmelweis and the discovery of handwashing/img/ignaz_semmelweis_1860.jpeg -------------------------------------------------------------------------------- /Dr. Semmelweis and the discovery of handwashing/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Dr. Semmelweis and the discovery of handwashing/img/project_image.png -------------------------------------------------------------------------------- /Dr. Semmelweis and the discovery of handwashing/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Dr. Semmelweis and the discovery of handwashing/notebook.ipynb -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/adding-cells.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/datasets/adding-cells.gif -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/colors.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/datasets/colors.csv -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/downloads_schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/datasets/downloads_schema.png -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/lego-bricks.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/datasets/lego-bricks.jpeg -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/notebook_inline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/datasets/notebook_inline.png -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/datasets/project_image.png -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/sets.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/datasets/sets.csv -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/shield_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/datasets/shield_image.png -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/success-large.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/datasets/success-large.gif -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/img/adding-cells.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/img/adding-cells.gif -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/img/downloads_schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/img/downloads_schema.png -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/img/lego-bricks.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/img/lego-bricks.jpeg -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/img/notebook_inline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/img/notebook_inline.png -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/img/project_image.png -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/img/success-large.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/img/success-large.gif -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring 67 years of LEGO/notebook.ipynb -------------------------------------------------------------------------------- /Exploring the Bitcoin cryptocurrency market/datasets/coinmarketcap_06012018.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the Bitcoin cryptocurrency market/datasets/coinmarketcap_06012018.csv -------------------------------------------------------------------------------- /Exploring the Bitcoin cryptocurrency market/datasets/coinmarketcap_06122017.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the Bitcoin cryptocurrency market/datasets/coinmarketcap_06122017.csv -------------------------------------------------------------------------------- /Exploring the Bitcoin cryptocurrency market/datasets/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the Bitcoin cryptocurrency market/datasets/iris.csv -------------------------------------------------------------------------------- /Exploring the Bitcoin cryptocurrency market/datasets/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the Bitcoin cryptocurrency market/datasets/project_image.png -------------------------------------------------------------------------------- /Exploring the Bitcoin cryptocurrency market/img/bitcoint_market_cap_2017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the Bitcoin cryptocurrency market/img/bitcoint_market_cap_2017.png -------------------------------------------------------------------------------- /Exploring the Bitcoin cryptocurrency market/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the Bitcoin cryptocurrency market/img/project_image.png -------------------------------------------------------------------------------- /Exploring the Bitcoin cryptocurrency market/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the Bitcoin cryptocurrency market/notebook.ipynb -------------------------------------------------------------------------------- /Exploring the evolution of Linux/datasets/git_log.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the evolution of Linux/datasets/git_log.gz -------------------------------------------------------------------------------- /Exploring the evolution of Linux/datasets/git_log_basic.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the evolution of Linux/datasets/git_log_basic.bz2 -------------------------------------------------------------------------------- /Exploring the evolution of Linux/datasets/git_log_basic.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the evolution of Linux/datasets/git_log_basic.gz -------------------------------------------------------------------------------- /Exploring the evolution of Linux/datasets/git_log_excerpt.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the evolution of Linux/datasets/git_log_excerpt.csv -------------------------------------------------------------------------------- /Exploring the evolution of Linux/datasets/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the evolution of Linux/datasets/iris.csv -------------------------------------------------------------------------------- /Exploring the evolution of Linux/img/ATTRIBUTION_tux_png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the evolution of Linux/img/ATTRIBUTION_tux_png.txt -------------------------------------------------------------------------------- /Exploring the evolution of Linux/img/eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the evolution of Linux/img/eclipse.png -------------------------------------------------------------------------------- /Exploring the evolution of Linux/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the evolution of Linux/img/project_image.png -------------------------------------------------------------------------------- /Exploring the evolution of Linux/img/tux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the evolution of Linux/img/tux.png -------------------------------------------------------------------------------- /Exploring the evolution of Linux/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Exploring the evolution of Linux/notebook.ipynb -------------------------------------------------------------------------------- /Generating Keywords for Google AdWords/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Generating Keywords for Google AdWords/notebook.ipynb -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/datasets/cookie_cats.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/datasets/cookie_cats.csv -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/datasets/cookie_cats_original_order.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/datasets/cookie_cats_original_order.csv -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/datasets/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/datasets/iris.csv -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/img/TT_Logo_WithGradient_20cm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/img/TT_Logo_WithGradient_20cm.png -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/img/belle_cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/img/belle_cookie.png -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/img/cc_gates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/img/cc_gates.png -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/img/cookie_cats_title.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/img/cookie_cats_title.jpeg -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/img/cookie_cats_title2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/img/cookie_cats_title2.jpeg -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/img/cookie_cats_video.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/img/cookie_cats_video.jpeg -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/img/cookie_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/img/cookie_yellow.png -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/img/eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/img/eclipse.png -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/img/mr_waffles_smiling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/img/mr_waffles_smiling.png -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/img/project_image.png -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/img/project_image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/img/project_image.svg -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/img/ziggy_smiling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/img/ziggy_smiling.png -------------------------------------------------------------------------------- /Mobile Games Ab-testing with Cookie Cats/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Mobile Games Ab-testing with Cookie Cats/notebook.ipynb -------------------------------------------------------------------------------- /Name Game_ Gender Prediction using Sound/datasets/babynames_nysiis.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Name Game_ Gender Prediction using Sound/datasets/babynames_nysiis.csv -------------------------------------------------------------------------------- /Name Game_ Gender Prediction using Sound/datasets/babynames_ssa.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Name Game_ Gender Prediction using Sound/datasets/babynames_ssa.csv -------------------------------------------------------------------------------- /Name Game_ Gender Prediction using Sound/datasets/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Name Game_ Gender Prediction using Sound/datasets/iris.csv -------------------------------------------------------------------------------- /Name Game_ Gender Prediction using Sound/datasets/nytkids_yearly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Name Game_ Gender Prediction using Sound/datasets/nytkids_yearly.csv -------------------------------------------------------------------------------- /Name Game_ Gender Prediction using Sound/datasets/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Name Game_ Gender Prediction using Sound/datasets/project_image.png -------------------------------------------------------------------------------- /Name Game_ Gender Prediction using Sound/img/eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Name Game_ Gender Prediction using Sound/img/eclipse.png -------------------------------------------------------------------------------- /Name Game_ Gender Prediction using Sound/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Name Game_ Gender Prediction using Sound/img/project_image.png -------------------------------------------------------------------------------- /Name Game_ Gender Prediction using Sound/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Name Game_ Gender Prediction using Sound/notebook.ipynb -------------------------------------------------------------------------------- /Naïve Bees: Deep Learning with Images/datasets/images_a.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Deep Learning with Images/datasets/images_a.zip -------------------------------------------------------------------------------- /Naïve Bees: Deep Learning with Images/datasets/images_b.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Deep Learning with Images/datasets/images_b.zip -------------------------------------------------------------------------------- /Naïve Bees: Deep Learning with Images/datasets/labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Deep Learning with Images/datasets/labels.csv -------------------------------------------------------------------------------- /Naïve Bees: Deep Learning with Images/datasets/model_history.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Deep Learning with Images/datasets/model_history.pkl -------------------------------------------------------------------------------- /Naïve Bees: Deep Learning with Images/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Deep Learning with Images/notebook.ipynb -------------------------------------------------------------------------------- /Naïve Bees: Image Loading and Processing/datasets/bee_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Image Loading and Processing/datasets/bee_1.jpg -------------------------------------------------------------------------------- /Naïve Bees: Image Loading and Processing/datasets/bee_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Image Loading and Processing/datasets/bee_12.jpg -------------------------------------------------------------------------------- /Naïve Bees: Image Loading and Processing/datasets/bee_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Image Loading and Processing/datasets/bee_2.jpg -------------------------------------------------------------------------------- /Naïve Bees: Image Loading and Processing/datasets/bee_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Image Loading and Processing/datasets/bee_3.jpg -------------------------------------------------------------------------------- /Naïve Bees: Image Loading and Processing/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Image Loading and Processing/notebook.ipynb -------------------------------------------------------------------------------- /Naïve Bees: Predict Species from Images/datasets/images.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Predict Species from Images/datasets/images.zip -------------------------------------------------------------------------------- /Naïve Bees: Predict Species from Images/datasets/labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Predict Species from Images/datasets/labels.csv -------------------------------------------------------------------------------- /Naïve Bees: Predict Species from Images/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Naïve Bees: Predict Species from Images/notebook.ipynb -------------------------------------------------------------------------------- /Predicting Credit Card Approvals/datasets/cc_approvals.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Predicting Credit Card Approvals/datasets/cc_approvals.data -------------------------------------------------------------------------------- /Predicting Credit Card Approvals/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Predicting Credit Card Approvals/notebook.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/README.md -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/datasets/dates.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/datasets/dates.csv -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/datasets/deaths.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/datasets/deaths.csv -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/datasets/deaths_and_pumps.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/datasets/deaths_and_pumps.csv -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/datasets/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/datasets/iris.csv -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/datasets/johnsnow_dataset_dates_all.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/datasets/johnsnow_dataset_dates_all.csv -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/datasets/johnsnow_dataset_deaths_all.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/datasets/johnsnow_dataset_deaths_all.csv -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/datasets/johnsnow_dataset_pumps_names.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/datasets/johnsnow_dataset_pumps_names.csv -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/datasets/pumps.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/datasets/pumps.csv -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/eclipse.png -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow.jpeg -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_caricature1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_caricature1.jpg -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_cholera1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_cholera1.jpg -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_cholera2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_cholera2.jpg -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_cholera_king2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_cholera_king2.png -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_final.png -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_final1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_final1.png -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_map1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_map1.jpg -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_original.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_original.jpg -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_pump.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_pump.jpg -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_pump1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_pump1.jpg -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_water1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_water1.jpg -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_water4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_water4.jpg -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/johnsnow_zoom_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/johnsnow_zoom_final.png -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/jonsnow_nothing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/jonsnow_nothing.gif -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/jonsnow_nothing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/jonsnow_nothing.png -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/img/project_image.png -------------------------------------------------------------------------------- /Recreating John Snow's Ghost Map/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Recreating John Snow's Ghost Map/notebook.ipynb -------------------------------------------------------------------------------- /Reducing Traffic Mortality in the USA/datasets/miles-driven.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Reducing Traffic Mortality in the USA/datasets/miles-driven.csv -------------------------------------------------------------------------------- /Reducing Traffic Mortality in the USA/datasets/road-accidents.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Reducing Traffic Mortality in the USA/datasets/road-accidents.csv -------------------------------------------------------------------------------- /Reducing Traffic Mortality in the USA/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Reducing Traffic Mortality in the USA/notebook.ipynb -------------------------------------------------------------------------------- /Risk and Returns_ The Sharpe Ratio/datasets/benchmark_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Risk and Returns_ The Sharpe Ratio/datasets/benchmark_data.csv -------------------------------------------------------------------------------- /Risk and Returns_ The Sharpe Ratio/datasets/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Risk and Returns_ The Sharpe Ratio/datasets/iris.csv -------------------------------------------------------------------------------- /Risk and Returns_ The Sharpe Ratio/datasets/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Risk and Returns_ The Sharpe Ratio/datasets/project_image.png -------------------------------------------------------------------------------- /Risk and Returns_ The Sharpe Ratio/datasets/stock_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Risk and Returns_ The Sharpe Ratio/datasets/stock_data.csv -------------------------------------------------------------------------------- /Risk and Returns_ The Sharpe Ratio/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Risk and Returns_ The Sharpe Ratio/img/project_image.png -------------------------------------------------------------------------------- /Risk and Returns_ The Sharpe Ratio/img/sharpe.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Risk and Returns_ The Sharpe Ratio/img/sharpe.jpeg -------------------------------------------------------------------------------- /Risk and Returns_ The Sharpe Ratio/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Risk and Returns_ The Sharpe Ratio/notebook.ipynb -------------------------------------------------------------------------------- /The GitHub History of the Scala Language/datasets/pull_files.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/The GitHub History of the Scala Language/datasets/pull_files.csv -------------------------------------------------------------------------------- /The GitHub History of the Scala Language/datasets/pulls.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/The GitHub History of the Scala Language/datasets/pulls.csv -------------------------------------------------------------------------------- /The GitHub History of the Scala Language/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/The GitHub History of the Scala Language/notebook.ipynb -------------------------------------------------------------------------------- /The Hottest Topics in Machine Learning/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/The Hottest Topics in Machine Learning/notebook.ipynb -------------------------------------------------------------------------------- /What's in a Name_/datasets/lifetables.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/What's in a Name_/datasets/lifetables.csv -------------------------------------------------------------------------------- /What's in a Name_/datasets/names.csv.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/What's in a Name_/datasets/names.csv.gz -------------------------------------------------------------------------------- /What's in a Name_/datasets/population.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/What's in a Name_/datasets/population.csv -------------------------------------------------------------------------------- /What's in a Name_/datasets/shield_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/What's in a Name_/datasets/shield_image.png -------------------------------------------------------------------------------- /What's in a Name_/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/What's in a Name_/img/project_image.png -------------------------------------------------------------------------------- /What's in a Name_/img/shield_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/What's in a Name_/img/shield_image.png -------------------------------------------------------------------------------- /What's in a Name_/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/What's in a Name_/notebook.ipynb -------------------------------------------------------------------------------- /Who Is Drunk and When in Ames, Iowa?/datasets/breath_alcohol_ames.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Who Is Drunk and When in Ames, Iowa?/datasets/breath_alcohol_ames.csv -------------------------------------------------------------------------------- /Who Is Drunk and When in Ames, Iowa?/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Who Is Drunk and When in Ames, Iowa?/notebook.ipynb -------------------------------------------------------------------------------- /Word frequency in Moby Dick/datasets/2701-h.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/datasets/2701-h.htm -------------------------------------------------------------------------------- /Word frequency in Moby Dick/datasets/2701-h.htm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/datasets/2701-h.htm.gz -------------------------------------------------------------------------------- /Word frequency in Moby Dick/datasets/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/datasets/iris.csv -------------------------------------------------------------------------------- /Word frequency in Moby Dick/datasets/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/datasets/project_image.png -------------------------------------------------------------------------------- /Word frequency in Moby Dick/datasets/stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/datasets/stopwords.txt -------------------------------------------------------------------------------- /Word frequency in Moby Dick/img/Moby_Dick_p510_illustration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/img/Moby_Dick_p510_illustration.jpg -------------------------------------------------------------------------------- /Word frequency in Moby Dick/img/bs4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/img/bs4.png -------------------------------------------------------------------------------- /Word frequency in Moby Dick/img/d-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/img/d-x.png -------------------------------------------------------------------------------- /Word frequency in Moby Dick/img/eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/img/eclipse.png -------------------------------------------------------------------------------- /Word frequency in Moby Dick/img/fb_live_schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/img/fb_live_schematic.png -------------------------------------------------------------------------------- /Word frequency in Moby Dick/img/live_preview.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/img/live_preview.jpeg -------------------------------------------------------------------------------- /Word frequency in Moby Dick/img/moby-dick.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/img/moby-dick.jpg -------------------------------------------------------------------------------- /Word frequency in Moby Dick/img/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/img/project_image.png -------------------------------------------------------------------------------- /Word frequency in Moby Dick/img/requests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/img/requests.png -------------------------------------------------------------------------------- /Word frequency in Moby Dick/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmitriy-kisil/DataCamp_Solutions_Python/HEAD/Word frequency in Moby Dick/notebook.ipynb --------------------------------------------------------------------------------