2727 подписчиков
24 видео
22. Add Wait Time & Sleep Function in Excel Using Macros VBA: Control Your Workflow!
10. Find the Last Row in Excel Using Macros VBA: Optimize Your Excel Automation!
14. Converting Text to Lowercase & Uppercase in BigQuery | SQL String Functions
7. Install Libraries in Jupyter notebook
17. Extract Date, Month, and Year from a Column in BigQuery | SQL Date Functions Tutorial
64. FIRST VALUE & LAST VALUE Window Functions in SQL BigQuery - Extracting First and Last Rows
78. Mastering Pivot Tables in SQL - Transform Your Data with Ease
20. Assign Macros to Buttons & Keyboard Shortcuts in Excel Using VBA: Boost Your Efficiency!
47. Master EDATE Function in Excel & Google Sheets | Simplified by a Googler
83. Preferred Method for UNNESTing Arrays in SQL - Best Practices
2. How to Create a Table in BigQuery | SQL Table Creation Made Easy
10. Master MID & Text to Columns in Excel & Google Sheets | Simplified by a Googler
16. Master ROUNDDOWN Function in Excel & Google Sheets | Simplified by a Googler
10. Deep Learning with PyTorch: Linear Regression with Loss and Optimizers
62. DENSE RANK Window Function in SQL BigQuery - Ranking Without Gaps
55. How to CAST or Change Data Type in SQL
53. Master EXTRACT WEEKDAY, WEEKNUM Functions in Excel & Google Sheets | Simplified by a Googler
18. Remove Leading and Trailing Spaces in Excel Using Macros VBA: Clean Your Data Efficiently!
11. Deep Learning with PyTorch: Linear Regression Training and Testing loops
28. Master AND Operator in Excel & Google Sheets | Simplified by a Googler
29. Master OR Operator in Excel & Google Sheets | Simplified by a Googler
9. How to Aggregate Columns in BigQuery | SQL Aggregation Functions Explained
22. How to Record and Customize Macros in Google Sheets with Google Apps Script
6. How to Read Cell Values in Google Sheets with Apps Script: Beginner's Guide
2. 🚀 Build a Number Guessing Game in Python! 🐍 (EASY Tutorial for Beginners)
9 How to Update Cell Values in Google Sheets with Apps Script
19. How to Work with Arrays in Google Apps Script
55. Master TEXTJOIN Function in Excel & Google Sheets | Simplified by a Googler
21. How to Sort Data in Google Sheets Using Google Apps Script
48. Master EOMONTH Function in Excel & Google Sheets | Simplified by a Googler
12. Master PROPER CASE Function in Excel & Google Sheets | Simplified by a Googler
19. Copy Data Between Sheets in Excel Using Macros VBA: Automate Data Transfer!
4. Rename a Worksheet in Excel Using Macros VBA: Step-by-Step Guide!
40. Master INDIRECT Function in Excel & Google Sheets | Simplified by a Googler
45. Master DATETIME and NOW Functions in Excel & Google Sheets | Simplified by a Googler
16. How to Use While Loop in Google Apps Script for Repeated Actions
11. How to Copy Data Between Tabs in Google Sheets Using Apps Script
28. How to Send Emails Automatically from Google Sheets Using Google Apps Script ??
31. How to Delete Data from a Table in BigQuery
73. ISTEXT Function in Excel & Google Sheets | Simplified by a Googler
38. Handling NULL Values in SUM Function in BigQuery SQL
15. Find the Last Row Excluding Blank Values in Excel Using Macros VBA: Efficient Data Handling!
27. How to Consolidate Data from Multiple Sheets Using Formulas in Google Sheets ?
8 Deep Learning with PyTorch: Tensors to Numpy, Manual seed and GPU to CPU and CPU to GPU
46. Master DATEDIF Function in Excel & Google Sheets | Simplified by a Googler
75. Unnesting Arrays in SQL - Transform Array Data into Rows
33. Exit Sub in Excel VBA: Control Macro Flow
77. How to Schedule and Automate Table Workflows in SQL
9 Deep Learning with PyTorch: First Linear Regression Model
10. Merge Two Sorted Lists into One Sorted List using Python