huni1023 / huni-utils

frequently used utilies for python
MIT License
2 stars 0 forks source link

Python Package for Utility

@created by huni1023

Motivation

I've been managed various data like questionnaire, quiz response, system logs, etc. Thery are sometimes well-organized but in many times, it is unstructured and unshaped. Through out my experience, I've been established my data-handling-routines. The package huni_utils is my first python package, and it's a collection of python uility that I used frequently. I hope this code might helpful for others too, and always welcome for advice or suggesion.

Installation

The huni_utils is released in PyPI

pip install huni-utils

Function

1. load and save files

Suggestion