docs: fix typo and fix markdown list rendering

This commit is contained in:
TheJoeSchr 2022-01-31 20:23:02 +01:00
parent 421079ebb7
commit 1a838680e7
1 changed files with 15 additions and 12 deletions

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