Data Engineering Using Julia Lang
Author(s): Vivek Chaudhary Originally published on Towards AI. The objective of this blog is to understand how to build a Data Engineering pipeline using Julia Lang. There are a lot of blogs on the internet that talk about the theory of DE, …
Can Julia compete with PySpark? A Data Comparison
Author(s): Vivek Chaudhary Originally published on Towards AI. Creators of Julia language claims Julia to be very fast, performance-wise as it does not follow the two language theory like Python, it is a compiled language whereas Python is an amalgamation of both …
A Beginnerβs Guide To Optimizing Julia Code
Author(s): ___ Originally published on Towards AI. How To Find And Fix Performance Bottlenecks In this article, I will share some tips to help speed up the Julia code. The goal is to help newcomers to this language be familiar with the …