Hi everyone,
Know SQLite doesn’t come with math functions - was wondering if anyone knows how to either add a function or how to use a library? Need to be able to add a POWER() function.
Using Jupiter Notebooks to connect via:
%%capture
%load_ext sql
%sql sqlite:///data.db
Thanks!