Category "data-transform"

Can we call any external REST API inside DBT(Data Build Tool)?

I am working on some analytical work and we need to transform data from one source to another and we are using DBT for transformation purpose. one of the data a

Can we call any external REST API inside DBT(Data Build Tool)?

I am working on some analytical work and we need to transform data from one source to another and we are using DBT for transformation purpose. one of the data a

Convert a float column with nan to int pandas

I am trying to convert a float pandas column with nans to int format, using apply. I would like to use something like this: df.col = df.col.apply(to_integer) w