How to Format Date Time Data Object in Python
In this tutorial, I will show how to format date time data object in Python. The following table contains the most commonly used Python strftime()...
Why Uppercase for X and Lowercase for y is Used in Python Model
In terms of Linear Algebra, it is extremely common to use capital Latin letters for matrices (e.g. design matrix XX) and lowercase Latin letters for vectors (response vector yy)....
Keyboard Shortcuts for Jupyter Notebook
If you know the keyboard shortcuts for Jupyter Notebook it will be easy for you to code withing shortest possible of time. Top 5 Important...
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...
Pandas read_csv Parameters in Python
The most popular and most used function of pandas is read_csv. This function is used to read text type file which may be comma separated...