MySQL Forums
Forum List  »  MySQL & Kubernetes

Re: Empty NumPy array in Python
Posted by: Sandeep Patel
Date: May 03, 2019 11:02PM

Second method-

>>> numpy.empty(shape=(0,0))

array([], shape=(0, 0), dtype=float64)

Options: ReplyQuote


Subject
Written By
Posted
Re: Empty NumPy array in Python
May 03, 2019 11:02PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.