The parse data function has been running for ages. I’ve tried modifying the function but colab runs it in all time
[code removed - moderator]
The parse data function has been running for ages. I’ve tried modifying the function but colab runs it in all time
[code removed - moderator]
Please append to a python list as you iterate rows of the csv. Convert lists to numpy type and fix the shape before returning from the function.
Hi
I still couldn’t get around this but I used the loadtxt method and it’s better for me. Thanks a lot.