Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove
copy()
from custom_info
example
`set_index` automatically copies if not stated otherwise with `inplace=True` > inplacebool, default False If True, modifies the DataFrame in place (do not create a new object). from: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.set_index.html?highlight=set_index#pandas.DataFrame.set_index
- Loading branch information