Excelente material da Stanford ML Group:
Subscribe to:
Post Comments (Atom)
SQL - Query Analytics Basic
SELECT Nome_Produto, ROUND(MIN(Valor_Venda), 2) AS Valor_Minimo, ROUND(MAX(Valor_Venda), 2) AS Valor_Maximo, ROUND(AV...
-
There are two points to be evaluated: 1. If you want to discard the errors In this case, just run: #"Removed errors" = Table.Re...
-
#Script de Tempo Begin from datetime import datetime from dateutil.relativedelta import relativedelta def diff ( t_a , t_b ): ...

No comments:
Post a Comment