The following post will show some of the top Google Workspace hacks which I use regularly.

Complex python Code execution in Google Sheets

If you want complex computation inside Google Sheets, you do not need to ask for favors from your Data Science teams. Gemini can write and execute python scripts right inside the Google Sheet. Below are two examples. The First one asks Gemini which are the top Cities where employees are based out of. This is pretty straight forward and can be done with one line of Python code. But the second one needs a few more lines. Notice how Gemini actually imports the “pandas” library to do code execution using Python.

Using Gemini to quickly schedule an event

Open gemini and ask it to schedule an event. It may ask you a few questions to get clarifications, and will then create the event in your calendar.