Library

Video Player is loading.
 
Current Time 0:00
Duration 5:01
Loaded: 0%
 

x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:00

    SPEAKER: Everyone has their own super powers.
    SPEAKER: Everyone has their own super powers.

  • 00:03

    There can be analysts who forecast what the future holds,
    There can be analysts who forecast what the future holds,

  • 00:06

    or help interpret the past, via data visualizations
    or help interpret the past, via data visualizations

  • 00:10

    similar to divinators.
    similar to divinators.

  • 00:13

    Then there are data scientists that
    Then there are data scientists that

  • 00:15

    can build queries, use math to find patterns,
    can build queries, use math to find patterns,

  • 00:19

    and turn raw numbers into insights like transmuters.
    and turn raw numbers into insights like transmuters.

  • 00:24

    Others can automate tasks using macros
    Others can automate tasks using macros

  • 00:27

    or follow DevOp processes like sorcerers do with magic spells.
    or follow DevOp processes like sorcerers do with magic spells.

  • 00:33

    Some folks are also like wizards that can code programs
    Some folks are also like wizards that can code programs

  • 00:37

    from thin air.
    from thin air.

  • 00:39

    Because of this, I wish to share what tools you
    Because of this, I wish to share what tools you

  • 00:42

    can use in G Suite to support all these different talents.
    can use in G Suite to support all these different talents.

  • 00:46

    Let's start with analysts.
    Let's start with analysts.

  • 00:48

    You can copy someone's sheet with a macro that
    You can copy someone's sheet with a macro that

  • 00:51

    automatically creates pivot tables, renames your tabs,
    automatically creates pivot tables, renames your tabs,

  • 00:55

    enters a formatted chart, and can be easily executed
    enters a formatted chart, and can be easily executed

  • 00:59

    via a keyboard shortcut.
    via a keyboard shortcut.

  • 01:01

    You can also autogenerate reports
    You can also autogenerate reports

  • 01:03

    and schedule them to be sent via email on a weekly basis
    and schedule them to be sent via email on a weekly basis

  • 01:07

    using a Google Doc as a template,
    using a Google Doc as a template,

  • 01:10

    or connecting your sheet to a free drag and drop dashboard
    or connecting your sheet to a free drag and drop dashboard

  • 01:13

    builder called Data Studio.
    builder called Data Studio.

  • 01:15

    As for data scientists who need to clean data,
    As for data scientists who need to clean data,

  • 01:18

    they can leverage any of the 400 built-in functions
    they can leverage any of the 400 built-in functions

  • 01:21

    to do things like import data, find duplicates, create
    to do things like import data, find duplicates, create

  • 01:26

    randomized data for testing, translate phrases, and map
    randomized data for testing, translate phrases, and map

  • 01:30

    locations in a Google spreadsheet
    locations in a Google spreadsheet

  • 01:33

    onto Google Earth or Google Maps.
    onto Google Earth or Google Maps.

  • 01:36

    One can also create custom functions
    One can also create custom functions

  • 01:38

    that come on Google Cloud AutoML to train
    that come on Google Cloud AutoML to train

  • 01:42

    custom machine learning models with minimal expertise,
    custom machine learning models with minimal expertise,

  • 01:45

    all from the comfort of a familiar spreadsheet interface.
    all from the comfort of a familiar spreadsheet interface.

  • 01:49

    For those power users of Jupyter notebooks,
    For those power users of Jupyter notebooks,

  • 01:52

    you can use Google Spreadsheets to similarly instruct
    you can use Google Spreadsheets to similarly instruct

  • 01:55

    it to pull data from one tab, perform
    it to pull data from one tab, perform

  • 01:57

    a series of transformations on it,
    a series of transformations on it,

  • 01:59

    and store the results in a different tab.
    and store the results in a different tab.

  • 02:02

    This is thanks to its script editor, its built-in functions,
    This is thanks to its script editor, its built-in functions,

  • 02:05

    and the use of JavaScript, which is a very popular language used
    and the use of JavaScript, which is a very popular language used

  • 02:09

    to make web apps.
    to make web apps.

  • 02:10

    And with the Sheets data connector,
    And with the Sheets data connector,

  • 02:12

    you can pull very large data sets from BigQuery
    you can pull very large data sets from BigQuery

  • 02:15

    without having to do much SQL heavy lifting.
    without having to do much SQL heavy lifting.

  • 02:19

    Moving on to task automation, creating custom
    Moving on to task automation, creating custom

  • 02:23

    UI components becomes especially impactful
    UI components becomes especially impactful

  • 02:25

    when sharing scripts with others since anyone
    when sharing scripts with others since anyone

  • 02:28

    can copy your sheet and run its logic by choosing a dropdown
    can copy your sheet and run its logic by choosing a dropdown

  • 02:32

    option from a custom menu, or enter
    option from a custom menu, or enter

  • 02:36

    data via a custom sidebar, or warn users via a dialog box.
    data via a custom sidebar, or warn users via a dialog box.

  • 02:42

    Also, with the use of time-based triggers or user action-based
    Also, with the use of time-based triggers or user action-based

  • 02:46

    triggers, such as submitting a form response,
    triggers, such as submitting a form response,

  • 02:49

    editing a Google Sheet, et cetera,
    editing a Google Sheet, et cetera,

  • 02:51

    you can further automate tasks on a frequent basis.
    you can further automate tasks on a frequent basis.

  • 02:55

    As a bonus, if you are a G Suite admin,
    As a bonus, if you are a G Suite admin,

  • 02:58

    you can manage everything in your domain programmatically
    you can manage everything in your domain programmatically

  • 03:01

    by using a Directory API, such as monitoring third party
    by using a Directory API, such as monitoring third party

  • 03:05

    applications, taking actions on lost devices,
    applications, taking actions on lost devices,

  • 03:08

    and creating or editing user information.
    and creating or editing user information.

  • 03:13

    As for programmers, you can build
    As for programmers, you can build

  • 03:15

    an app that is synced with a spreadsheet via the REST API.
    an app that is synced with a spreadsheet via the REST API.

  • 03:18

    The Google Drive API, for example,
    The Google Drive API, for example,

  • 03:20

    lets you create mobile, web, and desktop apps that read, write,
    lets you create mobile, web, and desktop apps that read, write,

  • 03:25

    and sync files in Google Drive, and can
    and sync files in Google Drive, and can

  • 03:28

    be connected to Google and non-Google services.
    be connected to Google and non-Google services.

  • 03:32

    You can also build connections to external databases
    You can also build connections to external databases

  • 03:34

    via the JDBC connector.
    via the JDBC connector.

  • 03:37

    Furthermore, there are client libraries
    Furthermore, there are client libraries

  • 03:39

    in a number of programming languages.
    in a number of programming languages.

  • 03:41

    And they support making calls that
    And they support making calls that

  • 03:43

    require user authorization.
    require user authorization.

  • 03:46

    By using them, you can avoid the need
    By using them, you can avoid the need

  • 03:48

    to manually setup HTTP requests and parse the responses.
    to manually setup HTTP requests and parse the responses.

  • 03:53

    And to help users reduce context switching,
    And to help users reduce context switching,

  • 03:56

    you can build add-ons that bring in additional functionality,
    you can build add-ons that bring in additional functionality,

  • 03:59

    such as syncing G Suite products with third party vendors,
    such as syncing G Suite products with third party vendors,

  • 04:03

    and then publishing them on the G Suite Marketplace
    and then publishing them on the G Suite Marketplace

  • 04:05

    to sell, or to only share with people in your own domain.
    to sell, or to only share with people in your own domain.

  • 04:09

    Additionally, you can also reduce contact switching
    Additionally, you can also reduce contact switching

  • 04:12

    by also building helpful chat bots that
    by also building helpful chat bots that

  • 04:15

    integrate an organization's app right into the Hangouts Chat
    integrate an organization's app right into the Hangouts Chat

  • 04:19

    interface.
    interface.

  • 04:20

    This lets users get information from the app,
    This lets users get information from the app,

  • 04:23

    take quick actions, and stay notified
    take quick actions, and stay notified

  • 04:26

    in a conversational and dynamic manner.
    in a conversational and dynamic manner.

  • 04:28

    I hope this summary gave you a better
    I hope this summary gave you a better

  • 04:30

    idea of the tools you can use to customize G Suite,
    idea of the tools you can use to customize G Suite,

  • 04:34

    and maybe inspire you to use one based on your own superpowers.
    and maybe inspire you to use one based on your own superpowers.

  • 04:39

    As a next step, allow me to recommend visiting the G Suite
    As a next step, allow me to recommend visiting the G Suite

  • 04:42

    Solution Gallery and any of the documentation linked
    Solution Gallery and any of the documentation linked

  • 04:45

    in this video's subscription.
    in this video's subscription.

  • 04:47

    Cheers.
    Cheers.

  • 04:48

    [MUSIC PLAYING]
    [MUSIC PLAYING]

