mirror of
https://github.com/firmai/financial-machine-learning.git
synced 2026-08-24 00:08:09 +00:00
change to top 15 repos from 10
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ def generate_wiki_per_category(output_path, update_readme: bool = True):
|
||||
# only display top 5, then expandable for extra 5
|
||||
with open(os.path.join(PROJECT_ROOT_DIR, 'README.md'), 'w') as f:
|
||||
|
||||
table_str = formatted_df.iloc[:10].to_markdown(index=False)
|
||||
table_str = formatted_df.iloc[:15].to_markdown(index=False)
|
||||
new_str = f"<!-- [PLACEHOLDER_START:{clean_category_name}] --> \n"
|
||||
new_str += table_str
|
||||
new_str += f"<!-- [PLACEHOLDER_END:{clean_category_name}] -->"
|
||||
|
||||
Reference in New Issue
Block a user