Aymeric Rateau

Results 28 comments of Aymeric Rateau

Could be a bug, hard to say for now. Most efficient is to share the file but you might have confidentiality issues with that. Otherwise, you could scramble the file...

I am not sure to understand exactly but I guess you want a specific method to write only metadata in file ? Currently, if you give the filename as argument...

Thanks, I could succeed to write a first proto [link](https://github.com/ratal/mdfr/blob/main/src/export/parquet.rs) I had to remove statistics, difficult with dyn traits to input max and min values. I am trying to put...

I am currently integrating further arrow2 into [mdfr](https://github.com/ratal/mdfr/blob/dev/src/mdfreader/data_read4.rs) But I am facing issues with mutable reference issues for arrays that are not primitive. In relation with #1601 where it is...

I am not sure to fully follow but you resample your mdf file before exporting it into mat. mdfreader does not have the feature to read mat file because mat...

Hi, There could be a bug in mdf4reader.py, function _value_to_text_conversion(). Default conversion corresponding to last reference in cc_ref is a linear conversion but does not seem to be applied.

Could you try with mdf4.convertTables = True ? (first initialise without file name as parameter, change default value for convertTables from False to True and then read the file with...

@LaurentBlanc73 Thanks for your proposal. Indeed, it seems that pandas do not like non native byte order. Could you please submit a Pull Request ?