StepFastDescription
caption_imagesPredict image captions using pretrained DL models
classify_textClassify texts using any model from the Hugging Face hub
clean_categoriesClean a given column of categories or lists of categories using OpenAI
describe_clustersDescribe your clusters from their given relevant TF-IDF terms using OpenAI
fetch_demographics_esFetch Spanish demographic census data given a geographical location in each row
fetch_full_contact_domainsEnrich a dataset containing links (URLs) to companies’ online presence using the FullContact service
fetch_full_contact_emailsEnrich a dataset containing email addresses with personal information using the FullContact service
fetch_google_placesFetch information about the most relevant places surrounding a location
fetch_google_visionAnalyze images given their URL using the Google Vision API
fetch_locationExtract formatted address, locality, area, state, country and geographical coordinates from one or more address columns
fetch_openreviewFetch publications submitted to one or more conferences via OpenReview
fetch_social_sharesFetch the number of times a Url was shared on Facebook
fetch_twitterEnriches a dataset containing tweets with information about their authors
fetch_url_contentFetch the main text from a web URL, and return its title, author, content, excerpt and domain
infer_genderTry to infer a person’s gender given a first name
infer_languageDetect the language used for each text in the input column
infer_missingTrain and use a machine learning model to predict (impute) the missing values in a column
infer_missing_with_probsTrain and use a machine learning model to predict (impute) the missing values in a column
infer_sentimentParse text and calculate the overall positive or negative sentiment polarity
prompt_aiCall OpenAI’s models on each row of the dataset for a given prompt
zeroshot_classify_textClassify texts using custom labels/categories