import pandas
from dplython import (DplyFrame, X, diamonds, select, sift, sample_n,
sample_frac, head, arrange, mutate, group_by, summarize, DelayFunction)
Yields:
ImportError: cannot import name 'DplyFrame'
If I remove DplyFrame, I get:
ImportError: cannot import name 'X'