https://github.com/machow/catfact
https://github.com/machow/catfact
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/machow/catfact
- Owner: machow
- License: mit
- Created: 2020-05-05T12:56:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T16:34:31.000Z (almost 5 years ago)
- Last Synced: 2025-03-15T03:47:32.213Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- 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..
```