Exploratory Data Analysis
[Read More]
Titanic Machine learning from Disaster
Python implementation of Titanic Machine learning competition from Kaggle
Titanic Kaggle Challenge
The Titanic challenge on Kaggle is a competition in which the task is to predict the survival or the death of a given passenger based on a set of variables describing him such as his age, his sex, or his passenger class on the boat.
[Read More]
WebScraping using Python - Cricket Stats
Using Python to scrape webpages for all players statistics in a particular year and store the details in a database
Cricket Statistics WebScraping using Python
[Read More]
Pandas Fundamentals and implementation.
Includes fundamentals of Pandas and implementation of various functions, modules, and objects included in Pandas.
Data Manipulation with Pandas Pandas is a newer package built on top of NumPy, and provides an efficient implementation of a DataFrame. DataFrames are essentially multidimensional arrays with attached row and column labels, and often with heterogeneous types and/or missing data As well as offering a convenient storage interface for...
[Read More]
NumPy Fundamentals and implementation.
Includes fundamentals of NumPy and implementation of various functions, modules, and objects included in NumPy.
NumPy - Numerical & Scientific Computing with Python.
[Read More]