No data available to generate a dashboard.

'; return; } $analysis = $_SESSION['csv_analysis']; $schema = $analysis['schema']; $suggestions = $analysis['suggestions']; $sample = $analysis['sample']; // Apply user-defined types from preview screen if (isset($_POST['column_types'])) { foreach ($_POST['column_types'] as $col => $type) { if (isset($schema[$col])) { $schema[$col]['type'] = $type; } } // Re-run suggestions with updated types // (This requires the suggestion logic to be available here) // For now, we'll just use the updated schema } ?>
Filters
Total Rows

Avg.

Total

Time Chart
Histogram
Category Chart
Top Categories
Sample Data