ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
1.51k
stars
93
forks
source link
Column order in resampled DataFrame is different than the order in the aggregation dict input #1996
Open
vasil-pashov opened 1 week ago
Describe the bug
When Pandas performs resampling the columns are in the same order as the keys in the aggregation dictionary. ArcticDB reorders the columns.
Steps/Code to Reproduce
Expected Results
Produce the same output as Pandas
OS, Python Version and ArcticDB Version
Python: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)] OS: Windows-10-10.0.26100-SP0 ArcticDB: dev
Backend storage used
No response