Essential Links for a Data Scientist
A curated list of essential resources and links for any Data Scientist, covering Machine Learning, AI, ChatGPT & other LLMs like Bard and Claude
SQL (Structured Query Language) underpins nearly every technology in the world and is the most effective way of pulling and transforming data. These posts will span from beginner SQL to Advanced SQL querying strategies and tips
A curated list of essential resources and links for any Data Scientist, covering Machine Learning, AI, ChatGPT & other LLMs like Bard and Claude
Write a lot of SQL joins? Learn the magic of the Apply operator to make more efficient and performant joins between tables and datasets. Using Apply can often outperform joins or subqueries and makes your code much cleaner and easier to read.
In this article we’ll show you five little-known SQL Server Management Studio tips and tricks that even veteran SQL coders may not be aware of. By learning these shortcuts you can massively improve your SQL speed and efficiency, and its a fun way to impress your coworkers. (If you’re new or just want to try…