An open API service indexing awesome lists of open source software.

https://github.com/willayy/adicts

Small package for an extension of dicts that allows for easy arithmetic operations!
https://github.com/willayy/adicts

arithmetic dictionary

Last synced: 2 months ago
JSON representation

Small package for an extension of dicts that allows for easy arithmetic operations!

Awesome Lists containing this project

README

          

# (A)rithmetic (Dict)ionarie(s)
Small package with functions for performing commonly used arithmetic operations on dictionaries. This can be useful in situations where you want a more "lightweight" alternative to perform operations on a key-value structured data. For example you can use adict as an alternative to: `Casting dictionaries to pandas DataFrames` -> `Performing operations based on INDEX or COLUMNS` -> `Casting DataFrame to dictionaries`. As you may notice this is a small niche tool for small niche problems.