Expandable module of statistical data utilities
Reason this release was yanked:
minor errors in code
Project description
DATAU - Batch Statistical Data Utilities
Cross-platform batch runner for statistical and numerical files.
Installation
pip install pydatau
Quick example
from datau import autorun
autorun(path_data="my_project/data", pattern='master')
Supported Extensions and Execution Method
| Extension | Language/Tool | Method |
|---|---|---|
.ipynb |
Jupyter Notebook | papermill |
.R |
R | rpy2.robjects |
.do |
Stata | Stata batch mode |
.jl |
Julia | julia (must be in PATH) |
.gms |
GAMS | gams (must be in PATH) |
.run |
AMPL | ampl (must be in PATH) |
.m |
MATLAB / Octave | matlab.engine or Oct2Py |
User Reference
autorun(path_data='...', pattern='...', *args, **kwargs)
Automatically runs matching statistical scripts in the given directory. Generates .log files with outputs for each executed file.
Parameters:
path_data : str, default = current working directory
Path to the directory with input files.
pattern : str, optional
Regex pattern to match file names, such as 'master'.
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
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 pydatau-1.0.0.tar.gz.
File metadata
- Download URL: pydatau-1.0.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
752320cfe694ec5be26244ae9d1512d28a6467df3531e6987cb28eabcd8ecebc
|
|
| MD5 |
d7176fdb7635dc2eee1c612c046b7d70
|
|
| BLAKE2b-256 |
c3500a38ed1792f1dd15f4a26b94e20fbb59a334618c65f184d0012fc7bf2e92
|
File details
Details for the file pydatau-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pydatau-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bb824c93fa6b31695678d829e46a9d8debc65d1962d82a57b0586a9e7d5216f
|
|
| MD5 |
0b037299dd1cf30940e51f84b9f9247f
|
|
| BLAKE2b-256 |
6eb06b1f4dca744149ae49ca1233af034cff1484c0a2a9e1c539cf19a0bd66fd
|