supp:python:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| supp:python:start [2020/11/27 16:56] – [Anaconda Prompt in Windows Explorer] rolf | supp:python:start [2022/01/03 07:35] (current) – [Create time series] rolf | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| How to add Anaconda Powershell Prompt to the Windows Explorer Context Menu (right click ...): | How to add Anaconda Powershell Prompt to the Windows Explorer Context Menu (right click ...): | ||
| - | Add new keys in the registry. | + | Add new keys in the registry. |
| < | < | ||
| Line 14: | Line 14: | ||
| HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaPrompt -> " | HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaPrompt -> " | ||
| - | HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaPrompt\command -> C: | + | HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaPrompt\command -> C: |
| </ | </ | ||
| + | |||
| + | ===== Create time series ===== | ||
| + | |||
| + | <file python cs_create_ts.py> | ||
| + | |||
| + | import pandas as pd | ||
| + | |||
| + | |||
| + | </ | ||
supp/python/start.1606496170.txt.gz · Last modified: 2020/11/27 16:56 by rolf
