Operators in Tableau

Operators in Tableau are used to perform calculations, comparisons, and logical operations within calculated fields and formulas. These operators help in data transformation, filtering, and decision-making. Types of Operators in Tableau Tableau provides General, Arithmetic, Relational, and Logical operators to …

Loading

Built-In Functions in Tableau

Types of Built-In Functions Tableau provides several types of built-in functions that are used to manipulate and analyze data in calculated fields. Tableau functions help in data transformation, calculation, and analysis. These functions are categorized into:- Number Functions (Math operations) …

Loading

String in Python (Examples)

Example : A Python program to Reverse each character of the String word. Example : A Python program to Reverse each word of the String Sentence. Example : A Python program to check whether the String is Palindrome. Example : …

Loading

Regular Expression in Python

Definition Regular expressions (regex) are a powerful tool in Python that are used for matching desired patterns in strings/text. Features Regular expressions (regex) allow us to search, match, and manipulate strings based on patterns.  We can test our regex patterns …

Loading

String in Python

Definition In Python, a string is a sequence of characters enclosed within single (‘ ‘), double (” “), or triple quotes (”’ ”’ or “”” “””). Strings are immutable, i.e. they cannot be changed after creation. Strings in Python are …

Loading

Daily Use IT Hacks

Slno Descriptions Links Remarks ## To Convert, Edit, Resize, Crop, Merge and Compress pdf Link1  Link2  Link3  — ## To convert .pages files (created by Apple Pages on MAC os) in Windows MS Word .docx Link1  Link2   ## To …

Loading

Class and Object (Examples)

Example : A Python program to display the Message/Values using a Class and an Object. Example : A Python program to display the sum of two values using a Class and an Object. Example : A Python program to display …

Loading

Configuring a Firewall in Linux

Firewalls are critical for securing Linux systems by controlling incoming and outgoing network traffic based on predefined rules. A firewall is a security system that monitors and controls network traffic. Linux firewalls operate at the kernel level using Netfilter, a …

Loading

Configuring DNS Server

DNS DNS(Domain Name System) is a hierarchical system used to translate human-readable domain names (e.g., example.com) into their respective machine-readable IP addresses (e.g., 192.0.2.1). In other words, a DNS Server resolves domain names into IP addresses and vice versa. Structure/Components of …

Loading