Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 533 Bytes

File metadata and controls

21 lines (15 loc) · 533 Bytes

Fixed-width reader

Agate contains a fixed-width file reader that is designed to work like Python's :mod:`csv`.

These readers work with CSV-formatted schemas, such as those maintained at wireservice/ffs.

.. autosummary::
    :nosignatures:

    agate.fixed.reader
    agate.fixed.Reader
    agate.fixed.DictReader

Detailed list

.. autofunction:: agate.fixed.reader
.. autoclass:: agate.fixed.Reader
.. autoclass:: agate.fixed.DictReader