我用下面的代码创建了一个dataframe列,并试图找出如何将其舍入最近的100。new_values'] = (10000/df['old_values']).apply(numpy.floor)
# How do I get it to round down to the nearest 100th
我意识到爬行速度相对较慢。如果我只想点击网页一次,但不检索html,我应该使用什么来做它最快的方式。通常是能够触摸所有内部链接,使它们只加载一次(生成我的缓存)。我不需要爬行html。你知道怎么用最快的方法来做吗?这个网站都是相互连接的。Main site > Different Posts of Category