Why is it not possible to pass attributes of an instance through a copy? I want to pass the name attribute to another dataframe.
name
import copy df = pd
Attaching custom metadata to DataFrames seems to be unsupported for pandas. See this answer (possible duplicate?) and this github issue.