Skip to main content

A tool for students working with CSVs

Project description

SimpleCsv

This package is built to make it truly simple to open an work with a standard CSV file. It was initially written so that students who have just learned python can get started with data as early as possible.

from simplecsv import SimpleCsv

def main():
    data = SimpleCsv('test.csv')
    for datum in data:
        print(datum)

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

simplecsv-0.2.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

simplecsv-0.2.1-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

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