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 hashes)
Built Distribution
agg-0.1.0-py3-none-any.whl
(7.7 kB
view hashes)