Created
November 26, 2022 14:34
-
-
Save SmartDataWithR/5325de592cca7639e0c004ab1207baaf to your computer and use it in GitHub Desktop.
Snippet: Simple Snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Import Packages": { | |
"prefix": "import_typical", | |
"body": [ | |
"#%% package import", | |
"import numpy as np", | |
"import pandas as pd", | |
"import matplotlib.pyplot as plt" | |
], | |
"description": "Import typical packages" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment