Thursday, February 21, 2019

FAST DATA – A EVOLUÇÃO DO BIG DATA

Material bem interessante sobre a evolução de BIG DATA...
Fonte:
http://datascienceacademy.com.br/blog/fast-data-a-evolucao-do-big-data/


No comments:

Post a Comment

Power Query - funcao limpa replace texto numero

//fnc_limpa_texto (TextValue as nullable text) => let     SafeText = if TextValue = null then "" else TextValue,     DigitsOnly...