chore: parquet exporting of data

This commit is contained in:
2025-12-12 12:40:16 +01:00
parent 80b6c22861
commit 984947bfce

View File

@@ -170,3 +170,5 @@ if __name__ == '__main__':
print(f"Feature matrix: {features.shape}") print(f"Feature matrix: {features.shape}")
print(features.head()) print(features.head())
print(features.info()) print(features.info())
features.to_parquet("features.parquet")