How do I read a fixed width format text file in pandas?

pandas.read_fwf() was added in pandas 0.7.3 (April 2012) to handle fixed-width files.

  1. API reference

  2. An example from other question

Leave a Comment