My knowledge is too old and it's hard, so I'm learning a lot. A memo for that.
R
tidyverse
python
library(tidyverse)
Cheat sheets for various modules.
Python pandas
import numpy as np
import pandas as pd
seaborn A module based on matplotlib that allows you to draw clearer graphs. The set function defaults to style ='darkgrid', and you can draw a ggplot-like graph with just sns.set (). If you play with ggplot, it will look different.
import matplotlib.pyplot as plt
import seaborn as sns
%matplotlib inline
sns.set()
scikit-lean
GCP
Big Query
AI Platform Notebook You can use R from Jupyter!
-AI Platform Notebooks documentation
Recommended Posts