Metadata-Version: 2.1
Name: my-happy-modin
Version: 0.8.19
Summary: The simple version for modin.
Home-page: https://github.com/ggservice007/my-happy-modin
Author: ggservice007
Author-email: ggservice007@126.com
License: Apache 2
Platform: UNKNOWN
Requires-Python: >=3.7.7
Description-Content-Type: text/markdown
Requires-Dist: ray (>=1.1.0)
Requires-Dist: my-happy-pandas (>=1.1.10)

# my-happy-modin

[Modin](https://github.com/modin-project/modin): Speed up your Pandas workflows by changing a single line of code.

The simple version for modin.

## Features

1. Only Support Ray

1. Replace pandas with my-happy-pandas


## test and developing environment
OS: centos7

python:  3.7.7

## install
```shell
python3.7 -m pip install -U my-happy-modin

or

python3.7 -m pip install -i https://pypi.org/simple/ -U my-happy-modin
```

## uninstall
```shell
python3.7 -m pip uninstall my-happy-modin
```




## Notice
Before use, make sure you have started the ray cluster.
```
ray start --head --port 8266 --dashboard-host 0.0.0.0 --metrics-export-port=8380
```


