Python Forum
outputtin a spreadsheet of float values
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
outputtin a spreadsheet of float values
#1
i am going to output an array of float values in the form of a spreadsheet. but i do have some extra space horizontally. should my output try to line up numbers so the fraction marks line up? normally numbers would have some narrow cells an have to line up like
Output:
1.3456789 1234567.9
but if i have more space i can widen the cells and do (lining up the decimal points)
Output:
1.346789 1234567.9
is it worth the effort to line the numbers that way? most cases will have just 4 columns and the smallest overall width is 80. my aim is for easy readability. the units are electrical parameters.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020