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

Save all filters in a chain to a LaTeX table #39

Open
lcorcodilos opened this issue Mar 18, 2021 · 0 comments
Open

Save all filters in a chain to a LaTeX table #39

lcorcodilos opened this issue Mar 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@lcorcodilos
Copy link
Owner

Algorithm:

  • Start at final node
  • Scale up it and track all filters in dictToLatex friendly OrderedDict
    • Change dictToLatex format to be paper friendly (caption at top, no vertical lines, etc)
  • Reverse dict order (since they'll have been added end->start)

Bonus: Create a function to compare columns of a row. If they are the same, merge them into one cell.

@lcorcodilos lcorcodilos added the enhancement New feature or request label Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant