astype() (Pandas)
s.astype() converts a Series or DataFrame column to a different dtype — for example text to numbers, floats to ints, or a string column to the memory-saving…
s.astype() converts a Series or DataFrame column to a different dtype — for example text to numbers, floats to ints, or a string column to the memory-saving…