D

Data & Analytics

Pandas, SQL, Power BI, Tableau, data visualization

35 articles

Advertisement

Turning Your Jupyter Notebook Analysis Into a Paid Reporting Service

Most data analysts use Jupyter Notebooks for one-off projects, but the same notebooks can become the foundation of a profitable recurring reporting business. Learn how to automate notebook execution, build client-ready reports, and transform your analytics expertise into a scalable subscription

Jul 12, 2026 5m read πŸ‘ 11

Turning Your Jupyter Notebook Analysis Into a Paid Reporting Service

Many data analysts build powerful Jupyter Notebook reports for internal projects, but few realize these notebooks can become profitable reporting services. Learn how to transform one-off analyses into scalable products, automate report generation, and build a recurring revenue business around data

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

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 πŸ‘ 14

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 πŸ‘ 14

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 πŸ‘ 41
πŸ“¬ 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.