Metadata-Version: 2.1
Name: colassigner
Version: 0.2.1
Summary: Helper for assigning and accessing pandas columns
Home-page: https://github.com/endremborza/colassigner
Author: Endre Márk Borza
License: MIT
Platform: any
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# colassigner

[![Documentation Status](https://readthedocs.org/projects/colassigner/badge/?version=latest)](https://colassigner.readthedocs.io/en/latest)
[![codeclimate](https://img.shields.io/codeclimate/maintainability/endremborza/colassigner.svg)](https://codeclimate.com/github/endremborza/colassigner)
[![codecov](https://img.shields.io/codecov/c/github/endremborza/colassigner)](https://codecov.io/gh/endremborza/colassigner)
[![pypi](https://img.shields.io/pypi/v/colassigner.svg)](https://pypi.org/project/colassigner/)


fitting somewhat complex, nested data structures into tables, and removing the need to remember the name and construction logic of any column, if you can rely on static analysis

things to think about:
- draw a reliance dag based on calls
- pivot table: data content based columns
  - enum type support
- changing record entity type


