I explain simple steps to get into data analytics
Author: Yuki
Deploying a Cloud Function using the Google Cloud CLI
A tutorial for deploying a cloud function from your laptop
How to Set up Google Cloud CLI
Learn how to set up google cloud CLI on your laptop
Create Custom Exceptions in Python
Learn how to create custom exceptions in Python
How To Use Power BI on Mac
I introduce 2 way to run Power BI on Mac
Real-Time Streaming in Power BI with Push Datasets
A tutorial on real-time streaming in Power BI
How I Passed AWS Certified Developer Exam (DVA-C01)
My experience passing AWS certified developer exam
Network Visualizations in Python
Network visualizations in Python
DAX.do is a sandbox for DAX
DAX.do is a great tool to test your DAX
Python Pandas .apply() function – how does it differ from .applymap() and .map()?
apply(), applymap(), and .map()