A python package for converting array to csv
Project description
arrcsv
A python package for converting array to csv
Install
pip install arrcsv
Use
from arrcsv import arr_to_csv
arr = [1, 2, 3, 4, 5, 6]
csv = arr_to_csv(arr)
print(csv)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
arrcsv-0.0.1.tar.gz
(1.9 kB
view details)
Built Distribution
File details
Details for the file arrcsv-0.0.1.tar.gz
.
File metadata
- Download URL: arrcsv-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c8addcd3bc9f31b2a735d112b86d4e3d57b207e2fdfb62a7d6abccf37255d544
|
|
MD5 |
55e02ed9f8a036c685d66885a49493e7
|
|
BLAKE2b-256 |
cf361b101ffd18520ebf2fe7ac17d341bc81b24b6534d22e2c660f260d7ea0bb
|
File details
Details for the file arrcsv-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: arrcsv-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8a869191b117c9a6d7b73613d78eec3d097d2128c4120d258214265e8addd12f
|
|
MD5 |
9b24745093293cdb9737919b2fe825b4
|
|
BLAKE2b-256 |
824991322f1ceafc12ac5ecf5fca51ddde9989236eae7e62428c91b1444e8b0d
|