[BUG] DataProcessor.get_group_data is not working #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Description
DataProcessor.get_group_datamethod gives error when calledSteps to Reproduce
Expected Behavior
The method should return DataFrame
Actual Behavior
The method return
AttributeError: 'list' object has no attribute 'get'Error Logs
Component
Data Processing
Version/Commit
58a316dEnvironment
No response
Additional Context
No response