All

Build it for G Suite

19,056 views

Video Language:

  • English

Caption Language:

  • English (en)

Accent:

  • English (US)

Speech Time:

96%
  • 4:51 / 5:01

Speech Rate:

  • 144 wpm - Conversational

Category:

  • Science & Technology

Intro:

SPEAKER: Everyone has their own super powers.. There can be analysts who forecast what the future holds,
or help interpret the past, via data visualizations
similar to divinators.. Then there are data scientists that. can build queries, use math to find patterns,. and turn raw numbers into insights like transmuters.
Others can automate tasks using macros. or follow DevOp processes like sorcerers do with magic spells.
Some folks are also like wizards that can code programs
from thin air.. Because of this, I wish to share what tools you. can use in G Suite to support all these different talents.
Let's start with analysts.. You can copy someone's sheet with a macro that. automatically creates pivot tables, renames your tabs,
enters a formatted chart, and can be easily executed
via a keyboard shortcut.. You can also autogenerate reports. and schedule them to be sent via email on a weekly basis

Video Vocabulary

/ˈsīəntəst/

noun other

person who is studying or has expert knowledge of one or more of natural or physical sciences. People who are trained in a science.

/ˈôdəˌmāt/

verb

To make automatic by using machines.

/ˈwizərd/

noun other

(in legends and fairy tales) man who has magical powers. Man with magical powers.

/ˈbildər/

noun

person who constructs something by putting parts or material together.

/ˈinˌsīt/

noun other

capacity for accurate and deep understanding. Very good understanding of some things.

/ˈfôrˌkast/

noun verb

calculation or estimate of future events. predict or estimate.

/kəˈnektiNG/

adjective verb

joining or linking things together. To associate a thing with something else.

/ˈsôrs(ə)rər/

noun other

person who claims or is believed to have magic powers. (In movies or books) person with magic powers.

/ˈskejəl/

noun verb

A plan to do something at a certain time. To plan to do something at a certain time.

/rēˈnām/

verb

give new name to.

/krēˈāt/

verb

bring into existence.

/ˈdif(ə)rənt/

adjective

Not of the same kind; unlike other things.

/inˈtərprət/

verb

explain meaning of.

/ˈanələst/

noun other

person who conducts analysis. People who are skilled at studying details of data.