This repository was archived by the owner on Jul 3, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweaks warning message from pandas index check
If using a dask dataframe or series the index type checker will not capture it because it only checks for pandas types. So adding note to ignore if using DASK. We will have to figure out how to support this -- likely with a specific result builder for Dask that takes this into account, or something like that.
- Loading branch information