mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-06 22:12:12 +08:00
added symbol to headers (#5981)
Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user