import { motion } from "framer-motion"; import recipedemo from "../assets/images/recipe-demo.gif"; import { CheckArrowIcon } from "../assets/icons/CheckArrowIcon"; export const Features1 = () => { return (
Transform Your Data

Transform your data with recipes

qsv pro features a suite of recipes (scripts) for common data wrangling tasks to perform on your spreadsheet, including:

  • Sort in lexicographical order
  • Remove duplicate rows
  • Remove rows with Personally Identifiable Information (PII)
Recipe Demo
); };