1. Added new methods `any`, `all`, `get_dtype`.
2. Added pass-through methods `groupby` and `write`.
3. Fixed an issue with `min` and `max` methods. They can now be used for non-float columns.
4. Reduced code repetition which should make it easier to read the source code.
5. Added more doc strings.
6. Added more tests to increase coverage from ~52% to ~61%.
7. Added instructions for contributing.