all AI news
Data Engineering Using Julia Lang
Web: https://pub.towardsai.net/data-engineering-using-julia-lang-c2c7454b180f?source=rss----98111c9905da---4
May 7, 2022, 12:01 p.m. | Vivek Chaudhary
Towards AI - Medium towardsai.net
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, and here I am going to talk CODE, less theory more code.
Import necessary libraries and dataset
using CSV
using DataFrames
using Dates
#load the datasets into memory
emp_df = CSV.read("D:\\Julia\\emp.csv", DataFrame)
print(typeof(emp_df))
#first()to access top 5 records
first(emp_df,5)
dept_df = CSV.read("D:\\Julia\\dept.csv", DataFrame)
print(typeof(dept_df))
first(dept_df,5)
Data …
code data data engineering engineering etl-pipeline julia julialang programming
More from towardsai.net / Towards AI - Medium
Trading with AI, a dream or reality
1 day, 16 hours ago |
towardsai.net
The AI Process
3 days, 18 hours ago |
towardsai.net
How are AI Projects Different
4 days, 6 hours ago |
towardsai.net
Things Data Scientists Say, Clever Or Not So Clever?
4 days, 10 hours ago |
towardsai.net
Latest AI/ML/Big Data Jobs
Data Analyst, Patagonia Action Works
@ Patagonia | Remote
Data & Insights Strategy & Innovation General Manager
@ Chevron Services Company, a division of Chevron U.S.A Inc. | Houston, TX
Faculty members in Research areas such as Bayesian and Spatial Statistics; Data Privacy and Security; AI/ML; NLP; Image and Video Data Analysis
@ Ahmedabad University | Ahmedabad, India
Director, Applied Mathematics & Computational Research Division
@ Lawrence Berkeley National Lab | Berkeley, Ca
Business Data Analyst
@ MainStreet Family Care | Birmingham, AL
Assistant/Associate Professor of the Practice in Business Analytics
@ Georgetown University McDonough School of Business | Washington DC