Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 467 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 467 Bytes

fancy-collections

This package provide some useful classes to store data in a structured way. Up to now mostly advanced dictionaries are provided.

Installation and requirements

fancy-collections requires Python 3.7+ to run and can be installed by running

pip install fancy-collections

Usage

>>> from fancy_collections import SliceDict, DictOfPandas, DictOfSeries

See also