
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Md Waqar Tabish has Published 17 Articles

Md Waqar Tabish
3K+ Views
Density Plot A density plot, also known as a kernel density estimate (KDE) plot, is a graphical display of data that shows the probability density function (PDF) of the data. It is used to visualize the distribution of the data and identify patterns and trends in the data. The purpose ... Read More

Md Waqar Tabish
2K+ Views
What is Swarmplot() and Stripplot? In python seaborn, the swarmplot() positions the points using a technique called "beeswarm" that adjusts the points to avoid overlap. This results in a plot where the points are spread out and are easier to distinguish, but the relative positions of the points within a ... Read More

Md Waqar Tabish
1K+ Views
A matplotlib-based Python data visualisation package is called Seaborn. It offers a sophisticated drawing tool for creating eye-catching and educational statistics visuals. Seaborn assists in resolving Matplotlib's two main issues, which are? We now believe that teaching students how to generate these representations using ggplot2's methods—which take more coding ... Read More

Md Waqar Tabish
2K+ Views
A matplotlib-based Python visualization package is called Seaborn. It offers an advanced drawing interface for beautiful statistics visuals. It is based on Matplotlib and supports the pandas and numpy data structures and the statistical functions from scipy and statsmodels. A connection involving categorical data may be shown in seaborn in ... Read More

Md Waqar Tabish
1K+ Views
Pandas is a well-known open-source Python library that provides a wide range of capabilities to make data analysis more effective. The Pandas package is mostly utilised for pre-processing data activities, including cleaning, transforming, and manipulating data. As a result, it is a highly useful tool for analysts and data scientists. ... Read More

Md Waqar Tabish
19K+ Views
Regular expressions, often known as RegEx, are a string of characters corresponding to letters, words, or character patterns in text strings. It implies that you may use regular expressions to match and retrieve any string pattern from the text. Search and replace procedures benefit from the usage of regular expressions. ... Read More

Md Waqar Tabish
2K+ Views
Introduction The re-module is what we use in Python for regular expressions. Text searches and more complex text manipulation employ regular expressions. Tools like grep and sed, text editors like vi and emacs, and computer languages like Tcl, Perl, and Python all have built-in regular expression support. The re-module ... Read More