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", "excel"
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.1.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.1.0.tar.gz.
File metadata
- Download URL: pathdf-0.1.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 |
dbdd1c25a01e9d146bfedf2f7b95cc74fe716faccf72bc0eeb8a32d6e44c90c0
|
|
| MD5 |
bc8e5b54076e0c658bfeec6178a8b933
|
|
| BLAKE2b-256 |
9fe73a1029560c26cdfcd9ed4cef32eb88be5b0837b536a98a0194390a429b36
|
File details
Details for the file pathdf-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pathdf-0.1.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 |
04690bfa50cbdbdb60c5256f0d17c056cdc08464d3ec81b0106ffd6041094ded
|
|
| MD5 |
586c5734aabf54c189f1bd3c8c04c02a
|
|
| BLAKE2b-256 |
18eb635a8df66ee3197310f2bd947c9dac161a0153396cc00b88aecc8370458c
|