Getting started with MySQL and MySQL Workbench
This post is going to take you through – how to install and query MYSQL and MySQL Workbench on your local box. Let’s get started Let’s… Read More »Getting started with MySQL and MySQL Workbench
This post is going to take you through – how to install and query MYSQL and MySQL Workbench on your local box. Let’s get started Let’s… Read More »Getting started with MySQL and MySQL Workbench
Exploratory Data Analysis (EDA) is an approach to analysing data sets to summarize their main characteristics, often with visual methods. Following are the different steps involved… Read More »Exploratory Data Analysis (EDA) techniques for kaggle competition beginners
This post briefly describe about how to use Kaggle data on your local Jupyter Notebook. Env details: Ubuntu Python 3.6.3 Steps We need these steps… Read More »How to work on Kaggle data on your local Jupyter Notebook
This small post provides information on cleaning data by dealing with missing data present in a dataframe. Data cleaning is the process of ensuring that… Read More »Cleaning data for data visualisation