data-analysis

Pandas Datetime

Manipulating datetime columns in pandas

Vasav

3 minute read

This post explains how to work with date and time in pandas. Date and time are very common for a dataset to have. Based on the use case, the column should be transformed.

Cube js with duckdb

Using local duckdb instance with cube js

Vasav

3 minute read

In this article, I am going to walk you through the process of using duckdb local instance with cube js. For smaller data sets, cube js sementic layer can be employed to drive any supported BI tool. A general workflow would be using excel files to load data in duckdb and using that data with a BI tool can add a lot of value for a small data team.