Pandas provides many convenient methods to impute missing values in the dataset In this article, we learn how to deal with the missing values in a…
Different Methods to Access General Information of Dataset with Python Pandas
Convenient Pandas’ methods to access the information of dataset better before processing and analyze it This article is the Part III of Data Analysis Series, which…
An Awesome Spell and Grammar Checker for Online Writing
An easy and practical spell and grammar checker for online writers to type an email, a blog post, or just a simple tweet or a response…
Different Methods to Easily Detect Missing Values in Python
Use different methods to detect missing values in a dataset using Python Pandas library This article is the Part IV of Data Analysis Series, which includes…
Convenient Methods to Rename Columns of Dataset with Pandas in Python
To display how easy it is to rename columns of a dataset for different cases using Python Pandas Library We usually change certain variables, rename, even…
How to Read Dataset from GitHub and Save it with Python Pandas
To display how easily and convenient to read a dataset from GitHub into Pandas DataFrame and save it in local computer GitHub is a good…
How to Convert Jupyter Notebook into a Standalone Web Application
To Convert a Jupyter Notebook into a Standalone Web Application using Voilà Jupyter notebook is not ideal to address non-technical audiences due to many codes, where…
How to Transfer a Jupyter Notebook into an Immediate Slideshow
Running your code directly while playing your slideshow during your presentation A Jupyter notebook can be either transferred into Reveal.js slides or turned into an…
Different Methods to Create Interactive Widget Plots in the Jupyter Notebook
To create interactive widget plots using IPython’s widgets The easiest way to get started with interactive widgets is using IPython’s widgets(ipywidgets). ipywidgets, also known as…
Easy Methods to Create 2D and 3D Interactive Plots with Plotly in the Jupyter Notebook
To display easy way to plot 2D and 3D interactive plots with Plotly in the Jupyter notebook In one of the previous posts, I illustrated how…


