Skip to main content

Csv data access package like PEP 249 api.

Project description

Csv reader like PEP 249 API.

https://github.com/harelba/q inspired

Requirements

  • Python 3.x

Installation

$ pip install csvsqlite3

Example

import csvsqlite3
conn = csvsqlite3.connect('/foo/bar/baz.csv')
cur = conn.cursor()
cur.execute('select * from csv')
for r in cur.fetchall():
   print(r[0], r[1])
conn.close()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

csvsqlite3-0.1.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page