question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow columns parameter to use relative area

See original GitHub issue

Is your feature request related to a problem? Please describe.

Currently, the columns parameter accepts a list of floats, which map to the horizontal location in points even when setting relative_area to True. The list of floats cannot represent relative position on the page.

Describe the solution you’d like

I would like the columns parameter to use relative position of the page width just like the area parameter does when relative_area is set to True.

Describe alternatives you’ve considered

This feature is able to be completed by setting the options parameter. For example ['--columns %25,50,80.6'].

Additional context

I think it would be nice to have this feature directly available instead of using options.

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tdpetroucommented, Nov 24, 2022

Amazing you work so fast. Thanks!

0reactions
tdpetroucommented, Dec 1, 2022

Thanks again for doing this. Just created a blog post on tabula-py and showcased this new feature. https://www.dunderdata.com/blog/read-trapped-tables-within-pdfs-as-pandas-dataframes

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to create a relative timeframe from column data and do a ...
Solution. We can use parameters to allow the Look user to set the relative range and apply that directly to the SQL with...
Read more >
Switch between relative and absolute references
A formula that contains a relative cell reference changes as you copy it from one cell to another.
Read more >
grid-template-columns - CSS: Cascading Style Sheets | MDN
The grid-template-columns CSS property defines the line names and track sizing functions of the grid columns.
Read more >
Excel Formulas: Relative and Absolute Cell References
Learn the difference between a relative absolute cell reference in Excel and an absolute cell reference in Excel in this free lesson.
Read more >
R calculation of new column value from other columns, using ...
This does let me view the change I'm looking for, however the resulting 'Change' column is of class 'data.frame'. This causes me problems...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found