DataFrame.tensor
Return a Tensorflow tensor of the DataFrame. Only the values in the DataFrame will be returned, the axis labels will be removed.
danfo.DataFrame.tensor
Note: Tensorflow tensors have single dtype, and will replace any string value with NaN. Use with care.
Examples
String values in a Tensor are represented as NaN, so ensure to transform them before working with tensor representations.
Last updated