feat: drop unnecessary columns
Browse files- TODO.md +11 -0
- multi-agents-analysis/spain_practice_1.db +3 -0
TODO.md
CHANGED
@@ -8,4 +8,15 @@
|
|
8 |
|
9 |
- [x] Add poetry as a package manager https://python-poetry.org/docs/basic-usage/
|
10 |
- [ ] Create a toy db with formula 1 data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
- [ ] Connect `NLSQLRetriever` and `RetrieverQueryEngine` on this toy db
|
|
|
8 |
|
9 |
- [x] Add poetry as a package manager https://python-poetry.org/docs/basic-usage/
|
10 |
- [ ] Create a toy db with formula 1 data
|
11 |
+
- [x] Drop `laps.db` columns:
|
12 |
+
- DriverNumber
|
13 |
+
- Team
|
14 |
+
- LapStartDate
|
15 |
+
- TrackStatus
|
16 |
+
- Position
|
17 |
+
- Deleted
|
18 |
+
- DeletedReason
|
19 |
+
- FastF1Generated
|
20 |
+
- IsAccurate
|
21 |
+
- index
|
22 |
- [ ] Connect `NLSQLRetriever` and `RetrieverQueryEngine` on this toy db
|
multi-agents-analysis/spain_practice_1.db
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f12bc4f41d214d2467ad9a4dca5f0b85587157d100b1d69b3d4216503a53af8b
|
3 |
+
size 20480
|