-
Notifications
You must be signed in to change notification settings - Fork 2
Dynamic Tables #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
It appears that the current codebase only works for FTXUS; which is not very useful for others. Aside from specific calls, rich.table is the main issue. I suggest moving back to pandas dataframes and then dynamically creating rich.tables from those them. Style will be unified, as in not specific colors for any given column.