Skip to content

Commit b762ad2

Browse files
committed
Add DataFrame
1 parent 729d767 commit b762ad2

19 files changed

Lines changed: 6501 additions & 8043 deletions

.claude/rules/testing-conventions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
paths:
3+
- "tests/**/*"
4+
---
5+
16
# Testing Conventions for AI Agents
27

38
## Rule: Tests Should Expose Bugs, Not Assert Them

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Custom Settings
22
CMakeLists2.txt
3+
.personal-todo.md
34

45
# Build
56
bin/

include/csv.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ SOFTWARE.
2929
#ifndef CSV_HPP
3030
#define CSV_HPP
3131

32+
#include "internal/data_frame.hpp"
3233
#include "internal/csv_reader.hpp"
3334
#include "internal/csv_stat.hpp"
3435
#include "internal/csv_utility.hpp"

0 commit comments

Comments
 (0)