Welcome to the pandas_commons library repository!
- Pandas DataFrame utility functions such as;
- cleaning
- searching
- merging
- String utility functions such as snake_case-ing a string, formatting timestamps for file paths, etc.
- More to come with your help hopefully :)
To install this library, simply;
- Make sure you have Python
3.7.x
or higher and pip installed on your machine. - Type into the terminal:
pip install pandas-commons