taipy.core.data
package
Classes related to data nodes.
Classes¶
CSVDataNode
: Data Node stored as a CSV file.ExcelDataNode
: Data Node stored as an Excel file.GenericDataNode
: Generic Data Node that uses custom read and write functions.InMemoryDataNode
: Data Node stored in memory.JSONDataNode
: Data Node stored as a JSON file.JoinOperator
: Enumeration of join operators for Data Node filtering. The possible values areAND
andOR
.MongoCollectionDataNode
: Data Node stored in a Mongo collection.Operator
: Enumeration of operators for Data Node filtering.ParquetDataNode
: Data Node stored as a Parquet file.PickleDataNode
: Data Node stored as a pickle file.S3ObjectDataNode
: Data Node object stored in an Amazon Web Service S3 Bucket.SQLDataNode
: Data Node stored in a SQL database.SQLTableDataNode
: Data Node stored in a SQL table. The properties attribute must contain the following mandatory entries: