Normalizes lists of different lengths
Project description
Normalizes lists of different lengths
from normalize_lists import normalize_lists
print(normalize_lists([55,22,44], [44,33], [11], fill_value=None))
[[11, None, None], [44, 33, None], [55, 22, 44]]
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
normalize_lists-0.10.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file normalize_lists-0.10.tar.gz
.
File metadata
- Download URL: normalize_lists-0.10.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2410c027f34bd240f478d296922844f1a3d7e9369e280fadeadff71a9e0bff97 |
|
MD5 | e56b19a4ded2a386a5c56008d4b0da96 |
|
BLAKE2b-256 | 958fff6bc2ece4871297e472601eb761e8c43ab43e9895467327aeaa1c3bdeda |
Provenance
File details
Details for the file normalize_lists-0.10-py3-none-any.whl
.
File metadata
- Download URL: normalize_lists-0.10-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5e0fd1552072f94f5086d71cd7f5d3235084441acd2519dacccda6b58c1bfe3 |
|
MD5 | b990c7d26b0c4780e95cb35d1fba146f |
|
BLAKE2b-256 | 896ff0c2887f559895b029daca151a9501a656a4355b44ebc51b5390fa7cb6c2 |