Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/machow/catfact
https://github.com/machow/catfact
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/machow/catfact
- Owner: machow
- License: mit
- Created: 2020-05-05T12:56:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T16:34:31.000Z (over 4 years ago)
- Last Synced: 2024-11-19T15:56:43.111Z (about 1 month ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
forcats (in python)
===================This is a port of the popular R package forcats to python.
**NOTE:** I am in the process of moving the forcats module from [machow/siuba](https://github.com/machow/siuba) to here.
In the meantime, you can install and use it from there.First, install siuba:
```
pip install siuba
```Then, you can import forcats using...
```
from siuba.dply.forcats import fct_lump, fct_reorder # etc..
```