Introduction to Building Custom Apache Airflow Operators
·
·
If you work in data engineering, then the chance are high that you are using or have used Apache Airflow.
Topic Archive
·
·
If you work in data engineering, then the chance are high that you are using or have used Apache Airflow.
In this post I share a quick script I produced last week to automate a portion of our review post. There are some nice idioms that you might find useful.
·
·
I wanted to play around with a dataset and see what I could find out about it. I decided on analyzing the little bit of data that I could collect from Github without having to use an OAuth key, which limits it to just 300 events. If you want to follow along with my notebook check out the instructions here. This notebook was my submission for Code Challenge 47 – PyBites First Year in Data (Special).
·
·
Today we have Martin Smith show us how he used Pandas and Seaborn to solve our Marvel Comics Challenge. Take it away Martin!
·
·
Use collections.deque to rotate letters in string (or elements in list). It has a native method which performs faster too.