Sample User Dataset — CSV
Download a free sample CSV file containing 1,000 rows of realistic fake user data. Each record includes fields like name, email, age, city, country, signup date, and account status. This dataset is ideal for testing user management systems, data import pipelines, CSV parsers, and analytics dashboards. All data is synthetically generated — no real personal information is included.
Data Structure Preview
id,name,email,age,city,country,signup_date,status 1,Alice Johnson,alice@example.com,29,New York,US,2024-01-15,active 2,Bob Smith,bob@example.com,34,London,GB,2024-02-20,active 3,Carol Williams,carol@example.com,41,Berlin,DE,2024-03-05,inactive
Fields
Common Use Cases
- Testing user management CRUD operations
- Testing CSV import performance
- Validating data table rendering and pagination
- Testing search and filter functionality
- Prototyping analytics dashboards with realistic data
Related Tools
Frequently Asked Questions
Is this real user data?
No. All data is synthetically generated using realistic patterns. No real personal information is included. The dataset is safe for testing, demos, and development.
How many rows are in this dataset?
The dataset contains 1,000 rows of user records, each with 8 fields (id, name, email, age, city, country, signup_date, status).
Can I use this for load testing?
Yes. This 1,000-row dataset is suitable for functional testing. For load testing with larger volumes, you can duplicate the rows or use our sample file generator tool.