I would like to copy and paste data from a Jupyter laptop. In the following example, which includes elements Inand Out.
When I try to copy this data, I currently cannot select the elements Inand Out, since they are not contained in the cell data.
In [23]:
df.index.slice_indexer(start_remove, end_remove)
Out[23]:
slice(36, 85, None)
This image shows the elements Inand Out, as well as the cells. I want to copy and paste it all.

source
share