csvw

Contents:

  • csvw.dsv
  • CSV on the Web with csvw
  • csvw.datatypes
  • csvw.db
  • csvw.frictionless
csvw
  • csvw API documentation
  • View page source

csvw API documentation

For installation instructions, a quick overview and details about the CLI, see the README

Follow the links below for documentation of the csvw Python API.

Contents:

  • csvw.dsv
    • NamedTupleReader
    • UnicodeDictReader
    • UnicodeReader
    • UnicodeReaderWithLineNumber
    • UnicodeWriter
    • add_rows()
    • filter_rows_as_dict()
    • iterrows()
    • rewrite()
    • Dialect
  • CSV on the Web with csvw
    • Overview
    • Top-level descriptions
    • Reading and writing top-level descriptions
    • Table schema descriptions
  • csvw.datatypes
    • anyAtomicType
    • string
    • anyURI
    • NMTOKEN
    • base64Binary
    • hexBinary
    • boolean
    • dateTime
    • date
    • dateTimeStamp
    • _time
    • duration
    • dayTimeDuration
    • yearMonthDuration
    • decimal
    • integer
    • unsignedInt
    • unsignedShort
    • unsignedLong
    • unsignedByte
    • short
    • long
    • byte
    • nonNegativeInteger
    • positiveInteger
    • nonPositiveInteger
    • negativeInteger
    • _float
    • number
    • double
    • normalizedString
    • QName
    • gDay
    • gMonth
    • gMonthDay
    • gYear
    • gYearMonth
    • xml
    • html
    • json
  • csvw.db
    • ColSpec
    • ColumnTranslator
    • DBType
    • Database
    • SchemaTranslator
    • TableReadSpec
    • TableSpec
    • insert()
    • quoted()
    • schema()
    • select()
  • csvw.frictionless
    • DataPackage
    • convert_column_spec()
    • convert_dialect()
    • convert_foreignKey()
    • convert_table_schema()

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2026, Robert Forkel.

Built with Sphinx using a theme provided by Read the Docs.