Descripción
Plot scatter between two columns
File Template: ❌
Prefix
df:plot:scatter
Scopes
python
Snippet de código
df.plot.scatter(x='${1:x_col}', y='${2:y_col}')$0
Plot scatter between two columns
df:plot:scatter
python
df.plot.scatter(x='${1:x_col}', y='${2:y_col}')$0