ICE-5: The Shapes of Data
A React + D3.js application that loads a CSV dataset from a
GitHub Gist, parses it, and displays summary statistics
along with an SVG visualization of bird migration data.
Features
- D3 CSV Parsing: Loads and parses CSV data from a
remote URL
- React Components: Modular component structure
- Data Summary: Displays file size, row count, and
column count
- SVG Visualization: Interactive bird migration icon
styled with D3
- Error Handling: Graceful error display for failed data
loads
Project Structure