Eugenia Anello

AI

An Introduction to CTEs in SQL

Explore how Common Table Expression (CTE) can help optimize SQL performance and readability Eugenia Anello · Follow Published in Towards Data Science · 6 min read · 11 hours ago — Photo by SpaceX on Unsplash In the past few months, I have learned the importance of writing clean, readable, and efficient SQL queries. They are essential for integrating information from different tables. However, writing complex queries from scratch can be time-consuming, especially when you

Read More »
AI

An Intuitive Guide to Docker for Data Science

Learn the basic concepts of Docker, common commands, and how to dockerize a machine learning application Eugenia Anello · Follow Published in Towards Data Science · 7 min read · 9 hours ago — Photo by Unsplash+ on Unsplash While working as data scientist, it’s important to write code that runs in any operating system with all the necessary dependencies, and is ready to be deployed on the cloud. Despite your efforts, it may still

Read More »