23 results
- Go to itemEver got annoyed that you cannot join two datasets on strings because they aren't an exact match? Fuzzy matching to the rescue! T…1
- Go to itemEver got annoyed that you cannot join two datasets on strings because they aren't an exact match? Fuzzy matching to the rescu…0
- Go to itemThis workflow allows the user to select a disease from ChEMBL DB and perform a search of every target (single protein or protein …0
- Go to itemForce R’s readr to import all columns of a messy CSV file as strings - allow changing table structures ——— library(readr) file_lo…0
- Go to itemaddress deduplication, string similarity and fingerprinting (a collection) A few links and ressources I collected about address d…0
- Go to itemuse R to list excel sheet names, extract the data and keep only columns that are present in all sheets use R package readxl to li…0
- Go to itemA meta collection about handling data and time functions in KNIME, R and SQL (including databases and big data systems) Node Guid…0
- Go to itemDemonstrates a simple if then else syntax in Java Snippet (Simple). Also doing a double to string conversion.0
- Go to itemForce R’s readr to import all columns as strings ——— library(readr) file_location <- knime.flow.in[["Location"]] knime.out <- as.…0
- Go to itemsee what you can do with dates as data values, strings and numbers. You can transform them and store them as String or number and…0
- Go to itemextract the last 4 characters from a string substr(column("column1"),length(column("column1"))-4 , 4)0