A package to export file paths to various formats like csv or dataframe
Project description
pathdf
A package to convert file paths to CSV or any format .
Installation
pip install pathdf
Usage :
from pathdf import pathdf
data_dir = "path/to/data"
output_dir = "path/to/output"
output_file = "files_df"
suffixes = [".png", ".jpg", ".txt", ".MRI"]
file_format = "csv" # Options: "csv", "txt", "xlsx"
pathdf(data_dir, output_dir, f"{output_file}.{file_format}", suffixes, file_format)
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
pathdf-0.2.0.tar.gz
(2.4 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
File details
Details for the file pathdf-0.2.0.tar.gz.
File metadata
- Download URL: pathdf-0.2.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4e8e27f6391887f970e77b967aa722ba88d96a5cc8f16a30a30796728a20839
|
|
| MD5 |
4c5362de41877aeb8bf790e1b431e6e6
|
|
| BLAKE2b-256 |
a359efc4637f642365c451f0c1bffcdeb4d2f749c5107f0c5ebcc711c22c9f01
|
File details
Details for the file pathdf-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pathdf-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fbb6dc753b7eca816588c9a20b60a82eddd49984e8bd6dafc9120e5633e935d
|
|
| MD5 |
1f12e3b4d9887f111f0ff6c4f64f9552
|
|
| BLAKE2b-256 |
c2d74939cd4d68261398d5eb1237529b9d57b1dc11f74a41dd4c70a610fe6eba
|