Group of utilities for Sabia
Project description
Sabia Utils
This is a collection of utilities for Sabia.
Concat Module
This module is used to concatenate files.
Concatenate all files from a path
- Returns a concatenated dataframe from all files in a path.
- Can save the concatenated dataframe to a file.
from sabia_utils import concat
concat.concatenate_all_from_path(
path='path/to/files',
output_file='output/file/path', # optional
fine_name='file_name' # optional
)
Concatenate some files from a path
- Returns a concatenated dataframe from some files in a path.
- Can save the concatenated dataframe to a file.
from sabia_utils import concat
concat.concatenate_files(
path='path/to/files',
files=['file1', 'file2'],
output_file='output/file/path', # optional
fine_name='file_name' # optional
)
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
sabia-utils-0.0.5.tar.gz
(4.3 kB
view details)
File details
Details for the file sabia-utils-0.0.5.tar.gz.
File metadata
- Download URL: sabia-utils-0.0.5.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bf178a287bbb73261095b0157333f8fa598de437bcdfbac420ca85abdd933a3
|
|
| MD5 |
9e72a30ce9a2b6fb42a62648ee10d1f8
|
|
| BLAKE2b-256 |
d4502effefc81143840ec48cb26ea31e317bb6c95ff20e56fa9369c09e54201f
|