Python
📄 42 ArticlesMap() in Python | Python for Data Science | Day 13
Welcome to our tutorial on Map() in Python. This article will cover various instances to demonstrate how map() in Python […]
Type() and isinstance() in Python | Python for Data Science | Day 15
Hello, Team Python!The Data Monk is back with wholesome content on Type() and isinstance() in Python in Python.We will discuss […]
Range() in Python | Python for Data Science | Day 16
We hope you are putting your time to a productive The Data Monk is back with a new tutorial for […]
Installing XGBoost and pandas_profiling in MacOS
IInstalling xgboost and pandas_profiling in MacOSWhy are we writing this article to install a simple library?It’s because there is a […]
Python Quiz 3 | Daily Quiz 3
Python Quiz for Data Science Try the following quiz, it has 10 fairly simple questions on minute Python concepts.Comment your […]
Regular Expression in Python
Regular Expression in PythonWe will start with Regular Expressions. RegEx is a way of creating a rule to filter what […]
Python Basics
We know that you already know a lot about Python and it’s capability in the Data Science domain. I have […]
Python – Conditional Statements
One of the most important thing which you need to learn in Python is the use of conditional statement. These […]
Visualization in Python
Piyush was here, I was ready with my cup of tea. I always used to worry about visualizations. For me, […]
Label Encoder and One Hot Encoding
In our datasets we can have any sort of data, we can have numbers, categories, texts, or literally anything. If […]