Top "Fixed-width" questions

Python Pandas, write DataFrame to fixed-width file (to_fwf?)

I see that Pandas has read_fwf, but does it have something like DataFrame.to_fwf? I'm looking for support …

python pandas fixed-width
What is the advantage of having instructions in a uniform format?

Many processors have instructions which are of uniform format and width such as the ARM where all instructions are 32-bit …

encoding cpu-architecture instructions fixed-width variable-length
Java Swing: Vertical Layout with fixed width and variable height

I'm looking for a layout manager (or set of layout managers) that help me to arrange my components vertically. All …

java swing layout vertical-alignment fixed-width
Can you specify tabular lining figures for webfonts?

Since it's possible to specify lining and oldstyle figures I'm hoping there's browser support for tabular numerals with webfonts?## Left: …

css typography fixed-width monospace
Assigning CSS width to a position:fixed element

I'd like a fixed element's width to match that of the div placed immediately below it. Imagine a header and …

html css css-position fixed-width
CSS: Horizontal, comma-separated list with fixed <li> width

I would like to achieve the following structure: [gfhtfg..., kgjrfg..., asd, mrhgf, ] ^-------^ ^-------^ ^-------^ ^-------^ X X X X (…

css inline fixed-width horizontallist
Why are fixed-width file formats still in use?

Are there any advantages to a fixed-width file format over something like XML? I realize XML would likely take up …

xml fixed-width
Can I mix percent width and pixel width in my html table headers?

I have a table where the number of columns may change (from 1 to 10), with the exception of one column which …

html html-table fixed-width
How to make an Affixed sidebar navigation with fixed width (Bootstrap)

After several searches on the web, I can't find the solution for my needs. So maybe any of you can …

twitter-bootstrap responsive-design fixed-width affix
pyspark parse fixed width text file

Trying to parse a fixed width text file. my text file looks like the following and I need a row …

python apache-spark pyspark fixed-width