Data Reading: Reads CSV file data into a pandas DataFrame, setting appropriate column names. Data Validation: Skips plotting if the DataFrame is empty. Velocity Vector Creation: Extracts coordinates, velocity components, and uncertainties (which are not used nor plotted in the current version of ...
If filter by attribute value is selected, select the name of the column whose value should be matched. If the selected column is a collection column the filter based on collection elements option allows to filter each row based on the elements of the collection instead of its string representat...
",sample,sep=""),colnames(rcombi)) # if the position does not exist, add the sample and obiclean sample # to the raw combined dataframe if(length(pos) == 0) { rcombi[,paste("sample.",sample,sep="")] <- 0 rcombi[,paste("obiclean_status.",sample, sep="")] <- as.factor(...
parser.add_option("-r", "--index-col", dest="index_col", default='0', help="Column to use as the row labels of the DataFrame (Default 0 represents the first column). If a sequence like <0,1,2> is given, a MultiIndex will be used. Supply <None> to turn off index_col. Al...