Skip to main content

Python Database Testing Tool

Project description

CSV DB CLASS

A python package for easy python database usage through CSVs.

Usage:

>>> from csvdbclass import csvDB
>>> data = csvDB("data")
>>> data.show()
data
Empty DataFrame
Columns: []
Index: []
>>> data.db = pandas.DataFrame({
...     "Name" : ['joe', 'joe2', 'joe3']
... })
>>> data.show()
data
   Name
0   joe
1  joe2
2  joe3

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

csvdbclass-0.0.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

csvdbclass-0.0.2-py3-none-any.whl (2.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