MultiModalData class improvement
Created by: andreygetmanov
Now csv files with text and table columns can be read and separated to various data sources just in one motion
- MultiModalData.from_csv method added
- text fields are defined automatically, if are not predefined by user
- tests are added