Metadata-Version: 2.1
Name: wminhyuk-eda
Version: 0.4.0
Summary: Default template for PDM package
Author-Email: "<wminhyuk>" <<seoseo1998@gmail.com>>
License: MIT
Requires-Python: >=3.10
Requires-Dist: pandas>=2.2.3
Requires-Dist: president-speech>=0.9.1
Requires-Dist: typer>=0.15.1
Description-Content-Type: text/markdown

# wminhyuk-eda


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

### EDA
- run jupyterlab
```
& hyoyter lab
```


### Ref
- [install jupyterlab](https://jupyter.org/install)
- https://pypi.org/project/president-speech/
