There are other services offered by Google that we wish to highlight.
- Dataprep: This is a web application that allows us to define preparation rules for our data by interfacing with a sample of the data. Like many of the other services we have discussed, Dataprep is serverless, meaning no upfront deployments are required. It can accept raw data and preprocess this before handing over to Cloud Dataflow to refine the data. Refer to https://cloud.google.com/dataprep/ for more information.
We recommend that you refer to the Further reading section if you are interested in learning more. - Datalab: This is built on Jupyter (formerly IPython), which is an open source web application. Datalab is an interactive data analysis and machine learning environment. We can use this product to visualize and explore data using Python and SQL interactively. This would be...