feat(data): DataReader parquet 读取 → BarData

This commit is contained in:
2026-07-05 12:04:50 +08:00
parent 56fbde6492
commit 10bdc65ac5
4 changed files with 103 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
import sys
from pathlib import Path
# Add vnpy mock to path for imports
sys.path.insert(0, str(Path(__file__).parent))
import pandas as pd
import pytest