Expand description
Auto-generated module
🤖 Generated with SplitRS
Functions§
- csv_
diff - Compute the diff between two CSV tables keyed by
key_col. - csv_
join - Perform an inner join of
leftandrighton the named key column. - csv_
merge - Append all rows of
righttoleft, returning a new table. - csv_
pivot - Create a pivot table from
table. - infer_
column_ type - Infer the column type for a slice of string values.
- infer_
table_ types - Infer types for all columns in a
CsvTable.