The StarThinker project will no longer receive new solution contributions from the Google team.
Please read the full StarThinker Open Source Support Ends At Google article for more details.



All

addchart BigQuery Function

Add a custom function or table to a dataset.



lock_openGet Access listGit Hub sourcePython menu_bookColab airAirflow thumb_upTest



Instructions

Specify the dataset, and the function or table will be added.
Pearson Significance Test: Check if a correlation is significant.
RGB To HSV: Convert color values for analysis.

Details

Open Source YES
Age July 7, 2020 (2 years, 6 months)
Authors kenjora@google.com
Shedule Days Configured by user.
Shedule Hours Configured by user.
[
    {
        "bigquery": {
            "auth": {
                "field": {
                    "name": "auth",
                    "kind": "authentication",
                    "order": 0,
                    "default": "service",
                    "description": "Credentials used for writing function."
                }
            },
            "function": {
                "field": {
                    "name": "function",
                    "kind": "choice",
                    "order": 1,
                    "choices": [
                        "Pearson Significance Test",
                        "RGB To HSV"
                    ],
                    "default": "Pearson Significance Test",
                    "description": "Function or table to create."
                }
            },
            "to": {
                "dataset": {
                    "field": {
                        "name": "dataset",
                        "kind": "string",
                        "order": 1,
                        "default": "",
                        "description": "Existing BigQuery dataset."
                    }
                }
            }
        }
    }
]


Run This Workflow In Minutes On Google Cloud

Everything from a quick Google Cloud UI to reference developer code for your team in one GitHub repository.

Deployment Stepslaunch Developer Guidebuild UI How Tolaptop