Aggregate files and data
Project description
Agg
Example
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import agg
# tuples are ordered:
my_files = ('file_01.csv', 'file_02.csv')
# Merge the CSV-files - in the specified order - into a new file called
# "merged_file". Meanwhile copy the header / first line only once from
# first file
agg.merge_csv(my_files, 'merged_file', True)
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
agg-0.1.0.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
agg-0.1.0-py3-none-any.whl
(7.7 kB
view details)
File details
Details for the file agg-0.1.0.tar.gz.
File metadata
- Download URL: agg-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99a54a701cdaec9b75a882a88d4051cc35c12aa10b7dc39287e02157b8fd2d6f
|
|
| MD5 |
73589fbc5e9151fd377015139f0d8994
|
|
| BLAKE2b-256 |
ba5eb4a7e8a3e6c7ae2cd8562fd5fc39695c65c08e96f5e324ac39cee77f4b3f
|
File details
Details for the file agg-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agg-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a77cf98ea0ded08dab97b39bc36d2809a6622bdca908b3fb761ce7958fcea64
|
|
| MD5 |
aab9a5e60a1272ce98e732e15f93c541
|
|
| BLAKE2b-256 |
690122bc79107e093dffe69d67dcb4d767ec9ad88ccc6a4f3a90c7f60ff28dff
|