├── A New Era of Data Analysis in Baseball ├── datasets │ ├── judge.csv │ └── stanton.csv ├── notebook.ipynb └── readme.md ├── A Visual History of Nobel Prize Winners ├── datasets │ └── nobel.csv └── notebook.ipynb ├── AB Testing with Cookie Cats ├── datasets │ └── cookie_cats.csv └── notebook.ipynb ├── Code review.ipynb ├── Dr. Semmelweis and the Discovery of Handwashing ├── datasets │ ├── ignaz_semmelweis_1860.jpeg │ ├── monthly_deaths.csv │ ├── project_image.png │ └── yearly_deaths_by_clinic.csv └── 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 │ └── success-large.gif └── notebook.ipynb ├── Exploring the Bitcoin Cryptocurrency Market ├── datasets │ ├── coinmarketcap_06012018.csv │ ├── coinmarketcap_06122017.csv │ └── project_image.png └── notebook.ipynb ├── Exploring the evolution of Linux ├── datasets │ ├── git_log.gz │ └── git_log_excerpt.csv └── notebook.ipynb ├── Exporing the Ames Iowa dataset ├── datasets │ └── breath_alcohol_ames.csv └── notebook.ipynb ├── PROJECT WHICH DEBTS ARE WORTH THE BANK'S EFFORT └── notebook.ipynb ├── README.md ├── Story 1.twb ├── Suicide Analytics.ipynb ├── TV, Halftime Shows, and the Big Game ├── datasets │ ├── halftime_musicians.csv │ ├── super_bowls.csv │ └── tv.csv └── notebook.ipynb ├── The GitHub History of the Scala Language ├── datasets │ ├── pull_files.csv │ └── pulls.csv └── notebook.ipynb ├── World Cup History.ipynb ├── app.py ├── project_img.JPG └── style.css /A New Era of Data Analysis in Baseball/datasets/judge.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/A New Era of Data Analysis in Baseball/datasets/judge.csv -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/datasets/stanton.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/A New Era of Data Analysis in Baseball/datasets/stanton.csv -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/A New Era of Data Analysis in Baseball/notebook.ipynb -------------------------------------------------------------------------------- /A New Era of Data Analysis in Baseball/readme.md: -------------------------------------------------------------------------------- 1 | # A New Era of Data Analysis in Baseball 2 | -------------------------------------------------------------------------------- /A Visual History of Nobel Prize Winners/datasets/nobel.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/A Visual History of Nobel Prize Winners/datasets/nobel.csv -------------------------------------------------------------------------------- /A Visual History of Nobel Prize Winners/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/A Visual History of Nobel Prize Winners/notebook.ipynb -------------------------------------------------------------------------------- /AB Testing with Cookie Cats/datasets/cookie_cats.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/AB Testing with Cookie Cats/datasets/cookie_cats.csv -------------------------------------------------------------------------------- /AB Testing with Cookie Cats/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/AB Testing with Cookie Cats/notebook.ipynb -------------------------------------------------------------------------------- /Code review.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Code review.ipynb -------------------------------------------------------------------------------- /Dr. Semmelweis and the Discovery of Handwashing/datasets/ignaz_semmelweis_1860.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/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/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/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/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/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/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Dr. Semmelweis and the Discovery of Handwashing/datasets/yearly_deaths_by_clinic.csv -------------------------------------------------------------------------------- /Dr. Semmelweis and the Discovery of Handwashing/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Dr. Semmelweis and the Discovery of Handwashing/notebook.ipynb -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/adding-cells.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring 67 years of LEGO/datasets/adding-cells.gif -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/colors.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring 67 years of LEGO/datasets/colors.csv -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/downloads_schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring 67 years of LEGO/datasets/downloads_schema.png -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/lego-bricks.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring 67 years of LEGO/datasets/lego-bricks.jpeg -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/notebook_inline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring 67 years of LEGO/datasets/notebook_inline.png -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring 67 years of LEGO/datasets/project_image.png -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/sets.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring 67 years of LEGO/datasets/sets.csv -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/datasets/success-large.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring 67 years of LEGO/datasets/success-large.gif -------------------------------------------------------------------------------- /Exploring 67 years of LEGO/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring 67 years of LEGO/notebook.ipynb -------------------------------------------------------------------------------- /Exploring the Bitcoin Cryptocurrency Market/datasets/coinmarketcap_06012018.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring the Bitcoin Cryptocurrency Market/datasets/coinmarketcap_06012018.csv -------------------------------------------------------------------------------- /Exploring the Bitcoin Cryptocurrency Market/datasets/coinmarketcap_06122017.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring the Bitcoin Cryptocurrency Market/datasets/coinmarketcap_06122017.csv -------------------------------------------------------------------------------- /Exploring the Bitcoin Cryptocurrency Market/datasets/project_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring the Bitcoin Cryptocurrency Market/datasets/project_image.png -------------------------------------------------------------------------------- /Exploring the Bitcoin Cryptocurrency Market/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring the Bitcoin Cryptocurrency Market/notebook.ipynb -------------------------------------------------------------------------------- /Exploring the evolution of Linux/datasets/git_log.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring the evolution of Linux/datasets/git_log.gz -------------------------------------------------------------------------------- /Exploring the evolution of Linux/datasets/git_log_excerpt.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring the evolution of Linux/datasets/git_log_excerpt.csv -------------------------------------------------------------------------------- /Exploring the evolution of Linux/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exploring the evolution of Linux/notebook.ipynb -------------------------------------------------------------------------------- /Exporing the Ames Iowa dataset/datasets/breath_alcohol_ames.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exporing the Ames Iowa dataset/datasets/breath_alcohol_ames.csv -------------------------------------------------------------------------------- /Exporing the Ames Iowa dataset/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Exporing the Ames Iowa dataset/notebook.ipynb -------------------------------------------------------------------------------- /PROJECT WHICH DEBTS ARE WORTH THE BANK'S EFFORT/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/PROJECT WHICH DEBTS ARE WORTH THE BANK'S EFFORT/notebook.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/README.md -------------------------------------------------------------------------------- /Story 1.twb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Story 1.twb -------------------------------------------------------------------------------- /Suicide Analytics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/Suicide Analytics.ipynb -------------------------------------------------------------------------------- /TV, Halftime Shows, and the Big Game/datasets/halftime_musicians.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/TV, Halftime Shows, and the Big Game/datasets/halftime_musicians.csv -------------------------------------------------------------------------------- /TV, Halftime Shows, and the Big Game/datasets/super_bowls.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/TV, Halftime Shows, and the Big Game/datasets/super_bowls.csv -------------------------------------------------------------------------------- /TV, Halftime Shows, and the Big Game/datasets/tv.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/TV, Halftime Shows, and the Big Game/datasets/tv.csv -------------------------------------------------------------------------------- /TV, Halftime Shows, and the Big Game/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/TV, Halftime Shows, and the Big Game/notebook.ipynb -------------------------------------------------------------------------------- /The GitHub History of the Scala Language/datasets/pull_files.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/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/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/The GitHub History of the Scala Language/datasets/pulls.csv -------------------------------------------------------------------------------- /The GitHub History of the Scala Language/notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/The GitHub History of the Scala Language/notebook.ipynb -------------------------------------------------------------------------------- /World Cup History.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/World Cup History.ipynb -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/app.py -------------------------------------------------------------------------------- /project_img.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/project_img.JPG -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ammarshaikh123/Projects-on-Data-Cleaning-and-Manipulation/HEAD/style.css --------------------------------------------------------------------------------