Posted at 11:39h
in
Uncategorized
by cndro
Recently, Snowflake has gained momentum in the cloud data warehousing space. Snowflake offers a cloud-based data storage and analytics service, generally known as “data warehouse-as-a-service”. It lets corporate users store and analyze data using cloud-based hardware and software. Snowflake table stores data and there are...
Posted at 17:55h
in
Uncategorized
by cndro
Just like Microsoft Excel, Tableau uses a workbook and sheet file structure. A workbook contains sheets. A Tableau worksheet has a single view with shelves, legends, cards, and the Data and Analytics panes in its sidebar. A sheet can be a worksheet, a story, or...
Posted at 15:14h
in
Uncategorized
by cndro
Conditional formatting is a feature included in spreadsheet creation programs. It automatically applies formatting to a cell when the data in that cell meets a specific criteria. In this post, I will be sharing with you a video walkthrough on how to conditionally format an...
Posted at 14:22h
in
Uncategorized
by cndro
Conditional Statements in Python are used to decide the flow of execution of a program or code in Python. It’s like telling your program, “Hey, do this particular thing if it meets this condition, or if it doesn’t”. In Python, conditional statements are handled with “IF”. In...