cndro, Author at CNDRO.LLC - Page 3 of 10
-1
archive,paged,author,author-cndro,author-2,wp-custom-logo,paged-3,author-paged-3,theme-bridge,bridge-core-2.9.4,woocommerce-no-js,tribe-no-js,ehf-template-bridge,ehf-stylesheet-bridge-child,qode-page-transition-enabled,ajax_fade,page_not_loaded,,no_animation_on_touch,qode-title-hidden,qode_grid_1300,footer_responsive_adv,hide_top_bar_on_mobile_header,columns-4,qode-child-theme-ver-1.0.0,qode-theme-ver-27.8,qode-theme-bridge,qode_header_in_grid,wpb-js-composer js-comp-ver-6.7.0,vc_responsive,elementor-default,elementor-kit-2634

Datamart is one of the newest addition to the Power BI component. It helps to bridge the gap between business users and IT. It provides an easy and no-code experience to ingest data from different data sources and perform ETL on the data using Power...

Today's article focuses on Data joining in Tableau. In Tableau, when we work with enormous data sets, it is common to find that those data sets have multiple tables with different data fields. This tells us data usually don’t reside in a single table. We...

Photo by Clément Hélardot on Unsplash In today’s article, we’d be discussing errors and exceptions in Python. Errors refers to problems which can occur in a program and stop the program’s execution. We can have the error in form of a “traceback” error message which provides a full report...

An introduction to the concept of Level of Detail(LOD) expressions in Tableau. Photo by path digital on Unsplash Level of Detail (LOD) are expressions that give a user the privilege to control data computations on different levels of granularity in Tableau. We can perform simple or complex computations at a...

Photo by Procreator UX Design Studio on Unsplash Functions in Python can be defined as a group of related statements used to perform a specific task. Functions are usually useful for breaking programs into smaller and modular chunks thereby making the code looks more organized and manageable. Functions can be...