Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ copy
Method
copy
pandas/io/pytables.py:2872–2874 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2870
self.attrs.pandas_version = str(_version)
2871
2872
def
copy(self) -> Fixed:
2873
new_self = copy.copy(self)
2874
return
new_self
2875
2876
@property
2877
def
shape(self):
Callers
15
setup
Method · 0.45
setup
Method · 0.45
setup
Method · 0.45
time_merge_sorted_multiindex
Method · 0.45
setup
Method · 0.45
time_reindex_multiindex_no_cache
Method · 0.45
time_reindex_multiindex_no_cache_dates
Method · 0.45
setup
Method · 0.45
time_datetime_level_values_copy
Method · 0.45
setup
Method · 0.45
setup
Method · 0.45
setup
Method · 0.45
Calls
no outgoing calls
Tested by
6
index
Function · 0.36
index_flat
Function · 0.36
index_with_missing
Function · 0.36
index_or_series_obj
Function · 0.36
index_or_series_memory_obj
Function · 0.36
mpl_cleanup
Function · 0.36