1 file was added to this release more than 14 days after its initial publication. Inspect the release files before installing.
Cool way to deal with ‘headed’ CSV
- Rules of the parser
1 - First row is a list of column names. 2 - All rows have the same numbers of columns. 3 - Empty column names are ignored. 4 - Columns without name are ignored.
Example:
name0
name1
name3
v0
v2
v3
v4
Equivalent:
name0
name1
name3
v0
v2
Use:
>>> import csvcool
>>> cool = csvcool.read(open("path/to/csv"))
>>> cool[0]["name0"]
v0
>>> cool[0]["name0"] = 1
>>> cool[0]["name0"]
1
>>> csvcool.write(cool, open("path/to/csv", "w"))
Release files for csvcool 0.3.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
File added late
1 file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release files before installing.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| csvcool-0.3.5.tar.gz | 9.6 kB | Details |
Release files / csvcool-0.3.5.tar.gz
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | csvcool-0.3.5.tar.gz |
|---|---|
| Size | 9.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ffd5b3adb234fe56f3bdd3b0c58b01c262bf5ee9a8f9da6839cdb905965986ae
|
|
BLAKE2b-256 checksum How to use checksums |
601fb84a5dfc88a4f8ed9e12a0f16d691751b0d74b19e9362dff7c73353b5b4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |