Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickderobertis/pd-utils
High-level tools for common Pandas workflows
https://github.com/nickderobertis/pd-utils
Last synced: about 3 hours ago
JSON representation
High-level tools for common Pandas workflows
- Host: GitHub
- URL: https://github.com/nickderobertis/pd-utils
- Owner: nickderobertis
- License: mit
- Created: 2020-01-25T13:41:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T18:26:09.000Z (over 2 years ago)
- Last Synced: 2024-04-24T20:03:04.401Z (9 months ago)
- Language: Python
- Homepage:
- Size: 3.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![](https://codecov.io/gh/nickderobertis/pd-utils/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/pd-utils)
# pd-utils
## Overview
High-level tools for common Pandas workflows
## Getting Started
Install `pd_utils`:
```
pip install pd_utils
```A simple example:
```python
import pd_utils# Do something with pd_utils
```## Links
See the
[documentation here.](
https://nickderobertis.github.io/pd-utils/
)## Author
Created by Nick DeRobertis. MIT License.