-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add dtables and make_tables functions. Small corrections in etable. Update of ipynb notebooks. #614
Conversation
… and dtable (uses this to make formatted descriptive statistics tables) functions
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAttention: Patch coverage is
Flags with carried forward coverage won't be shown. Click here to find out more.
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Hi @dsliwka , I just figured out how to run the auto-linter! There are a few style issues that You can find all errors here: link For example, there are a few complaints like this one:
which can be fixed by changing notes: str = None, to notes: str = Optional[None], . |
Slight side point - I was thinking about potentially writing some tests for the functionality in the |
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Added two functions to display tables:
Added a notebook "table-layout.ipynb" to which I moved the etable examples from the stargazer notebook and added a documentation of dtable and make_table as well as some hints on how to generate and use table styles for "gt" output. This is not yet linked to in the _quarto.yaml.
Further small changes: