Developer reference
This section is intended for those that want to contribute to the metasyn package, or simply want a deeper understanding of how it works. It contains all the classes, functions and modules in the metasyn package. Most elements are not directly used by users, but are important for developers of the metasyn package to understand the architecture.
Modules
Module defining configuration classes for creating MetaFrames. |
|
Package to create and retrieve demo datasets used in tutorials. |
|
Package providing different distributions used in metasyn. |
|
File interfaces to read dataset and write synthetic datasets. |
|
Module defining MetaFrames, used for creating MetaFrames from DataFrames. |
|
Module with privacy classes to be used for creating GMF files. |
|
Module implementing the distribution registry. |
|
Package containing the JSON-schema that can be used for validating metadata. |
|
Module for testing the functionality of distributions and registries. |
|
Utility module for metasyn. |
|
Module defining the MetaVar class, which represents a metadata variable. |
|
Module for distribution and variable specifications. |
Top-level classes
|
Container for statistical metadata describing a dataset. |
|
Metadata variable describing a column in a MetaFrame. |
|
Data class for storing the specifications for variables. |
Top-level functions
|
Legacy alias for demo_data. |
|
Get the path for a demo data file. |
|
Decorate class to create a distribution with the right properties. |
|
Create the file interface from a file. |
|
Read a .dta stata file into metadata and a DataFrame. |
|
Read an excel file and create a file interface from that. |
|
Create the file interface from a .sav or .zsav file. |
|
Alias for |
|
Write to a CSV file with the same file format. |
|
Write to a DTA file with the same file format. |
|
Write to a Excel file with the same file format. |
|
Write to a SAV file with the same file format. |
|
Alias for |