Extreme.Data Namespace
            
            
            
            The Extreme.Data namespace contains base classes for importing and exporting data.
| CompositeDataStream<TObject> | 
            Specifies the methods and properties of a data file
            that may contain multiple objects.
             | 
| DataExtensions | 
            Contains extension methods for converting between data frames and data tables,
            and for reading data frames from databases.
             | 
| DataObjectConverter<TObject> | 
            Serves as the abstract base class for objects that
            convert between data objects and vectors, matrices, 
            and data frames.
             | 
| DataStream | 
            Serves as the abstract base class for classes that 
            represent data files.
             | 
| DataStream<TObject> | 
            Serves as the abstract base class for classes that 
            represent data files that contain objects of a certain type.
             | 
| TextDataStream | 
            Represents a data file in a text-based format.
             | 
| TextOptions | 
            Represents the options available when reading and writing
            text files.
             | 
| TextOptionsExtensions | 
            Contains extension methods for creating modified text options objects.
             | 
| AutoCategorization | 
            Enumerates the options for automatically
            converting data frame columns to categorical
            columns.
             | 
| DataObjectKind | 
            Enumerates the kinds of objects that may be
            stored in a file.
             |