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
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
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