Sep 5, 2018 · 1 min read
Hi
For some reason the below import for Dask is given me the following error
import numpy as np
import pandas as pd
import dask.dataframe as dd
> ImportError: cannot import name ‘is_datetime64tz_dtype’
Pandas version is pandas 0.23.4
