pandas库中主要有哪些函数
时间: 2023-11-10 22:46:00 浏览: 99
对pandas中apply函数的用法详解
Pandas库中主要有数据结构操作函数,如DataFrame和Series;数据操作函数,如merge、groupby、join和resample;统计函数,如count、mean、max和min;日期函数,如date_range、to_datetime和time_delta;以及字符串操作函数,如lower、upper、strip和split。
阅读全文