Merge pull request #6337 from TheJoeSchr/patch-8

docs: fix typo and fix markdown list rendering
This commit is contained in:
Matthias
2022-02-01 20:45:06 +01:00
committed by GitHub

View File

@@ -50,19 +50,22 @@ Repetitive tasks | Shell scripts
Data analysis & visualization | Notebook
1. Use the CLI to
* download historical data
* run a backtest
* run with real-time data
* export results
1. Collect these actions in shell scripts
* save complicated commands with arguments
* execute multi-step operations
* automate testing strategies and preparing data for analysis
1. Use a notebook to
* visualize data
* munge and plot to generate insights
* mangle and plot to generate insights
## Example utility snippets