Visual Display of Infromation in DV

Definition Visual display of information means presenting data in graphical or visual form so that it is easy to understand and analyze. Characteristics Visual displays such as text, tables, graphs, bars, lines, and areas help present data clearly. Tableau provides …

Loading

Structure of Tableau

Tableau provides a user-friendly drag-and-drop interface designed for data visualization and analysis. Below is a breakdown of its key components. Tableau’s intuitive UI makes it easy to analyze data using Sheets, Dashboards, and Stories. The Menu, Toolbar, and Data Window …

Loading

Filters in Tableau

Tableau Basic Filters Filters in Tableau are used to restrict or limit data based on user-defined conditions displayed in a visualization. Basic filters in Tableau help users control and refine the data displayed in visualizations. They are essential for effective …

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