Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I have a nested python list structure, generated by a happily executed tolist() method on a more than 2 dimensional ndarray. How can I get back my numpy ndarray from the list?
#2: Post edited
I have a nested python list structure, generated by a happily executed tolist() method.- How can I get back my numpy ndarray from the list?
- I have a nested python list structure, generated by a happily executed tolist() method on a more than 2 dimensional ndarray.
- How can I get back my numpy ndarray from the list?