#### A small, complete example of the issue ``` python # Your code here sparse_df = df.pivot(index='a', columns='b', values='c', aggfunc=lambda x: len(x), sparse=True) ``` #### Expected Output #### Output of `pd.show_versions()` <details> # Paste the output here </details>