Many thanks!
There are a few ways to do this (and actually a few different
aliases to do the same thing, but I use the "columns" method since
that's the name they use in Pandas).
# replace the whole header
mydata.columns = ["colA", "colB"]
-- Erin LeDell Ph.D. Statistician & Machine Learning Scientist | H2O.ai