D

Data & Analytics

Pandas, SQL, Power BI, Tableau, data visualization

33 articles

Advertisement

Tableau Context Filters Ignored: Why Your Top N Filter Shows Wrong Results

A Tableau Top N filter often returns unexpected results because filters are evaluated in a specific order. If Context Filters are missing or configured incorrectly, Top N calculations may be performed against the entire dataset instead of the filtered subset. Learn how Tableau's order of operations

Jul 05, 2026 5m read πŸ‘ 5

Pandas melt and stack Producing Duplicate Rows: Reshaping Pitfalls Fixed

Reshaping data with Pandas melt() and stack() is a common task in analytics pipelines, but many developers are surprised when the resulting dataset contains duplicate rows, inflated record counts, or incorrect aggregations. Learn why these issues occur and how to avoid them.

Jun 28, 2026 4m read πŸ‘ 6

SQL GROUP BY Silently Excluding NULLs: How to Catch and Fix It

GROUP BY quietly treats NULL as its own group, but aggregations like COUNT and SUM still skip NULL values inside columns β€” leaving your totals wrong with no error message. Here's how to catch it before it costs you.

Jun 26, 2026 4m read πŸ‘ 27
πŸ“¬ Weekly Newsletter

Stay ahead of the curve

Get the best programming tutorials, data analytics tips, and tool reviews delivered to your inbox every week.

No spam. Unsubscribe anytime.