📄️ Schema Adapter
📄️ Tidy Adapter
The TidyAdapter transforms SDIF database tables into tidy format using AI-generated code. It follows tidy data principles (each variable forms a column, each observation forms a row, and each observational unit forms a table) to restructure data for better analysis.
📄️ CodeAdapter (WIP)
The CodeAdapter is designed to execute custom Python code to produce a new, modified SDIF database file. It is mostly used to apply code logic created by other adapters.