Open ntanmayee opened 6 months ago
Right now, processed data is written in .npy format. Should we transition to feather .ftr format? Already the HSR and NMF results are being written in feather. Also, feather has more cross-platform support than numpy format.
.npy
.ftr
Right now, processed data is written in
.npy
format. Should we transition to feather.ftr
format? Already the HSR and NMF results are being written in feather. Also, feather has more cross-platform support than numpy format.