Skip to content

VS Code Tips

  1. Replace all .png files with images/.png
Regex pattern: !\[([^\]]*)\]\(([^\/]+\.png)\)
Replacement path: images/$2
Example source: image.png
  1. Replace constructs like

  2. Correct Answer: B. extend is used to create a new column or modify an existing column.

With

extend is used to create a new column or modify an existing column.

Example source: image-1.png

Search: - **Correct Answer:** [A-Z]. (.+) Replace: $1

Quick datasets:

df = pd.read_csv("https://raw.githubusercontent.com/plotly/datasets/master/titanic.csv") display(df)

Intelisence not working in VS