How to transfer Big Data from Python Dict to Matlab
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Stelios Fanourakis
le 12 Nov 2021
Réponse apportée : Al Danial
le 20 Avr 2022
Hello everyone
I have some Big Data (several thousands of entries) kept as a dict in a python environment (colab). I am thinking of transfering them to Matlab as I am more familiar with the environment, for further processing. Any ideas or suggestions of how to do that?
Thanks in advance
0 commentaires
Réponse acceptée
Yongjian Feng
le 20 Nov 2021
Modifié(e) : Yongjian Feng
le 20 Nov 2021
In python, can you save your Big Data into a CSV file or json file?
matlab can read CSV file and json file.
0 commentaires
Plus de réponses (1)
Al Danial
le 20 Avr 2022
Alternatively, write your Big Data dictionary directly to a MATLAB .mat file as described here: https://www.mathworks.com/matlabcentral/answers/509711-convert-a-python-tuple-containing-string-and-numerical-data-types-to-matlab?s_tid=srchtitle#answer_946375
0 commentaires
Voir également
Catégories
En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!