539 B
539 B
| 1 | name,age,city,country |
|---|---|
| 2 | John Doe,25,New York,USA |
| 3 | Jane Smith,30,London,UK |
| 4 | Bob Johnson,22,Toronto,Canada |
| 5 | Alice Brown,28,Sydney,Australia |
| 6 | Charlie Wilson,35,Berlin,Germany |
| 7 | This CSV file contains sample data with headers and multiple rows. |
| 8 | It can be used to test the text processor's ability to handle |
| 9 | structured data formats and count words across different content types. |
| 10 | The file includes: |
| 11 | - Header row with column names |
| 12 | - Data rows with mixed text and numbers |
| 13 | - Various city and country names |
| 14 | - Different age values for statistical analysis |