Main Product Category | Access Point |
Sub Category | Other |
Tabular Data in CSV Format
Tabular data stored in comma-separated value (CSV) format can be directly positioned as a Dataset Asset. Numerous data formats can be exported or preprocessed into CSV format, including spreadsheets, which can then be positioned.
Please refer to the following examples in the TripleBlind SDK to learn more about how to use tabular data in CSV format.
- Gene_Regression
- PSI
- PSI_Vertical_Partition
- Random_Forest
- Table_Search
- Tabular_Data
- Transfer_Learning
- XGBoost
- XGBoost_Regression
Tabular Data Stored in Databases
Views of tabular data stored in databases can be positioned as a Database Asset. The asset contains the description of the connection and data content, the actual data is read from the database at each usage, so it is “live”. The following databases are currently supported:
- Microsoft SQL Server
- MongoDB
- MySQL
- Oracle
- Postgres
- SQLite
For a complete list, please see our product documentation here.