04 - Work Process
Professional Work Process
But first, let's get the work process straight.
We'll manage data using baserow.io (get an account or run your own instance), and create an API token.
So, let's say we have a view for data, like this:
Use the baserow-client library to read it:
Now, we can do the same mean computation, like:
Tip: To apply "to_numeric" wherever possible, use something like:
Read more about type conversions here.
Last updated