sdmxthon
2.6.7
  • 10 minutes to sdmxthon
    • Introduction
    • Functionalities
      • SDMX-Message reading
      • Data functionalities
      • Metadata functionalities
    • Comprehensive examples
      • Generate Dataset
      • Structural validation
      • Data Analysis with pandas
    • Core sdmx.io use cases
      • Collection
      • Production
      • Dissemination
  • Installation
  • Api Package
    • Read SDMX
      • read_sdmx()
    • Get Datasets
      • get_datasets()
    • Get Pandas DF
      • get_pandas_df()
    • XML To CSV
      • xml_to_csv()
    • Upload metadata to Fusion Metadata Registry
      • upload_metadata_to_fmr()
  • Model Package
    • Base Package
      • Annotation
        • Annotation
      • Annotable Artefact
        • AnnotableArtefact
      • Identifiable Artefact
        • IdentifiableArtefact
      • Nameable Artefact
        • NameableArtefact
      • Versionable Artefact
        • VersionableArtefact
      • Maintainable Artefact
        • MaintainableArtefact
      • International String
        • InternationalString
        • Localised String
    • Dataset
      • Dataset
        • Dataset.attached_attributes
        • Dataset.data
        • Dataset.dataflow
        • Dataset.dataset_attributes
        • Dataset.dim_at_obs
        • Dataset.fmr_validation()
        • Dataset.read_csv()
        • Dataset.read_excel()
        • Dataset.read_json()
        • Dataset.set_dimension_at_observation()
        • Dataset.structural_validation()
        • Dataset.structure
        • Dataset.structure_type
        • Dataset.to_csv()
        • Dataset.to_feather()
        • Dataset.to_json()
        • Dataset.to_sdmx_csv()
        • Dataset.to_xml()
        • Dataset.unique_id
    • Message
      • Message
        • Message.content
        • Message.header
        • Message.payload
        • Message.set_dimension_at_observation()
        • Message.to_xml()
        • Message.type
        • Message.upload_to_fmr()
    • Component
      • Component
        • Component.concept_identity
        • Component.local_representation
        • Component.representation
      • Dimension
        • Dimension
        • TimeDimension
        • MeasureDimension
      • Attribute
        • Attribute
      • PrimaryMeasure
        • PrimaryMeasure
    • Descriptors
      • ComponentList
        • ComponentList.add_component()
        • ComponentList.components
      • DimensionDescriptor
        • DimensionDescriptor
      • AttributeDescriptor
        • AttributeDescriptor
      • MeasureDescriptor
        • MeasureDescriptor
      • GroupDimensionDescriptor
        • GroupDimensionDescriptor
    • Item
      • Item
        • Item.add_child()
        • Item.childs
        • Item.parent
        • Item.scheme
      • Code
        • Code
      • Concept
        • Concept
      • Agency
        • Agency
    • ItemScheme
      • ItemScheme
        • ItemScheme.append()
        • ItemScheme.is_partial
        • ItemScheme.items
      • ConceptScheme
        • ConceptScheme
      • Codelist
        • Codelist
      • OrganisationScheme
        • OrganisationScheme
        • AgencyScheme
    • DataStructureDefinition
      • DataStructureDefinition
        • DataStructureDefinition.add_constraint()
        • DataStructureDefinition.attribute_codes
        • DataStructureDefinition.attribute_descriptor
        • DataStructureDefinition.constraints
        • DataStructureDefinition.content
        • DataStructureDefinition.dataset_attribute_codes
        • DataStructureDefinition.dimension_codes
        • DataStructureDefinition.dimension_descriptor
        • DataStructureDefinition.group_dimension_descriptor
        • DataStructureDefinition.measure_code
        • DataStructureDefinition.measure_descriptor
        • DataStructureDefinition.to_vtl_json()
        • DataStructureDefinition.to_xml()
        • DataStructureDefinition.upload_to_fmr()
    • DataFlowDefinition
      • DataFlowDefinition
        • DataFlowDefinition.add_constraint()
        • DataFlowDefinition.structure
        • DataFlowDefinition.to_xml()
        • DataFlowDefinition.upload_to_fmr()
    • Header
      • Header
        • Header.data_provider
        • Header.datasetID
        • Header.dataset_action
        • Header.embargo_date
        • Header.extracted
        • Header.id_
        • Header.name
        • Header.prepared
        • Header.receiver
        • Header.reporting_begin
        • Header.reporting_end
        • Header.sender
        • Header.source
        • Header.structure
        • Header.test
      • Party
        • Party
        • Sender
    • Representation
      • Representation
        • Representation.add_facet()
        • Representation.codelist
        • Representation.concept_scheme
        • Representation.facets
        • Representation.type_
      • Facet
        • Facet
  • Parsers Package
    • Reading files
      • Data generic
      • Data parser
      • Message parsers
      • Payload parsers
      • Read
      • References
    • Validations files
      • Data validations
      • Metadata validations
    • Writing SDMX-ML files
      • MessageTypeEnum
        • MessageTypeEnum.Error
        • MessageTypeEnum.GenericDataSet
        • MessageTypeEnum.Metadata
        • MessageTypeEnum.StructureSpecificDataSet
        • MessageTypeEnum.Submission
  • Webservices
    • SdmxWebServiceConnection
      • SdmxWebServiceConnection
        • SdmxWebServiceConnection.AGENCY_ID
        • SdmxWebServiceConnection.ENTRY_POINT
        • SdmxWebServiceConnection.WS_IMPLEMENTATION
        • SdmxWebServiceConnection.get_all_dataflows()
        • SdmxWebServiceConnection.get_constraints()
        • SdmxWebServiceConnection.get_constraints_url()
        • SdmxWebServiceConnection.get_data()
        • SdmxWebServiceConnection.get_data_flow()
        • SdmxWebServiceConnection.get_data_flow_url()
        • SdmxWebServiceConnection.get_data_url()
        • SdmxWebServiceConnection.get_dsd()
        • SdmxWebServiceConnection.get_dsd_url()
        • SdmxWebServiceConnection.get_pandas_with_names()
        • SdmxWebServiceConnection.get_sdmxthon_code()
    • QueryBuilder
      • SDMX API v1
        • SdmxWs1
      • SDMX API v2
        • SdmxWs2p0
    • Fusion Metadata Registry Interaction methods
      • Check Host Availability
        • check_host_availability()
      • Validate SDMX-CSV on FMR
        • validate_sdmx_csv_fmr()
      • Submit Structures to FMR
        • submit_structures_to_fmr()
      • Get validation status
        • get_validation_status()
  • Validations
    • Data validations
      • validate_data()
    • Metadata validations
      • create_metadata()
  • Developers Guide
    • Code styling
    • 3rd party applications connection
    • High level architecture
      • Reading
      • Validations
      • Writing
  • Changelog
    • 2.6.7 (2024-07-26)
    • 2.6.6 (2024-04-16)
    • 2.6.5 (2024-04-15)
    • 2.6.4 (2024-03-12)
    • 2.6.3 (2024-02-23)
    • 2.6.2 (2024-02-22)
    • 2.6.1 (2024-01-17)
    • 2.6 (2024-01-17)
    • 2.5.3 (2023-12-22)
    • 2.5.1 (2023-12-21)
    • 2.5 (2023-11-10)
    • 2.4 (2023-10-23)
    • 2.3.2 (2023-09-26)
    • 2.3.1 (2023-09-15)
    • 2.3 (2023-09-13)
    • 2.2 (2023-07-04)
    • 2.1 (2023-03-14)
    • 2.0 (2023-03-03)
    • 1.3 (2022-31-05)
    • 1.2 (2021-01-12)
    • 1.1 (2021-01-12)
    • 1.0.3 (2021-09-30)
    • 1.0.2 (2021-07-06)
    • 1.0.1 (2021-06-23)
    • 1.0 (2021-05-28)
sdmxthon
  • Search


© Copyright 2024 MeaningfulData. All Rights Reserved.

Built with Sphinx using a theme provided by Read the Docs.