Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ _all_key
Function
_all_key
pandas/core/reshape/pivot.py:554–555 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
552
margin_keys = []
553
554
def
_all_key(key):
555
return
(key, margins_name) + (
""
,) * (len(cols) - 1)
556
557
if
len(rows) > 0:
558
margin = (
Callers
2
_generate_marginal_results
Function · 0.85
_generate_marginal_results_without_values
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected