How to Set Up Your First BigQuery Project

How to Set Up Your First BigQuery Project

​​In this post, you’ll learn what BigQuery is, understand its capabilities, and set up a project in Google Cloud which we will later use to practice using BigQuery for loading, querying, and analyzing data. This is the first article in a series about BigQuery:...
3 Simple Ways to Merge Python Dictionaries

3 Simple Ways to Merge Python Dictionaries

​​When working with dictionaries in Python, you’ll sometimes have to merge them into a single dictionary for further processing. In this tutorial, we’ll go over three common methods to merge Python dictionaries. Specifically, we’ll focus on merging dictionaries...