Skip to content

good first issue: Add realistic example dataset in CSV format #85

@ReginaldErzoah

Description

@ReginaldErzoah

Description

Add a realistic dataset in CSV format to the examples/ folder. This will help users test Aniwa's CSV reading capabilities.

File Location

examples/filename.csv

Requirements

  • Format: CSV (.csv)
  • Rows: Minimum 100 rows
  • Columns: 8-15 columns
  • Data: Realistic or real-world data (not random/gibberish)

Data Characteristics

Include realistic data patterns:

  • Some null/missing values
  • Mixed data types (strings, numbers, dates)
  • Duplicate entries (optional)

Testing

aniwa profile examples/filename.csv

Note: 'filename' is a placeholder for your real file's name

Acceptance Criteria

  • File created at examples/example.csv
  • Minimum 100 rows of data
  • Valid CSV format (properly escaped, consistent delimiters)
  • Loads without errors in Aniwa

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions