Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
def
column_alias(name: str) -> str:
103
return
COLUMN_ALIASES.get(name, name)
104
105
106
def
apply_aliases(df: pd.DataFrame) -> pd.DataFrame:
Callers
5
image_sizes
Function · 0.90
fio
Function · 0.90
console
Function · 0.90
phoronix
Function · 0.90
fio_overhead
Function · 0.90
Calls
1
get
Method · 0.80
Tested by
no test coverage detected