Skip to content

Commit

Permalink
improved BQL examples with charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Ozana committed Dec 20, 2024
1 parent 20ba2f8 commit de0619d
Show file tree
Hide file tree
Showing 2 changed files with 624 additions and 359 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ Output:

### Average PE per Sector
This example shows aggregation (average) per group (sector) for members of an index.
The reulting list has only one element since there is only one data-item in `get`
The resulting list has only one element since there is only one data-item in `get`
```python
query = """
let(#avg_pe=avg(group(pe_ratio(), gics_sector_name()));)
Expand Down Expand Up @@ -710,6 +710,7 @@ shape: (5, 11)

- *API Documentation*: Detailed documentation and function references are available in the [API documentation](examples/API-docs.md) file within the `examples/` directory.

- *Additional Examples*: Check out (examples/Examples.ipynb) for hands-on notebooks demonstrating a variety of use cases.
- *Additional Examples*: Check out [examples/](examples/) for hands-on notebooks demonstrating a variety of use cases.
- BQL examples and use cases: [examples/Examples-BQL.ipynb](https://github.com/MarekOzana/polars-bloomberg/blob/main/examples/Examples-BQL.ipynb)

- *Bloomberg Developer Resources*: For more details on the Bloomberg API itself, visit the [Bloomberg Developer's page](https://developer.bloomberg.com/).
Loading

0 comments on commit de0619d

Please sign in to comment.