Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: summary as_text option for separator lines #3816

Open
josef-pkt opened this issue Jul 13, 2017 · 1 comment
Open

ENH: summary as_text option for separator lines #3816

josef-pkt opened this issue Jul 13, 2017 · 1 comment

Comments

@josef-pkt
Copy link
Member

The VECM summary creates 10 tables. When they are combined to string, then the tables look crowded because there is no separator line between tables.

@josef-pkt
Copy link
Member Author

ss = '\n\n'.join(str(table) for table in summ.tables)
print(ss)

works

However, the automatic html tables in the notebook look better structure for VECM, separate html table with title or preceding descriptive line in different style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant