MCPcopy
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 = (

Calls

no outgoing calls

Tested by

no test coverage detected