Icon

clean_​data

Row Filtering Remove Values Row FilteringReplace Values Cleaning Data. The following set of tools (nodes) can be used to manipulate datasets that have rows containingmissing values, duplicate values or that need to be filtered based on certain row values. Remove row duplicates panda-list-sample.csv Filter out rows that match thecondition specified for a columne.g. Filter out rows with "NA"appearing in the column "Birthplace"Remove duplicate rows(exclude the column Index which has no duplicates)Replace strings having value "NA"in the column"Name in Chinese" with "Not Applicable" Using the GroupBy achieves the same result as above (exclude the column Index whichhas no duplicates)Filter out the rows that match the condition specified for a columne.g. Filter out rows with "NA"appearing in the column "Birthplace"Replace strings having value "NA" in the column"Loan_Expire_Date" with "01012030" Node 76Node 77CSV Reader Row Filter DuplicateRow Filter String Replacer GroupBy Row Filter (Labs) String Replacer File Reader CSV Reader Row Filtering Remove Values Row FilteringReplace Values Cleaning Data. The following set of tools (nodes) can be used to manipulate datasets that have rows containingmissing values, duplicate values or that need to be filtered based on certain row values. Remove row duplicates panda-list-sample.csv Filter out rows that match thecondition specified for a columne.g. Filter out rows with "NA"appearing in the column "Birthplace"Remove duplicate rows(exclude the column Index which has no duplicates)Replace strings having value "NA"in the column"Name in Chinese" with "Not Applicable" Using the GroupBy achieves the same result as above (exclude the column Index whichhas no duplicates)Filter out the rows that match the condition specified for a columne.g. Filter out rows with "NA"appearing in the column "Birthplace"Replace strings having value "NA" in the column"Loan_Expire_Date" with "01012030" Node 76Node 77CSV Reader Row Filter DuplicateRow Filter String Replacer GroupBy Row Filter (Labs) String Replacer File Reader CSV Reader

Nodes

Extensions

Links