You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
Added
Added Parameter col_name in process_file() & auto_fix() To Support for Specific Column In Dataset
Support for Dictionary Strings, now it will convert it into a real dictionary
deep_check parameter in process_file() — when enabled, recursively parses nested lists and dicts stored as strings inside arrays. Disabled by default due to performance cost on large datasets.