本文介绍了 pandas :是否有最大尺寸,最大编号?列数,最大行数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
..,如果是的话,熊猫的最大限制是多少?
.. and, if so, what are those max limits of pandas?
对不起,这个问题似乎很基本,但是我在pandas.pydata.org找不到答案.
Sorry, this question seems elementary but I couldn't find an answer at pandas.pydata.org.
推荐答案
否. Pandas
在后台使用numpy数组,所以我相信这是您可以容纳的所有内容.就numpy数组而言,您可以在此处.
No. Pandas
uses numpy arrays under the hood, so I belive it's whatever you can fit in your memory. As far as numpy arrays are concerned, you can find some discussion here.
这篇关于 pandas :是否有最大尺寸,最大编号?列数,最大行数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!