D-Mielewczyk / euro-temperature-trend-stats

MIT License
0 stars 0 forks source link

Create a Markdown Document Describing Each Column of the Data #3

Closed D-Mielewczyk closed 4 days ago

D-Mielewczyk commented 3 weeks ago

Objective: Develop a comprehensive markdown document that describes each column of the climate data we are using. This document should provide detailed information about the data, including the data type, description of the column, possible values, and its relevance to our project.

Requirements:

  1. The markdown document should include:
    • Column Name: The name of the column.
    • Data Type: The type of data stored in the column (e.g., integer, float, string, date).
    • Description: A brief description of what the column represents.
    • Possible Values: Examples or ranges of possible values that the column can have.
    • Relevance: An assessment of whether this column is useful for our project and why.

Details:

Acceptance Criteria:

D-Mielewczyk commented 3 weeks ago

Blocked by #2