Integration Guide
Integrate the package with pandas, Polars, and other frameworks.
How to use this package alongside popular data frameworks.
With plain Python
from gdtest_sec_index_hero import process
result = process([1, 2, 3])Converting results
The summarize() function returns a plain dict, making it easy to convert to any format you need.