pandas.DataFrame.applymap

Apply a function to a Dataframe elementwise.

This method applies a function that accepts and returns a scalar to every element of a DataFrame.

param func
callable

Python function, returns a single value from a single value.

return

DataFrame Transformed DataFrame.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler