Olakusibe Aremu-Oluwole
A dev's journey

A dev's journey

Follow
homebadges

Solving AttributeError: 'float' object has no attribute 'rint'

Jul 26, 20222 min read

Problem Lately, I have been working on some ETL projects and during the transform stage I come across the error "AttributeError: 'float' object has no...

Solving AttributeError: 'float' object has no attribute 'rint'

Free Microsoft Certification Exam - May 2022

May 11, 20221 min read

Microsoft Build Cloud Skills Challenge · It's here, pick any (one) Microsoft Build Cloud Skills Challenge that would earn you a free Microsoft...

Free Microsoft Certification Exam - May 2022

Azure Functions: Requeue Items

Oct 13, 20213 min read

How to move all queue items on a queue to another queue · Introduction As an azure functions dev, I am sure you've come across issues where a...

Azure Functions: Requeue Items