burn-dataset 0.21.0

Library with simple dataset APIs for creating ML data pipelines
Documentation
SQLite format 3@  

._

��
��w�QtabletesttestCREATE TABLE test (
        column_str TEXT, 
        column_bytes BLOB, 
        column_int INTEGER, 
        column_bool BOOLEAN, 
        column_float FLOAT, 
        row_id INTEGER NOT NULL, 
        PRIMARY KEY (row_id)
)�z�StabletraintrainCREATE TABLE train (
        column_str TEXT, 
        column_bytes BLOB, 
        column_int INTEGER, 
        column_bool BOOLEAN, 
        column_float FLOAT, 
        row_id INTEGER NOT NULL, 
        PRIMARY KEY (row_id)
)
���
			HI27��
			HI17�
���			hello27��			hello17