Convert long format data to wide format data (spreadsheet format)
Select a CSV file with long format data. The tool will convert it to wide format where each series becomes a separate column.
Long format has each observation on its own row with a key-value structure, while wide format has multiple columns for different variables in a spreadsheet-like layout.
Wide format is often preferred for data analysis and visualization tools that expect data in a tabular format. Converting from long to wide format can make data easier to work with in spreadsheets and many analysis tools.