Tables

Creating Dynamic Pivots on Snowflake Tables with dbt

Leverage dbt and its advanced scripting functionality to generate dynamic pivot tables that adapt to changing pivot valuesMost of us will approach this by writing SQL with case statements for every category. While this...

Top 5 Principles for Constructing User-Friendly Data Tables

Designing intuitive and reliable tables that your data team will loveWorking in data science and analytics for seven years, I actually have created and queried many tables. There are many times I'm wondering, “What...

Getting Began with Powerful Data Tables in Your Python Web Apps

SetupFirst we import the essential libraries, including yfinance for fetching the stock data.import reflex as rxfrom reflex_ag_grid import ag_gridimport yfinance as yffrom datetime import datetime, timedeltaimport pandas as pdFetching and remodeling dataNext, we define...

Add One Line of SQL to Optimise Your BigQuery Tables

Clustering: A straightforward technique to group similar rows and forestall unnecessary data processingIn my previous article, I explained the way to optimise SQL queries using partitioning:Now, I’m writing the sequel! (Dad joke, anyone?)This text...

Recent posts

Popular categories

ASK ANA