Skip to main content

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]]

    

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 hashes)

Uploaded Source

Built Distribution

normalize_lists-0.10-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page