MCPcopy Create free account
hub / github.com/Mic92/vmsh / column_alias

Function column_alias

tests/plot.py:102–103  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

100
101
102def column_alias(name: str) -> str:
103 return COLUMN_ALIASES.get(name, name)
104
105
106def apply_aliases(df: pd.DataFrame) -> pd.DataFrame:

Callers 5

image_sizesFunction · 0.90
fioFunction · 0.90
consoleFunction · 0.90
phoronixFunction · 0.90
fio_overheadFunction · 0.90

Calls 1

getMethod · 0.80

Tested by

no test coverage detected