This namespace contains 30 node(s).
Available Nodes
- Add Column - Add list of values as new column to dataframe.
- Aggregate - Aggregate dataframe by one or more columns.
- Append - Append two dataframes along rows.
- Convert JSON to DataFrame - Transforms a JSON string into a pandas DataFrame.
- Describe - Compute summary statistics for each numeric column: count, mean, std, min, 25…
- Drop Duplicates - Remove duplicate rows from dataframe.
- Drop NA - Remove rows with NA values from dataframe.
- Extract Column - Convert dataframe column to list.
- Fill NA - Fill missing values in dataframe.
- Filter - Filter dataframe based on condition.
- Filter None - Filters out None values from a stream.
- Find Row - Find the first row in a dataframe that matches a given condition.
- For Each Row - Iterate over rows of a dataframe.
- From List - Convert list of dicts to dataframe.
- Import CSV - Convert CSV string to dataframe.
- Join - Join two dataframes on specified column.
- Load CSV Assets - Load dataframes from an asset folder.
- Load CSVFile - Load CSV file from file path.
- Load CSVURL - Load CSV file from URL.
- Merge - Merge two dataframes along columns.
- Pivot - Pivot dataframe to reshape data.
- Rename - Rename columns in dataframe.
- Save CSVDataframe File - Write a pandas DataFrame to a CSV file.
- Save Dataframe - Save dataframe in specified folder.
- Schema - Define a schema for a dataframe.
- Select Column - Select specific columns from dataframe.
- Slice - Slice a dataframe by rows using start and end indices.
- Sort By Column - Sort dataframe by specified column.
- To List - Convert dataframe to list of dictionaries.