You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like it to also be able to write out parquet.
The immediate use case we have in mind is converting SQLite backends to Parquet format, which make it a lot easier to work with large single-cell datasets.
This will be kinda redundant with cytominer-database functionality which can directly write out parquet but it will serve our very frequent need of working with existing large SQLite files.
The text was updated successfully, but these errors were encountered:
Currently,
cyto_utils.output
can write outcsv
,csv.gz
, andtsv
.We'd like it to also be able to write out
parquet
.The immediate use case we have in mind is converting SQLite backends to Parquet format, which make it a lot easier to work with large single-cell datasets.
This will be kinda redundant with
cytominer-database
functionality which can directly write out parquet but it will serve our very frequent need of working with existing large SQLite files.The text was updated successfully, but these errors were encountered: