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!
- Host: GitHub
- URL: https://github.com/willayy/adicts
- Owner: willayy
- License: mit
- Created: 2025-11-21T16:00:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-26T22:21:07.000Z (8 months ago)
- Last Synced: 2025-11-29T09:39:29.653Z (8 months ago)
- Topics: arithmetic, dictionary
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.