added symbol to headers (#5981)

Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
This commit is contained in:
Eric Li
2024-01-24 09:44:50 -05:00
committed by GitHub
parent ea9cedbb2e
commit 00402d4c59

View File

@@ -67,7 +67,7 @@ def display_key(symbol: str, export: str = "", sheet_name: Optional[str] = None)
print_rich_table(
df_key,
headers=[""],
headers=[symbol],
title=f"{symbol} Key Metrics",
show_index=True,
export=bool(export),