returned to pyarrow backend in pandas, added timestamped outputs to the indexer implementation

This commit is contained in:
2024-09-12 10:43:43 +03:00
parent 0f3d33ac13
commit 2ea452cf81
2 changed files with 14 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ class Command(BaseCommand):
file_path,
#comment='#',
header=1000,
#engine="pyarrow"
engine="pyarrow"
)
gaiasource_fields = [field.name for field in GaiaSource._meta.get_fields()] #get fields from the model