A collection of utilities to simplify a data workflow using pandas, Excel, DOMO, and other tools.
Project description
jedi_toolz
Collection of utilities to work with pandas, Excel, and other data applications and tools.
This file will become your README and also the index of your documentation.
Install
pip install jedi_toolz
How to use
Create an example.ini file. The ini file can be stored anywhere and contain login credentials, odbc arguments, default folders, etc.
set_path can be used to set the location of the .ini file at runtime OR the JEDI_TOOLZ_PATH environment variable can be set to persit the changes across usages.
example = set_path(example_ini())
print("#", f"{example.name}")
print(example.open().read())
# example.ini
[test1]
value1 = 5
value2 = 6
[test2]
valuea = ABC
valueb = 123
as_dict()
{'test1': {'value1': '5', 'value2': '6'},
'test2': {'valuea': 'ABC', 'valueb': '123'}}
as_records()
[{'section': 'test1', 'option': 'value1', 'value': '5'},
{'section': 'test1', 'option': 'value2', 'value': '6'},
{'section': 'test2', 'option': 'valuea', 'value': 'ABC'},
{'section': 'test2', 'option': 'valueb', 'value': '123'}]
select("test1")
{'value1': '5', 'value2': '6'}
select("test1", "value2")
'6'
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 jedi_toolz-0.0.2.tar.gz.
File metadata
- Download URL: jedi_toolz-0.0.2.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3eff1a20b1fff66abe876731a29df65b3ecd833fa1055dabf2c4797a94232bf8
|
|
| MD5 |
5ea59a2c472ba36b9c1a4afbb1242526
|
|
| BLAKE2b-256 |
1e76910e611ef067cd139692e0a2131648faaa70855b0f4087c637636144ab1c
|
File details
Details for the file jedi_toolz-0.0.2-py3-none-any.whl.
File metadata
- Download URL: jedi_toolz-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5454ddf56539cfd4a5ea32cde0b495cb22e15cd0d55de963ac3bf8b75fb7586e
|
|
| MD5 |
fac53997778f41ee20fd428e5e43ba3f
|
|
| BLAKE2b-256 |
428fe41b9afa02cc9f7f4315834ac41dbad267ab396206664487e24b26c3b6ea
|