I always wish I wouldn’t have to pull in python/pandas to do simple data transformations on smaller local datasets/csv files and stick with sqlite. But then I tend to quickly hit a problem that seems to require dynamic SQL. Anything in between SQL and a general programming language that is made for transforming tabular data?
tsql and plsql allow more flexibility than plain sql and are integrated in most modern platforms like postgre
typical enterprise tool would be informatica