How to transfer Big Data from Python Dict to Matlab

27 views (last 30 days)
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

Accepted Answer

Yongjian Feng
Yongjian Feng on 20 Nov 2021
Edited: Yongjian Feng on 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.

More Answers (1)

Al Danial
Al Danial on 20 Apr 2022

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!