Metadata-Version: 2.1
Name: jerreda
Version: 0.3.1
Summary: EDA
Author-Email: vhzkclq0705 <dhwns1513@gmail.com>
License: MIT
Requires-Python: >=3.10
Requires-Dist: pandas>=2.2.3
Requires-Dist: president-speech>=0.9.1
Description-Content-Type: text/markdown

# jerreda

[![LGTM](https://lgtm.lol/p/843)](https://lgtm.lol/i/843)

## USE

### group_by_count()
```bash
$ pip install jerreda
$ python
>>> from jerreda.cli import group_by_count
>>> group_by_count()
```

### DEV
```bash
$ source .venv/bin/activate
$ pdm add pandas
$ pdm add -dG add jupyterlab
$ pdm add president-speech

$ git add .
$ git commit -a
$ git push
$ pdm publish

View at:
https://pypi.org/project/jerreda/0.3.1/
```

### EDA
- run jupyterlab
```bash
$ jupyter lab

```


## REF
- [Install Jupyterlab](https://jupyter.org/install)
- [PyPI President-speech](https://pypi.org/project/president-speech/)
