Intro to BigQueryBigQuery is a fully managed, cloud-native data warehouse developed by Google. It was first announced in 2010 and became generally available…Jan 23, 2023Jan 23, 2023
Sorting Algorithms Time & Space ComplexitySorting algorithms are methods for arranging elements in a particular order, such as ascending or descending. Some common sorting…Jan 22, 20231Jan 22, 20231
Determine Query Cost in BigQueryIn general, the queries that do less work perform better. When evaluating query performance in BigQuery, the amount of work depends on many…Aug 26, 2021Aug 26, 2021
Iterators-Iterables in PythonIterators are collection of items and you can iterate through each item without any knowledge of the items stored in it and how they are…Nov 28, 2020Nov 28, 2020