csdmpy 0.2.1 documentation
  • Table Of Contents
      • Generating csdmpy objects
      • Interacting with csdmpy objects
  • previous
  • next
  • index
  • Show Source

Logo

Table of Contents

  • Generating csdmpy objects
  • Interacting with csdmpy objects

Previous topic

Sparse along two dimensions, 2D{1,1} dataset

Next topic

Generating Dimension objects

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

Generating csdmpy objects¶

The csdmpy module is not just designed for deserializing and serializing the .csdf or .csdfe files. It can also be used to create new datasets, a feature that is most useful when converting datasets to CSDM compliant files.

  • Generating Dimension objects
    • LinearDimension
    • MonotonicDimension
    • LabeledDimension
  • Generating DependentVariable objects
    • InternalDependentVariable
    • ExternalDependentVariable
  • Generating CSDM objects
    • An empty csdm object
    • From a NumPy array
  • Adding instances of Dimension class to CSDM object
  • Adding instances of DependentVariable class to CSDM object
  • Tutorial examples on generating csdm datasets
    • 2D{1} Datasets

Interacting with csdmpy objects¶

  • Interacting with Dimension objects
    • LinearDimension
    • MonotonicDimension
  • Interacting with CSDM objects
    • Basic math operations
    • Basic Slicing and Indexing
    • Support for Numpy methods
  • csdmpy 0.2.1 documentation
  • previous
  • next
  • index
  • top
© Copyright 2019-2020, The CSDMpy project.. Created using Sphinx 3.0.3.