def pie(
df: pd.DataFrame,
color: str,
) -> Path:
df: pd.DataFrame
color
import pandas as pd
import clusterfun as clt
df = pd.read_csv("https://raw.githubusercontent.com/gietema/clusterfun-data/main/wiki-art.csv")
clt.pie_chart(df, color="painter", media="img_path")