ImageUtils¶
- 
ImageUtils.isImage(df, column)[source]¶
- Returns True if the column contains images - Parameters: - df (DataFrame) – The DataFrame to be processed
- column (str) – The name of the column being inspected
 - Returns: - True if the colum is an image column - Return type: 
- 
ImageUtils.readFromPaths(df, pathCol, imageCol='image')[source]¶
- Reads images from a column of filenames - Parameters: - Returns: - The dataframe with loaded images - Return type: - df