Skip to content

Commit

Permalink
Fix callout in readme (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdawang authored Mar 25, 2024
1 parent c0ba3c6 commit 605152c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Then extended to carry that functionality over to Spark Dataframes.
pip install datacompy
```

or
or

```shell
conda install datacompy
Expand Down Expand Up @@ -50,18 +50,17 @@ Different versions of Spark play nicely with only certain versions of Python bel
| Python 3.12 ||||||


:::{note}
At the current time Python ``3.12`` is not supported by Spark and also Ray within Fugue.
:::
> [!NOTE]
> At the current time Python `3.12` is not supported by Spark and also Ray within Fugue.
## Supported backends

- Pandas: ([See documentation](https://capitalone.github.io/datacompy/pandas_usage.html))
- Spark: ([See documentation](https://capitalone.github.io/datacompy/spark_usage.html))
- Polars (Experimental): ([See documentation](https://capitalone.github.io/datacompy/polars_usage.html))
- Fugue is a Python library that provides a unified interface for data processing on Pandas, DuckDB, Polars, Arrow,
Spark, Dask, Ray, and many other backends. DataComPy integrates with Fugue to provide a simple way to compare data
across these backends. Please note that Fugue will use the Pandas (Native) logic at its lowest level
- Fugue is a Python library that provides a unified interface for data processing on Pandas, DuckDB, Polars, Arrow,
Spark, Dask, Ray, and many other backends. DataComPy integrates with Fugue to provide a simple way to compare data
across these backends. Please note that Fugue will use the Pandas (Native) logic at its lowest level
([See documentation](https://capitalone.github.io/datacompy/fugue_usage.html))

## Contributors
Expand Down

0 comments on commit 605152c

Please sign in to comment.