diff --git a/README.md b/README.md index bb3a37f5aaf..4e7864639c5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - +

To use Modin, replace the pandas import:

@@ -40,15 +40,16 @@ scheduling computation!

-| pandas Object | Ray Engine Coverage | Dask Engine Coverage | +| pandas Object | Modin's Ray Engine Coverage | Modin's Dask Engine Coverage | |-------------------|:------------------------------------------------------------------------------------:|:---------------:| -| `pd.DataFrame` | | | -| `pd.Series` | | | +| `pd.DataFrame` | | | +| `pd.Series` | | | | `pd.read_csv` | ✅ | ✅ | | `pd.read_table` | ✅ | ✅ | | `pd.read_parquet` | ✅ | ✅ | | `pd.read_sql` | ✅ | ✅ | | `pd.read_feather` | ✅ | ✅ | +| `pd.read_excel` | ✅ | ✅ | | `pd.read_json` | [✳️](https://github.com/modin-project/modin/issues/554) | [✳️](https://github.com/modin-project/modin/issues/554) | | `pd.read_` | [✴️](https://modin.readthedocs.io/en/latest/supported_apis/io_supported.html) | [✴️](https://modin.readthedocs.io/en/latest/supported_apis/io_supported.html) |