Skip to content

Commit d2b4e23

Browse files
committed
finalized gather article document
1 parent a19d1db commit d2b4e23

10 files changed

Lines changed: 448 additions & 378 deletions

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Before running setup commands, confirm the project structure should match this l
3939
├── images/
4040
├── LICENSE.md
4141
├── README.md
42+
├── Article_Gather.md
4243
├── requirements.txt
4344
├── .venv/
4445
└── notebook/
@@ -61,6 +62,7 @@ Notes:
6162

6263
- `README.md`
6364
- `LICENSE.md`
65+
- `Article_Gather.md`
6466
- `.gitignore` (must include `.venv/` and `notebook/.env` entries)
6567
- `images/` (folder must exist)
6668
- `notebook/` (folder must exist)

Article_Gather.md

Lines changed: 117 additions & 55 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,17 @@ Please your LSEG representative or account manager for the Data Platform Access
5454
```
5555
.
5656
├── notebook/
57-
│ ├── ld_notebook_async_gather.ipynb # Main notebook
58-
│ ├── lseg-data.config.json # Data Library logging configuration
59-
│ ├── .env # Platform Session credentials (not committed)
60-
│ └── .env.example # Credentials template
61-
├── images # Project images folder
62-
├── .venv # Project Python virtual environment
63-
├── LICENSE.md # Project License
64-
├── requirements.txt # Pinned Python dependencies
65-
└── README.md
57+
│ ├── ld_notebook_async_gather.ipynb # Main notebook
58+
│ ├── ld_notebook_gather_performance.ipynb # Asyncio Gather performance notebook
59+
│ ├── lseg-data.config.json # Data Library logging configuration
60+
│ ├── .env # Platform Session credentials (not committed)
61+
│ └── .env.example # Credentials template
62+
├── images # Project images folder
63+
├── .venv # Project Python virtual environment
64+
├── LICENSE.md # Project License
65+
├── requirements.txt # Pinned Python dependencies
66+
├── Article_Gather.md # The Asyncio Gather with Data Library article document
67+
└── README.md # The Project README file
6668
```
6769

6870
---

images/05_dataframe_2.png

20.9 KB
Loading

images/06_dataframe_3.png

43.5 KB
Loading

images/07_dataframe_4.png

61.8 KB
Loading

images/08_dataframe_5.png

91.8 KB
Loading

images/09_dataframe_6.png

60.6 KB
Loading

images/10_dataframe_7.png

25.1 KB
Loading

0 commit comments

Comments
 (0)