Category: Data Engineering

Google Colab Notebook for Python

Sometimes we may require to work with Python without installing Python into your laptop or computer. It’s not a big deal in the present world...

Why Python?

Python is playing a big role in the present world of Data Science. Python is an open source high level programming language as well as...

MS SQL Server PADDING Function

Sometimes you may need to pad character in left or in right in MS SQL Server. There is no direct function in MS SQL Server...

MS SQL Server REPLICATE() Function

Sometimes you may need to repeat a same string in multiple times in MS SQL Server. There is a function called REPLICATE in MS SQL...

MS SQL Server PATINDEX() Function

Sometimes you may need to delete specific characters in one string by inserting another specific length of string in MS SQL Server. There is a...

MS SQL Server SPACE() Function

Sometimes you may need to add space with your desired text in MS SQL Server. There is a function called SPACEĀ in MS SQL Server by...