Pandas 2.2 中文文档翻译完成
- Pandas 2.2 中文文档
- 入门指南
- 安装
- 包概述
- 入门教程
- pandas 处理什么类型的数据?
- 如何读取和写入表格数据?
- 如何选择 DataFrame 的子集?
- 如何在 pandas 中创建图表?
- 如何从现有列派生新列
- 如何计算摘要统计信息
- 如何重新排列表格布局
- 如何合并来自多个表的数据
- 如何轻松处理时间序列数据
- 如何操作文本数据
- 与其他工具的比较
- 与 R/R 库的比较
- 与 SQL 比较
- 与电子表格的比较
- 与 SAS 的比较
- 与 Stata 的比较
- 社区教程
- 用户指南
- pandas 十分钟入门
- 数据结构简介
- 基本功能
- IO 工具(文本,CSV,HDF5,…)
- PyArrow 功能
- 索引和选择数据
- MultiIndex / 高级索引
- 写时复制(CoW)
- 合并,连接,串联和比较
- 重塑和透视表
- 处理文本数据
- 处理缺失数据
- 重复标签
- 分类数据
- 可空整数数据类型
- 可空布尔数据类型
- 图表可视化
- 表格可视化
- 按组分组:分割-应用-合并
- 窗口操作
- 时间序列/日期功能
- 时间增量
- 选项和设置
- 提高性能
- 扩展到大型数据集
- 稀疏数据结构
- 常见问题(FAQ)
- 食谱
- API 参考
- 输入/输出
pandas.read_picklepandas.DataFrame.to_picklepandas.read_tablepandas.read_csvpandas.DataFrame.to_csvpandas.read_fwfpandas.read_clipboardpandas.DataFrame.to_clipboardpandas.read_excelpandas.DataFrame.to_excelpandas.ExcelFilepandas.ExcelFile.bookpandas.ExcelFile.sheet_namespandas.ExcelFile.parsepandas.io.formats.style.Styler.to_excelpandas.ExcelWriterpandas.read_jsonpandas.json_normalizepandas.DataFrame.to_jsonpandas.io.json.build_table_schemapandas.read_htmlpandas.DataFrame.to_htmlpandas.io.formats.style.Styler.to_htmlpandas.read_xmlpandas.DataFrame.to_xmlpandas.DataFrame.to_latexpandas.io.formats.style.Styler.to_latexpandas.read_hdfpandas.HDFStore.putpandas.HDFStore.appendpandas.HDFStore.getpandas.HDFStore.selectpandas.HDFStore.infopandas.HDFStore.keyspandas.HDFStore.groupspandas.HDFStore.walkpandas.read_featherpandas.DataFrame.to_featherpandas.read_parquetpandas.DataFrame.to_parquetpandas.read_orcpandas.DataFrame.to_orcpandas.read_saspandas.read_spsspandas.read_sql_tablepandas.read_sql_querypandas.read_sqlpandas.DataFrame.to_sqlpandas.read_gbqpandas.read_statapandas.DataFrame.to_statapandas.io.stata.StataReader.data_labelpandas.io.stata.StataReader.value_labelspandas.io.stata.StataReader.variable_labelspandas.io.stata.StataWriter.write_file- 通用函数
pandas.meltpandas.pivotpandas.pivot_tablepandas.crosstabpandas.cutpandas.qcutpandas.mergepandas.merge_orderedpandas.merge_asofpandas.concatpandas.get_dummiespandas.from_dummiespandas.factorizepandas.uniquepandas.lreshapepandas.wide_to_longpandas.isnapandas.isnullpandas.notnapandas.notnullpandas.to_numericpandas.to_datetimepandas.to_timedeltapandas.date_rangepandas.bdate_rangepandas.period_rangepandas.timedelta_rangepandas.infer_freqpandas.interval_rangepandas.evalpandas.tseries.api.guess_datetime_formatpandas.util.hash_arraypandas.util.hash_pandas_objectpandas.api.interchange.from_dataframe- Series
pandas.Seriespandas.Series.indexpandas.Series.arraypandas.Series.valuespandas.Series.dtypepandas.Series.shapepandas.Series.nbytespandas.Series.ndimpandas.Series.sizepandas.Series.Tpandas.Series.memory_usagepandas.Series.hasnanspandas.Series.emptypandas.Series.dtypespandas.Series.namepandas.Series.flagspandas.Series.set_flagspandas.Series.astypepandas.Series.convert_dtypespandas.Series.infer_objectspandas.Series.copypandas.Series.boolpandas.Series.to_numpypandas.Series.to_periodpandas.Series.to_timestamppandas.Series.to_listpandas.Series.__array__pandas.Series.getpandas.Series.atpandas.Series.iatpandas.Series.locpandas.Series.ilocpandas.Series.__iter__pandas.Series.itemspandas.Series.keyspandas.Series.poppandas.Series.itempandas.Series.xspandas.Series.addpandas.Series.subpandas.Series.mulpandas.Series.divpandas.Series.truedivpandas.Series.floordivpandas.Series.modpandas.Series.powpandas.Series.raddpandas.Series.rsubpandas.Series.rmulpandas.Series.rdivpandas.Series.rtruedivpandas.Series.rfloordivpandas.Series.rmodpandas.Series.rpowpandas.Series.combinepandas.Series.combine_firstpandas.Series.round- DataFrame
pandas.DataFramepandas.DataFrame.indexpandas.DataFrame.columnspandas.DataFrame.dtypespandas.DataFrame.infopandas.DataFrame.select_dtypespandas.DataFrame.valuespandas.DataFrame.axespandas.DataFrame.ndimpandas.DataFrame.sizepandas.DataFrame.shapepandas.DataFrame.memory_usagepandas.DataFrame.emptypandas.DataFrame.set_flagspandas.DataFrame.astypepandas.DataFrame.convert_dtypespandas.DataFrame.infer_objectspandas.DataFrame.copypandas.DataFrame.boolpandas.DataFrame.to_numpypandas.DataFrame.headpandas.DataFrame.atpandas.DataFrame.iatpandas.DataFrame.locpandas.DataFrame.ilocpandas.DataFrame.insertpandas.DataFrame.__iter__pandas.DataFrame.itemspandas.DataFrame.keyspandas.DataFrame.iterrowspandas.DataFrame.itertuplespandas.DataFrame.poppandas.DataFrame.tailpandas.DataFrame.xspandas.DataFrame.getpandas.DataFrame.isinpandas.DataFrame.wherepandas.DataFrame.maskpandas.DataFrame.querypandas.DataFrame.__add__pandas.DataFrame.addpandas.DataFrame.subpandas.DataFrame.mulpandas.DataFrame.divpandas.DataFrame.truedivpandas.DataFrame.floordivpandas.DataFrame.modpandas.DataFrame.powpandas.DataFrame.dotpandas.DataFrame.raddpandas.DataFrame.rsubpandas.DataFrame.rmulpandas.DataFrame.rdivpandas.DataFrame.rtruedivpandas.DataFrame.rfloordivpandas.DataFrame.rmodpandas.DataFrame.rpowpandas.DataFrame.ltpandas.DataFrame.gtpandas.DataFrame.lepandas.DataFrame.gepandas.DataFrame.nepandas.DataFrame.eqpandas.DataFrame.combinepandas.DataFrame.combine_firstpandas.DataFrame.applypandas.DataFrame.mappandas.DataFrame.applymappandas.DataFrame.pipepandas.DataFrame.aggpandas.DataFrame.aggregatepandas.DataFrame.transformpandas.DataFrame.groupbypandas.DataFrame.rollingpandas.DataFrame.expandingpandas.DataFrame.ewmpandas.DataFrame.abspandas.DataFrame.allpandas.DataFrame.anypandas.DataFrame.clippandas.DataFrame.corrpandas.DataFrame.corrwithpandas.DataFrame.countpandas.DataFrame.covpandas.DataFrame.cummaxpandas.DataFrame.cumminpandas.DataFrame.cumprodpandas.DataFrame.cumsumpandas.DataFrame.describepandas.DataFrame.diffpandas.DataFrame.evalpandas.DataFrame.kurtpandas.DataFrame.kurtosispandas.DataFrame.maxpandas.DataFrame.meanpandas.DataFrame.medianpandas.DataFrame.minpandas.DataFrame.modepandas.DataFrame.pct_changepandas.DataFrame.prodpandas.DataFrame.productpandas.DataFrame.quantilepandas.DataFrame.rankpandas.DataFrame.roundpandas.DataFrame.sempandas.DataFrame.skewpandas.DataFrame.sumpandas.DataFrame.stdpandas.DataFrame.varpandas.DataFrame.nuniquepandas.DataFrame.value_countspandas.DataFrame.add_prefixpandas.DataFrame.add_suffixpandas.DataFrame.alignpandas.DataFrame.at_timepandas.DataFrame.between_timepandas.DataFrame.droppandas.DataFrame.drop_duplicatespandas.DataFrame.duplicatedpandas.DataFrame.equalspandas.DataFrame.filterpandas.DataFrame.firstpandas.DataFrame.headpandas.DataFrame.idxmaxpandas.DataFrame.idxminpandas.DataFrame.lastpandas.DataFrame.reindexpandas.DataFrame.reindex_likepandas.DataFrame.renamepandas.DataFrame.rename_axispandas.DataFrame.reset_indexpandas.DataFrame.samplepandas.DataFrame.set_axispandas.DataFrame.set_indexpandas.DataFrame.tailpandas.DataFrame.takepandas.DataFrame.truncatepandas.DataFrame.backfillpandas.DataFrame.bfillpandas.DataFrame.dropnapandas.DataFrame.ffillpandas.DataFrame.fillnapandas.DataFrame.interpolatepandas.DataFrame.isnapandas.DataFrame.isnullpandas.DataFrame.notnapandas.DataFrame.notnullpandas.DataFrame.padpandas.DataFrame.replacepandas.DataFrame.droplevelpandas.DataFrame.pivotpandas.DataFrame.pivot_tablepandas.DataFrame.reorder_levelspandas.DataFrame.sort_valuespandas.DataFrame.sort_indexpandas.DataFrame.nlargestpandas.DataFrame.nsmallestpandas.DataFrame.swaplevelpandas.DataFrame.stackpandas.DataFrame.unstackpandas.DataFrame.swapaxespandas.DataFrame.meltpandas.DataFrame.explodepandas.DataFrame.squeezepandas.DataFrame.to_xarraypandas.DataFrame.Tpandas.DataFrame.transposepandas.DataFrame.assignpandas.DataFrame.comparepandas.DataFrame.joinpandas.DataFrame.mergepandas.DataFrame.updatepandas.DataFrame.asfreqpandas.DataFrame.asofpandas.DataFrame.shiftpandas.DataFrame.first_valid_indexpandas.DataFrame.last_valid_indexpandas.DataFrame.resamplepandas.DataFrame.to_periodpandas.DataFrame.to_timestamppandas.DataFrame.tz_convertpandas.DataFrame.tz_localizepandas.Flagspandas.DataFrame.attrspandas.DataFrame.plotpandas.DataFrame.plot.areapandas.DataFrame.plot.barpandas.DataFrame.plot.barhpandas.DataFrame.plot.boxpandas.DataFrame.plot.densitypandas.DataFrame.plot.hexbinpandas.DataFrame.plot.histpandas.DataFrame.plot.kdepandas.DataFrame.plot.linepandas.DataFrame.plot.piepandas.DataFrame.plot.scatterpandas.DataFrame.boxplotpandas.DataFrame.histpandas.DataFrame.sparse.densitypandas.DataFrame.sparse.from_spmatrixpandas.DataFrame.sparse.to_coopandas.DataFrame.sparse.to_densepandas.DataFrame.from_dictpandas.DataFrame.from_recordspandas.DataFrame.to_orcpandas.DataFrame.to_parquetpandas.DataFrame.to_picklepandas.DataFrame.to_csvpandas.DataFrame.to_hdfpandas.DataFrame.to_sqlpandas.DataFrame.to_dictpandas.DataFrame.to_excelpandas.DataFrame.to_jsonpandas.DataFrame.to_htmlpandas.DataFrame.to_featherpandas.DataFrame.to_latexpandas.DataFrame.to_statapandas.DataFrame.to_gbqpandas.DataFrame.to_recordspandas.DataFrame.to_stringpandas.DataFrame.to_clipboardpandas.DataFrame.to_markdownpandas.DataFrame.stylepandas.DataFrame.__dataframe__- pandas 数组、标量和数据类型
- pandas 数组
pandas.arrays.ArrowExtensionArraypandas.ArrowDtypepandas.Timestamppandas.Timestamp.asm8pandas.Timestamp.daypandas.Timestamp.dayofweekpandas.Timestamp.day_of_weekpandas.Timestamp.dayofyearpandas.Timestamp.day_of_yearpandas.Timestamp.days_in_monthpandas.Timestamp.daysinmonthpandas.Timestamp.foldpandas.Timestamp.hourpandas.Timestamp.is_leap_yearpandas.Timestamp.is_month_endpandas.Timestamp.is_month_startpandas.Timestamp.is_quarter_endpandas.Timestamp.is_quarter_startpandas.Timestamp.is_year_endpandas.Timestamp.is_year_startpandas.Timestamp.maxpandas.Timestamp.microsecondpandas.Timestamp.minpandas.Timestamp.minutepandas.Timestamp.monthpandas.Timestamp.nanosecondpandas.Timestamp.quarterpandas.Timestamp.resolutionpandas.Timestamp.secondpandas.Timestamp.tzpandas.Timestamp.tzinfopandas.Timestamp.unitpandas.Timestamp.valuepandas.Timestamp.weekpandas.Timestamp.weekofyearpandas.Timestamp.yearpandas.Timestamp.as_unitpandas.Timestamp.astimezonepandas.Timestamp.ceilpandas.Timestamp.combinepandas.Timestamp.ctimepandas.Timestamp.datepandas.Timestamp.day_namepandas.Timestamp.dstpandas.Timestamp.floorpandas.Timestamp.fromordinalpandas.Timestamp.fromtimestamppandas.Timestamp.isocalendarpandas.Timestamp.isoformatpandas.Timestamp.isoweekdaypandas.Timestamp.month_namepandas.Timestamp.normalizepandas.Timestamp.nowpandas.Timestamp.replacepandas.Timestamp.roundpandas.Timestamp.strftimepandas.Timestamp.strptimepandas.Timestamp.timepandas.Timestamp.timestamppandas.Timestamp.timetuplepandas.Timestamp.timetzpandas.Timestamp.to_datetime64pandas.Timestamp.to_numpypandas.Timestamp.to_julian_datepandas.Timestamp.to_periodpandas.Timestamp.to_pydatetimepandas.Timestamp.todaypandas.Timestamp.toordinalpandas.Timestamp.tz_convertpandas.Timestamp.tz_localizepandas.Timestamp.tznamepandas.Timestamp.utcfromtimestamppandas.Timestamp.utcnowpandas.Timestamp.utcoffsetpandas.Timestamp.utctimetuplepandas.Timestamp.weekdaypandas.arrays.DatetimeArraypandas.DatetimeTZDtypepandas.Timedeltapandas.Timedelta.asm8pandas.Timedelta.componentspandas.Timedelta.dayspandas.Timedelta.maxpandas.Timedelta.microsecondspandas.Timedelta.minpandas.Timedelta.nanosecondspandas.Timedelta.resolutionpandas.Timedelta.secondspandas.Timedelta.unitpandas.Timedelta.valuepandas.Timedelta.viewpandas.Timedelta.as_unitpandas.Timedelta.ceilpandas.Timedelta.floorpandas.Timedelta.isoformatpandas.Timedelta.roundpandas.Timedelta.to_pytimedeltapandas.Timedelta.to_timedelta64pandas.Timedelta.to_numpypandas.Timedelta.total_secondspandas.arrays.TimedeltaArraypandas.Periodpandas.Period.daypandas.Period.dayofweekpandas.Period.day_of_weekpandas.Period.dayofyearpandas.Period.day_of_yearpandas.Period.days_in_monthpandas.Period.daysinmonthpandas.Period.end_timepandas.Period.freqpandas.Period.freqstrpandas.Period.hourpandas.Period.is_leap_yearpandas.Period.minutepandas.Period.monthpandas.Period.ordinalpandas.Period.quarterpandas.Period.qyearpandas.Period.secondpandas.Period.start_timepandas.Period.weekpandas.Period.weekdaypandas.Period.weekofyearpandas.Period.yearpandas.Period.asfreqpandas.Period.nowpandas.Period.strftimepandas.Period.to_timestamppandas.arrays.PeriodArraypandas.PeriodDtypepandas.Intervalpandas.Interval.closedpandas.Interval.closed_leftpandas.Interval.closed_rightpandas.Interval.is_emptypandas.Interval.leftpandas.Interval.lengthpandas.Interval.midpandas.Interval.open_leftpandas.Interval.open_rightpandas.Interval.overlapspandas.Interval.rightpandas.arrays.IntervalArraypandas.IntervalDtypepandas.arrays.IntegerArraypandas.Int8Dtypepandas.Int16Dtypepandas.Int32Dtypepandas.Int64Dtypepandas.UInt8Dtypepandas.UInt16Dtypepandas.UInt32Dtypepandas.UInt64Dtypepandas.arrays.FloatingArraypandas.Float32Dtypepandas.Float64Dtypepandas.CategoricalDtypepandas.CategoricalDtype.categoriespandas.CategoricalDtype.orderedpandas.Categoricalpandas.Categorical.from_codespandas.Categorical.dtypepandas.Categorical.categoriespandas.Categorical.orderedpandas.Categorical.codespandas.Categorical.__array__pandas.arrays.SparseArraypandas.SparseDtypepandas.arrays.StringArraypandas.arrays.ArrowStringArraypandas.StringDtypepandas.arrays.BooleanArraypandas.BooleanDtypepandas.api.types.union_categoricalspandas.api.types.infer_dtypepandas.api.types.pandas_dtypepandas.api.types.is_any_real_numeric_dtypepandas.api.types.is_bool_dtypepandas.api.types.is_categorical_dtypepandas.api.types.is_complex_dtypepandas.api.types.is_datetime64_any_dtypepandas.api.types.is_datetime64_dtypepandas.api.types.is_datetime64_ns_dtypepandas.api.types.is_datetime64tz_dtypepandas.api.types.is_extension_array_dtypepandas.api.types.is_float_dtypepandas.api.types.is_int64_dtypepandas.api.types.is_integer_dtypepandas.api.types.is_interval_dtypepandas.api.types.is_numeric_dtypepandas.api.types.is_object_dtypepandas.api.types.is_period_dtypepandas.api.types.is_signed_integer_dtypepandas.api.types.is_string_dtypepandas.api.types.is_timedelta64_dtypepandas.api.types.is_timedelta64_ns_dtypepandas.api.types.is_unsigned_integer_dtypepandas.api.types.is_sparsepandas.api.types.is_dict_likepandas.api.types.is_file_likepandas.api.types.is_list_likepandas.api.types.is_named_tuplepandas.api.types.is_iteratorpandas.api.types.is_boolpandas.api.types.is_complexpandas.api.types.is_floatpandas.api.types.is_hashablepandas.api.types.is_integerpandas.api.types.is_intervalpandas.api.types.is_numberpandas.api.types.is_repandas.api.types.is_re_compilablepandas.api.types.is_scalar- 索引对象
pandas.Indexpandas.Index.valuespandas.Index.is_monotonic_increasingpandas.Index.is_monotonic_decreasingpandas.Index.is_uniquepandas.Index.has_duplicatespandas.Index.hasnanspandas.Index.dtypepandas.Index.inferred_typepandas.Index.shapepandas.Index.namepandas.Index.namespandas.Index.nbytespandas.Index.ndimpandas.Index.sizepandas.Index.emptypandas.Index.Tpandas.Index.memory_usagepandas.Index.allpandas.Index.anypandas.Index.argminpandas.Index.argmaxpandas.Index.copypandas.Index.deletepandas.Index.droppandas.Index.drop_duplicatespandas.Index.duplicatedpandas.Index.equalspandas.Index.factorizepandas.Index.identicalpandas.Index.insertpandas.Index.is_pandas.Index.is_booleanpandas.Index.is_categoricalpandas.Index.is_floatingpandas.Index.is_integerpandas.Index.is_intervalpandas.Index.is_numericpandas.Index.is_objectpandas.Index.minpandas.Index.maxpandas.Index.reindexpandas.Index.renamepandas.Index.repeatpandas.Index.wherepandas.Index.takepandas.Index.putmaskpandas.Index.uniquepandas.Index.nuniquepandas.Index.value_countspandas.Index.set_namespandas.Index.droplevelpandas.Index.fillnapandas.Index.dropnapandas.Index.isnapandas.Index.notnapandas.Index.astypepandas.Index.itempandas.Index.mappandas.Index.ravelpandas.Index.to_listpandas.Index.to_seriespandas.Index.to_framepandas.Index.viewpandas.Index.argsortpandas.Index.searchsortedpandas.Index.sort_valuespandas.Index.shiftpandas.Index.appendpandas.Index.joinpandas.Index.intersectionpandas.Index.unionpandas.Index.differencepandas.Index.symmetric_differencepandas.Index.asofpandas.Index.asof_locspandas.Index.get_indexerpandas.Index.get_indexer_forpandas.Index.get_indexer_non_uniquepandas.Index.get_level_valuespandas.Index.get_locpandas.Index.get_slice_boundpandas.Index.isinpandas.Index.slice_indexerpandas.Index.slice_locspandas.RangeIndexpandas.RangeIndex.startpandas.RangeIndex.stoppandas.RangeIndex.steppandas.RangeIndex.from_rangepandas.CategoricalIndexpandas.CategoricalIndex.codespandas.CategoricalIndex.categoriespandas.CategoricalIndex.orderedpandas.CategoricalIndex.rename_categoriespandas.CategoricalIndex.reorder_categoriespandas.CategoricalIndex.add_categoriespandas.CategoricalIndex.remove_categoriespandas.CategoricalIndex.remove_unused_categoriespandas.CategoricalIndex.set_categoriespandas.CategoricalIndex.as_orderedpandas.CategoricalIndex.as_unorderedpandas.CategoricalIndex.mappandas.CategoricalIndex.equals- pandas 区间索引
pandas.IntervalIndex.from_arrayspandas.IntervalIndex.from_tuplespandas.IntervalIndex.from_breakspandas.IntervalIndex.leftpandas.IntervalIndex.rightpandas.IntervalIndex.midpandas.IntervalIndex.closedpandas.IntervalIndex.lengthpandas.IntervalIndex.valuespandas.IntervalIndex.is_emptypandas.IntervalIndex.is_non_overlapping_monotonicpandas.IntervalIndex.is_overlappingpandas.IntervalIndex.get_locpandas.IntervalIndex.get_indexerpandas.IntervalIndex.set_closedpandas.IntervalIndex.containspandas.IntervalIndex.overlapspandas.IntervalIndex.to_tuplespandas.MultiIndexpandas.MultiIndex.from_arrayspandas.MultiIndex.from_tuplespandas.MultiIndex.from_productpandas.MultiIndex.from_framepandas.MultiIndex.namespandas.MultiIndex.levelspandas.MultiIndex.codespandas.MultiIndex.nlevelspandas.MultiIndex.levshapepandas.MultiIndex.dtypespandas.MultiIndex.set_levelspandas.MultiIndex.set_codespandas.MultiIndex.to_flat_indexpandas.MultiIndex.to_framepandas.MultiIndex.sortlevelpandas.MultiIndex.droplevelpandas.MultiIndex.swaplevel 方法。pandas.MultiIndex.reorder_levelspandas.MultiIndex.remove_unused_levelspandas.MultiIndex.droppandas.MultiIndex.copypandas.MultiIndex.appendpandas.MultiIndex.truncatepandas.MultiIndex.get_locpandas.MultiIndex.get_locspandas.MultiIndex.get_loc_levelpandas.MultiIndex.get_indexerpandas.MultiIndex.get_level_valuespandas.IndexSlicepandas.DatetimeIndexpandas.DatetimeIndex.yearpandas.DatetimeIndex.monthpandas.DatetimeIndex.daypandas.DatetimeIndex.hourpandas.DatetimeIndex.minutepandas.DatetimeIndex.secondpandas.DatetimeIndex.microsecondpandas.DatetimeIndex.nanosecondpandas.DatetimeIndex.datepandas.DatetimeIndex.timepandas.DatetimeIndex.timetzpandas.DatetimeIndex.dayofyearpandas.DatetimeIndex.day_of_yearpandas.DatetimeIndex.dayofweekpandas.DatetimeIndex.day_of_weekpandas.DatetimeIndex.weekdaypandas.DatetimeIndex.quarterpandas.DatetimeIndex.tzpandas.DatetimeIndex.freqpandas.DatetimeIndex.freqstrpandas.DatetimeIndex.is_month_startpandas.DatetimeIndex.is_month_endpandas.DatetimeIndex.is_quarter_startpandas.DatetimeIndex.is_quarter_endpandas.DatetimeIndex.is_year_startpandas.DatetimeIndex.is_year_endpandas.DatetimeIndex.is_leap_yearpandas.DatetimeIndex.inferred_freqpandas.DatetimeIndex.indexer_at_timepandas.DatetimeIndex.indexer_between_timepandas.DatetimeIndex.normalizepandas.DatetimeIndex.strftimepandas.DatetimeIndex.snappandas.DatetimeIndex.tz_convertpandas.DatetimeIndex.tz_localizepandas.DatetimeIndex.roundpandas.DatetimeIndex.floorpandas.DatetimeIndex.ceilpandas.DatetimeIndex.month_namepandas.DatetimeIndex.day_namepandas.DatetimeIndex.as_unitpandas.DatetimeIndex.to_periodpandas.DatetimeIndex.to_pydatetimepandas.DatetimeIndex.to_seriespandas.DatetimeIndex.to_framepandas.DatetimeIndex.meanpandas.DatetimeIndex.stdpandas.TimedeltaIndexpandas.TimedeltaIndex.dayspandas.TimedeltaIndex.secondspandas.TimedeltaIndex.microsecondspandas.TimedeltaIndex.nanosecondspandas.TimedeltaIndex.componentspandas.TimedeltaIndex.inferred_freqpandas.TimedeltaIndex.as_unitpandas.TimedeltaIndex.to_pytimedeltapandas.TimedeltaIndex.to_seriespandas.TimedeltaIndex.roundpandas.TimedeltaIndex.floorpandas.TimedeltaIndex.ceilpandas.TimedeltaIndex.to_framepandas.TimedeltaIndex.meanpandas.PeriodIndexpandas.PeriodIndex.daypandas.PeriodIndex.dayofweekpandas.PeriodIndex.day_of_weekpandas.PeriodIndex.dayofyearpandas.PeriodIndex.day_of_yearpandas.PeriodIndex.days_in_monthpandas.PeriodIndex.daysinmonthpandas.PeriodIndex.end_timepandas.PeriodIndex.freqpandas.PeriodIndex.freqstrpandas.PeriodIndex.hourpandas.PeriodIndex.is_leap_yearpandas.PeriodIndex.minutepandas.PeriodIndex.monthpandas.PeriodIndex.quarterpandas.PeriodIndex.qyearpandas.PeriodIndex.secondpandas.PeriodIndex.start_timepandas.PeriodIndex.weekpandas.PeriodIndex.weekdaypandas.PeriodIndex.weekofyearpandas.PeriodIndex.yearpandas.PeriodIndex.asfreqpandas.PeriodIndex.strftimepandas.PeriodIndex.to_timestamppandas.PeriodIndex.from_fieldspandas.PeriodIndex.from_ordinals- 日期偏移
pandas.tseries.offsets.DateOffsetpandas.tseries.offsets.DateOffset.freqstrpandas.tseries.offsets.DateOffset.kwdspandas.tseries.offsets.DateOffset.namepandas.tseries.offsets.DateOffset.nanospandas.tseries.offsets.DateOffset.normalizepandas.tseries.offsets.DateOffset.rule_codepandas.tseries.offsets.DateOffset.npandas.tseries.offsets.DateOffset.is_month_startpandas.tseries.offsets.DateOffset.is_month_endpandas.tseries.offsets.DateOffset.copypandas.tseries.offsets.DateOffset.is_anchoredpandas.tseries.offsets.DateOffset.is_on_offsetpandas.tseries.offsets.DateOffset.is_month_startpandas.tseries.offsets.DateOffset.is_month_endpandas.tseries.offsets.DateOffset.is_quarter_startpandas.tseries.offsets.DateOffset.is_quarter_endpandas.tseries.offsets.DateOffset.is_year_startpandas.tseries.offsets.DateOffset.is_year_endpandas.tseries.offsets.BusinessDaypandas.tseries.offsets.BDaypandas.tseries.offsets.BusinessDay.freqstrpandas.tseries.offsets.BusinessDay.kwdspandas.tseries.offsets.BusinessDay.namepandas.tseries.offsets.BusinessDay.nanospandas.tseries.offsets.BusinessDay.normalizepandas.tseries.offsets.BusinessDay.rule_codepandas.tseries.offsets.BusinessDay.npandas.tseries.offsets.BusinessDay.weekmaskpandas.tseries.offsets.BusinessDay.holidayspandas.tseries.offsets.BusinessDay.calendarpandas.tseries.offsets.BusinessDay.copypandas.tseries.offsets.BusinessDay.is_anchoredpandas.tseries.offsets.BusinessDay.is_on_offsetpandas.tseries.offsets.BusinessDay.is_month_startpandas.tseries.offsets.BusinessDay.is_month_endpandas.tseries.offsets.BusinessDay.is_quarter_startpandas.tseries.offsets.BusinessDay.is_quarter_endpandas.tseries.offsets.BusinessDay.is_year_startpandas.tseries.offsets.BusinessDay.is_year_endpandas.tseries.offsets.BusinessHourpandas.tseries.offsets.BusinessHour.freqstrpandas.tseries.offsets.BusinessHour.kwdspandas.tseries.offsets.BusinessHour.namepandas.tseries.offsets.BusinessHour.nanospandas.tseries.offsets.BusinessHour.normalizepandas.tseries.offsets.BusinessHour.rule_codepandas.tseries.offsets.BusinessHour.npandas.tseries.offsets.BusinessHour.startpandas.tseries.offsets.BusinessHour.endpandas.tseries.offsets.BusinessHour.weekmaskpandas.tseries.offsets.BusinessHour.holidayspandas.tseries.offsets.BusinessHour.calendarpandas.tseries.offsets.BusinessHour.copypandas.tseries.offsets.BusinessHour.is_anchoredpandas.tseries.offsets.BusinessHour.is_on_offsetpandas.tseries.offsets.BusinessHour.is_month_startpandas.tseries.offsets.BusinessHour.is_month_endpandas.tseries.offsets.BusinessHour.is_quarter_startpandas.tseries.offsets.BusinessHour.is_quarter_endpandas.tseries.offsets.BusinessHour.is_year_startpandas.tseries.offsets.BusinessHour.is_year_endpandas.tseries.offsets.CustomBusinessDaypandas.tseries.offsets.CDaypandas.tseries.offsets.CustomBusinessDay.freqstrpandas.tseries.offsets.CustomBusinessDay.kwdspandas.tseries.offsets.CustomBusinessDay.namepandas.tseries.offsets.CustomBusinessDay.nanospandas.tseries.offsets.CustomBusinessDay.normalizepandas.tseries.offsets.CustomBusinessDay.rule_codepandas.tseries.offsets.CustomBusinessDay.npandas.tseries.offsets.CustomBusinessDay.weekmaskpandas.tseries.offsets.CustomBusinessDay.calendarpandas.tseries.offsets.CustomBusinessDay.holidayspandas.tseries.offsets.CustomBusinessDay.copypandas.tseries.offsets.CustomBusinessDay.is_anchoredpandas.tseries.offsets.CustomBusinessDay.is_on_offsetpandas.tseries.offsets.CustomBusinessDay.is_month_startpandas.tseries.offsets.CustomBusinessDay.is_month_endpandas.tseries.offsets.CustomBusinessDay.is_quarter_startpandas.tseries.offsets.CustomBusinessDay.is_quarter_endpandas.tseries.offsets.CustomBusinessDay.is_year_startpandas.tseries.offsets.CustomBusinessDay.is_year_endpandas.tseries.offsets.CustomBusinessHourpandas.tseries.offsets.CustomBusinessHour.freqstrpandas.tseries.offsets.CustomBusinessHour.kwdspandas.tseries.offsets.CustomBusinessHour.namepandas.tseries.offsets.CustomBusinessHour.nanospandas.tseries.offsets.CustomBusinessHour.normalizepandas.tseries.offsets.CustomBusinessHour.rule_codepandas.tseries.offsets.CustomBusinessHour.npandas.tseries.offsets.CustomBusinessHour.weekmaskpandas.tseries.offsets.CustomBusinessHour.calendarpandas.tseries.offsets.CustomBusinessHour.holidayspandas.tseries.offsets.CustomBusinessHour.startpandas.tseries.offsets.CustomBusinessHour.endpandas.tseries.offsets.CustomBusinessHour.copypandas.tseries.offsets.CustomBusinessHour.is_anchoredpandas.tseries.offsets.CustomBusinessHour.is_on_offsetpandas.tseries.offsets.CustomBusinessHour.is_month_startpandas.tseries.offsets.CustomBusinessHour.is_month_endpandas.tseries.offsets.CustomBusinessHour.is_quarter_startpandas.tseries.offsets.CustomBusinessHour.is_quarter_endpandas.tseries.offsets.CustomBusinessHour.is_year_startpandas.tseries.offsets.CustomBusinessHour.is_year_endpandas.tseries.offsets.MonthEndpandas.tseries.offsets.MonthEnd.freqstrpandas.tseries.offsets.MonthEnd.kwdspandas.tseries.offsets.MonthEnd.namepandas.tseries.offsets.MonthEnd.nanospandas.tseries.offsets.MonthEnd.normalizepandas.tseries.offsets.MonthEnd.rule_codepandas.tseries.offsets.MonthEnd.npandas.tseries.offsets.MonthEnd.copypandas.tseries.offsets.MonthEnd.is_anchoredpandas.tseries.offsets.MonthEnd.is_on_offsetpandas.tseries.offsets.MonthEnd.is_month_startpandas.tseries.offsets.MonthEnd.is_month_endpandas.tseries.offsets.MonthEnd.is_quarter_startpandas.tseries.offsets.MonthEnd.is_quarter_endpandas.tseries.offsets.MonthEnd.is_year_startpandas.tseries.offsets.MonthEnd.is_year_endpandas.tseries.offsets.MonthBeginpandas.tseries.offsets.MonthBegin.freqstrpandas.tseries.offsets.MonthBegin.kwdspandas.tseries.offsets.MonthBegin.namepandas.tseries.offsets.MonthBegin.nanospandas.tseries.offsets.MonthBegin.normalizepandas.tseries.offsets.MonthBegin.rule_codepandas.tseries.offsets.MonthBegin.npandas.tseries.offsets.MonthBegin.copypandas.tseries.offsets.MonthBegin.is_anchoredpandas.tseries.offsets.MonthBegin.is_on_offsetpandas.tseries.offsets.MonthBegin.is_month_startpandas.tseries.offsets.MonthBegin.is_month_endpandas.tseries.offsets.MonthBegin.is_quarter_startpandas.tseries.offsets.MonthBegin.is_quarter_endpandas.tseries.offsets.MonthBegin.is_year_startpandas.tseries.offsets.MonthBegin.is_year_endpandas.tseries.offsets.BusinessMonthEndpandas.tseries.offsets.BMonthEndpandas.tseries.offsets.BusinessMonthEnd.freqstrpandas.tseries.offsets.BusinessMonthEnd.kwdspandas.tseries.offsets.BusinessMonthEnd.namepandas.tseries.offsets.BusinessMonthEnd.nanospandas.tseries.offsets.BusinessMonthEnd.normalizepandas.tseries.offsets.BusinessMonthEnd.rule_codepandas.tseries.offsets.BusinessMonthEnd.npandas.tseries.offsets.BusinessMonthEnd.copypandas.tseries.offsets.BusinessMonthEnd.is_anchoredpandas.tseries.offsets.BusinessMonthEnd.is_on_offsetpandas.tseries.offsets.BusinessMonthEnd.is_month_startpandas.tseries.offsets.BusinessMonthEnd.is_month_endpandas.tseries.offsets.BusinessMonthEnd.is_quarter_startpandas.tseries.offsets.BusinessMonthEnd.is_quarter_endpandas.tseries.offsets.BusinessMonthEnd.is_year_startpandas.tseries.offsets.BusinessMonthEnd.is_year_endpandas.tseries.offsets.BusinessMonthBeginpandas.tseries.offsets.BMonthBeginpandas.tseries.offsets.BusinessMonthBegin.freqstrpandas.tseries.offsets.BusinessMonthBegin.kwdspandas.tseries.offsets.BusinessMonthBegin.namepandas.tseries.offsets.BusinessMonthBegin.nanospandas.tseries.offsets.BusinessMonthBegin.normalizepandas.tseries.offsets.BusinessMonthBegin.rule_codepandas.tseries.offsets.BusinessMonthBegin.npandas.tseries.offsets.BusinessMonthBegin.copypandas.tseries.offsets.BusinessMonthBegin.is_anchoredpandas.tseries.offsets.BusinessMonthBegin.is_on_offsetpandas.tseries.offsets.BusinessMonthBegin.is_month_startpandas.tseries.offsets.BusinessMonthBegin.is_month_endpandas.tseries.offsets.BusinessMonthBegin.is_quarter_startpandas.tseries.offsets.BusinessMonthBegin.is_quarter_endpandas.tseries.offsets.BusinessMonthBegin.is_year_startpandas.tseries.offsets.BusinessMonthBegin.is_year_endpandas.tseries.offsets.CustomBusinessMonthEndpandas.tseries.offsets.CBMonthEndpandas.tseries.offsets.CustomBusinessMonthEnd.freqstrpandas.tseries.offsets.CustomBusinessMonthEnd.kwdspandas.tseries.offsets.CustomBusinessMonthEnd.m_offsetpandas.tseries.offsets.CustomBusinessMonthEnd.namepandas.tseries.offsets.CustomBusinessMonthEnd.nanospandas.tseries.offsets.CustomBusinessMonthEnd.normalizepandas.tseries.offsets.CustomBusinessMonthEnd.rule_codepandas.tseries.offsets.CustomBusinessMonthEnd.npandas.tseries.offsets.CustomBusinessMonthEnd.weekmaskpandas.tseries.offsets.CustomBusinessMonthEnd.calendarpandas.tseries.offsets.CustomBusinessMonthEnd.holidayspandas.tseries.offsets.CustomBusinessMonthEnd.copypandas.tseries.offsets.CustomBusinessMonthEnd.is_anchoredpandas.tseries.offsets.CustomBusinessMonthEnd.is_on_offsetpandas.tseries.offsets.CustomBusinessMonthEnd.is_month_startpandas.tseries.offsets.CustomBusinessMonthEnd.is_month_endpandas.tseries.offsets.CustomBusinessMonthEnd.is_quarter_startpandas.tseries.offsets.CustomBusinessMonthEnd.is_quarter_endpandas.tseries.offsets.CustomBusinessMonthEnd.is_year_startpandas.tseries.offsets.CustomBusinessMonthEnd.is_year_endpandas.tseries.offsets.CustomBusinessMonthBeginpandas.tseries.offsets.CBMonthBeginpandas.tseries.offsets.CustomBusinessMonthBegin.freqstrpandas.tseries.offsets.CustomBusinessMonthBegin.kwdspandas.tseries.offsets.CustomBusinessMonthBegin.m_offsetpandas.tseries.offsets.CustomBusinessMonthBegin.namepandas.tseries.offsets.CustomBusinessMonthBegin.nanospandas.tseries.offsets.CustomBusinessMonthBegin.normalizepandas.tseries.offsets.CustomBusinessMonthBegin.rule_codepandas.tseries.offsets.CustomBusinessMonthBegin.npandas.tseries.offsets.CustomBusinessMonthBegin.weekmaskpandas.tseries.offsets.CustomBusinessMonthBegin.calendarpandas.tseries.offsets.CustomBusinessMonthBegin.holidayspandas.tseries.offsets.CustomBusinessMonthBegin.copypandas.tseries.offsets.CustomBusinessMonthBegin.is_anchoredpandas.tseries.offsets.CustomBusinessMonthBegin.is_on_offsetpandas.tseries.offsets.CustomBusinessMonthBegin.is_month_startpandas.tseries.offsets.CustomBusinessMonthBegin.is_month_endpandas.tseries.offsets.CustomBusinessMonthBegin.is_quarter_startpandas.tseries.offsets.CustomBusinessMonthBegin.is_quarter_endpandas.tseries.offsets.CustomBusinessMonthBegin.is_year_startpandas.tseries.offsets.CustomBusinessMonthBegin.is_year_endpandas.tseries.offsets.SemiMonthEndpandas.tseries.offsets.SemiMonthEnd.freqstrpandas.tseries.offsets.SemiMonthEnd.kwdspandas.tseries.offsets.SemiMonthEnd.namepandas.tseries.offsets.SemiMonthEnd.nanospandas.tseries.offsets.SemiMonthEnd.normalizepandas.tseries.offsets.SemiMonthEnd.rule_codepandas.tseries.offsets.SemiMonthEnd.npandas.tseries.offsets.SemiMonthEnd.day_of_monthpandas.tseries.offsets.SemiMonthEnd.copypandas.tseries.offsets.SemiMonthEnd.is_anchoredpandas.tseries.offsets.SemiMonthEnd.is_on_offsetpandas.tseries.offsets.SemiMonthEnd.is_month_startpandas.tseries.offsets.SemiMonthEnd.is_month_endpandas.tseries.offsets.SemiMonthEnd.is_quarter_startpandas.tseries.offsets.SemiMonthEnd.is_quarter_endpandas.tseries.offsets.SemiMonthEnd.is_year_startpandas.tseries.offsets.SemiMonthEnd.is_year_endpandas.tseries.offsets.SemiMonthBeginpandas.tseries.offsets.SemiMonthBegin.freqstrpandas.tseries.offsets.SemiMonthBegin.kwdspandas.tseries.offsets.SemiMonthBegin.namepandas.tseries.offsets.SemiMonthBegin.nanospandas.tseries.offsets.SemiMonthBegin.normalizepandas.tseries.offsets.SemiMonthBegin.rule_codepandas.tseries.offsets.SemiMonthBegin.npandas.tseries.offsets.SemiMonthBegin.day_of_monthpandas.tseries.offsets.SemiMonthBegin.copypandas.tseries.offsets.SemiMonthBegin.is_anchoredpandas.tseries.offsets.SemiMonthBegin.is_on_offsetpandas.tseries.offsets.SemiMonthBegin.is_month_startpandas.tseries.offsets.SemiMonthBegin.is_month_endpandas.tseries.offsets.SemiMonthBegin.is_quarter_startpandas.tseries.offsets.SemiMonthBegin.is_quarter_endpandas.tseries.offsets.SemiMonthBegin.is_year_startpandas.tseries.offsets.SemiMonthBegin.is_year_endpandas.tseries.offsets.Weekpandas.tseries.offsets.Week.freqstrpandas.tseries.offsets.Week.kwdspandas.tseries.offsets.Week.namepandas.tseries.offsets.Week.nanospandas.tseries.offsets.Week.normalizepandas.tseries.offsets.Week.rule_codepandas.tseries.offsets.Week.npandas.tseries.offsets.Week.weekdaypandas.tseries.offsets.Week.copypandas.tseries.offsets.Week.is_anchoredpandas.tseries.offsets.Week.is_on_offsetpandas.tseries.offsets.Week.is_month_startpandas.tseries.offsets.Week.is_month_endpandas.tseries.offsets.Week.is_quarter_startpandas.tseries.offsets.Week.is_quarter_endpandas.tseries.offsets.Week.is_year_startpandas.tseries.offsets.Week.is_year_endpandas.tseries.offsets.WeekOfMonthpandas.tseries.offsets.WeekOfMonth.freqstrpandas.tseries.offsets.WeekOfMonth.kwdspandas.tseries.offsets.WeekOfMonth.namepandas.tseries.offsets.WeekOfMonth.nanospandas.tseries.offsets.WeekOfMonth.normalizepandas.tseries.offsets.WeekOfMonth.rule_codepandas.tseries.offsets.WeekOfMonth.npandas.tseries.offsets.WeekOfMonth.weekpandas.tseries.offsets.WeekOfMonth.copypandas.tseries.offsets.WeekOfMonth.is_anchoredpandas.tseries.offsets.WeekOfMonth.is_on_offsetpandas.tseries.offsets.WeekOfMonth.weekdaypandas.tseries.offsets.WeekOfMonth.is_month_startpandas.tseries.offsets.WeekOfMonth.is_month_endpandas.tseries.offsets.WeekOfMonth.is_quarter_startpandas.tseries.offsets.WeekOfMonth.is_quarter_endpandas.tseries.offsets.WeekOfMonth.is_year_startpandas.tseries.offsets.WeekOfMonth.is_year_endpandas.tseries.offsets.LastWeekOfMonthpandas.tseries.offsets.LastWeekOfMonth.freqstrpandas.tseries.offsets.LastWeekOfMonth.kwdspandas.tseries.offsets.LastWeekOfMonth.namepandas.tseries.offsets.LastWeekOfMonth.nanospandas.tseries.offsets.LastWeekOfMonth.normalizepandas.tseries.offsets.LastWeekOfMonth.rule_codepandas.tseries.offsets.LastWeekOfMonth.npandas.tseries.offsets.LastWeekOfMonth.weekdaypandas.tseries.offsets.LastWeekOfMonth.weekpandas.tseries.offsets.LastWeekOfMonth.copypandas.tseries.offsets.LastWeekOfMonth.is_anchoredpandas.tseries.offsets.LastWeekOfMonth.is_on_offsetpandas.tseries.offsets.LastWeekOfMonth.is_month_startpandas.tseries.offsets.LastWeekOfMonth.is_month_endpandas.tseries.offsets.LastWeekOfMonth.is_quarter_startpandas.tseries.offsets.LastWeekOfMonth.is_quarter_endpandas.tseries.offsets.LastWeekOfMonth.is_year_startpandas.tseries.offsets.LastWeekOfMonth.is_year_endpandas.tseries.offsets.BQuarterEndpandas.tseries.offsets.BQuarterEnd.freqstrpandas.tseries.offsets.BQuarterEnd.kwdspandas.tseries.offsets.BQuarterEnd.namepandas.tseries.offsets.BQuarterEnd.nanospandas.tseries.offsets.BQuarterEnd.normalizepandas.tseries.offsets.BQuarterEnd.rule_codepandas.tseries.offsets.BQuarterEnd.npandas.tseries.offsets.BQuarterEnd.startingMonthpandas.tseries.offsets.BQuarterEnd.copypandas.tseries.offsets.BQuarterEnd.is_anchoredpandas.tseries.offsets.BQuarterEnd.is_on_offsetpandas.tseries.offsets.BQuarterEnd.is_month_startpandas.tseries.offsets.BQuarterEnd.is_month_endpandas.tseries.offsets.BQuarterEnd.is_quarter_startpandas.tseries.offsets.BQuarterEnd.is_quarter_endpandas.tseries.offsets.BQuarterEnd.is_year_startpandas.tseries.offsets.BQuarterEnd.is_year_endpandas.tseries.offsets.BQuarterBeginpandas.tseries.offsets.BQuarterBegin.freqstrpandas.tseries.offsets.BQuarterBegin.kwdspandas.tseries.offsets.BQuarterBegin.namepandas.tseries.offsets.BQuarterBegin.nanospandas.tseries.offsets.BQuarterBegin.normalizepandas.tseries.offsets.BQuarterBegin.rule_codepandas.tseries.offsets.BQuarterBegin.npandas.tseries.offsets.BQuarterBegin.startingMonthpandas.tseries.offsets.BQuarterBegin.copypandas.tseries.offsets.BQuarterBegin.is_anchoredpandas.tseries.offsets.BQuarterBegin.is_on_offsetpandas.tseries.offsets.BQuarterBegin.is_month_startpandas.tseries.offsets.BQuarterBegin.is_month_endpandas.tseries.offsets.BQuarterBegin.is_quarter_startpandas.tseries.offsets.BQuarterBegin.is_quarter_endpandas.tseries.offsets.BQuarterBegin.is_year_startpandas.tseries.offsets.BQuarterBegin.is_year_endpandas.tseries.offsets.QuarterEndpandas.tseries.offsets.QuarterEnd.freqstrpandas.tseries.offsets.QuarterEnd.kwdspandas.tseries.offsets.QuarterEnd.namepandas.tseries.offsets.QuarterEnd.nanospandas.tseries.offsets.QuarterEnd.normalizepandas.tseries.offsets.QuarterEnd.rule_codepandas.tseries.offsets.QuarterEnd.npandas.tseries.offsets.QuarterEnd.startingMonthpandas.tseries.offsets.QuarterEnd.copypandas.tseries.offsets.QuarterEnd.is_anchoredpandas.tseries.offsets.QuarterEnd.is_on_offsetpandas.tseries.offsets.QuarterEnd.is_month_startpandas.tseries.offsets.QuarterEnd.is_month_endpandas.tseries.offsets.QuarterEnd.is_quarter_startpandas.tseries.offsets.QuarterEnd.is_quarter_endpandas.tseries.offsets.QuarterEnd.is_year_startpandas.tseries.offsets.QuarterEnd.is_year_endpandas.tseries.offsets.QuarterBeginpandas.tseries.offsets.QuarterBegin.freqstrpandas.tseries.offsets.QuarterBegin.kwdspandas.tseries.offsets.QuarterBegin.namepandas.tseries.offsets.QuarterBegin.nanospandas.tseries.offsets.QuarterBegin.normalizepandas.tseries.offsets.QuarterBegin.rule_codepandas.tseries.offsets.QuarterBegin.npandas.tseries.offsets.QuarterBegin.startingMonthpandas.tseries.offsets.QuarterBegin.copypandas.tseries.offsets.QuarterBegin.is_anchoredpandas.tseries.offsets.QuarterBegin.is_on_offsetpandas.tseries.offsets.QuarterBegin.is_month_startpandas.tseries.offsets.QuarterBegin.is_month_endpandas.tseries.offsets.QuarterBegin.is_quarter_startpandas.tseries.offsets.QuarterBegin.is_quarter_endpandas.tseries.offsets.QuarterBegin.is_year_startpandas.tseries.offsets.QuarterBegin.is_year_endpandas.tseries.offsets.BYearEndpandas.tseries.offsets.BYearEnd.freqstrpandas.tseries.offsets.BYearEnd.kwdspandas.tseries.offsets.BYearEnd.namepandas.tseries.offsets.BYearEnd.nanospandas.tseries.offsets.BYearEnd.normalizepandas.tseries.offsets.BYearEnd.rule_codepandas.tseries.offsets.BYearEnd.npandas.tseries.offsets.BYearEnd.monthpandas.tseries.offsets.BYearEnd.copypandas.tseries.offsets.BYearEnd.is_anchoredpandas.tseries.offsets.BYearEnd.is_on_offsetpandas.tseries.offsets.BYearEnd.is_month_startpandas.tseries.offsets.BYearEnd.is_month_endpandas.tseries.offsets.BYearEnd.is_quarter_startpandas.tseries.offsets.BYearEnd.is_quarter_endpandas.tseries.offsets.BYearEnd.is_year_startpandas.tseries.offsets.BYearEnd.is_year_endpandas.tseries.offsets.BYearBeginpandas.tseries.offsets.BYearBegin.freqstrpandas.tseries.offsets.BYearBegin.kwdspandas.tseries.offsets.BYearBegin.namepandas.tseries.offsets.BYearBegin.nanospandas.tseries.offsets.BYearBegin.normalizepandas.tseries.offsets.BYearBegin.rule_codepandas.tseries.offsets.BYearBegin.npandas.tseries.offsets.BYearBegin.monthpandas.tseries.offsets.BYearBegin.copypandas.tseries.offsets.BYearBegin.is_anchoredpandas.tseries.offsets.BYearBegin.is_on_offsetpandas.tseries.offsets.BYearBegin.is_month_startpandas.tseries.offsets.BYearBegin.is_month_endpandas.tseries.offsets.BYearBegin.is_quarter_startpandas.tseries.offsets.BYearBegin.is_quarter_endpandas.tseries.offsets.BYearBegin.is_year_startpandas.tseries.offsets.BYearBegin.is_year_endpandas.tseries.offsets.YearEndpandas.tseries.offsets.YearEnd.freqstrpandas.tseries.offsets.YearEnd.kwdspandas.tseries.offsets.YearEnd.namepandas.tseries.offsets.YearEnd.nanospandas.tseries.offsets.YearEnd.normalizepandas.tseries.offsets.YearEnd.rule_codepandas.tseries.offsets.YearEnd.npandas.tseries.offsets.YearEnd.monthpandas.tseries.offsets.YearEnd.copypandas.tseries.offsets.YearEnd.is_anchoredpandas.tseries.offsets.YearEnd.is_on_offsetpandas.tseries.offsets.YearEnd.is_month_startpandas.tseries.offsets.YearEnd.is_month_endpandas.tseries.offsets.YearEnd.is_quarter_startpandas.tseries.offsets.YearEnd.is_quarter_endpandas.tseries.offsets.YearEnd.is_year_startpandas.tseries.offsets.YearEnd.is_year_endpandas.tseries.offsets.YearBeginpandas.tseries.offsets.YearBegin.freqstrpandas.tseries.offsets.YearBegin.kwdspandas.tseries.offsets.YearBegin.namepandas.tseries.offsets.YearBegin.nanospandas.tseries.offsets.YearBegin.normalizepandas.tseries.offsets.YearBegin.rule_codepandas.tseries.offsets.YearBegin.npandas.tseries.offsets.YearBegin.monthpandas.tseries.offsets.YearBegin.copypandas.tseries.offsets.YearBegin.is_anchoredpandas.tseries.offsets.YearBegin.is_on_offsetpandas.tseries.offsets.YearBegin.is_month_startpandas.tseries.offsets.YearBegin.is_month_endpandas.tseries.offsets.YearBegin.is_quarter_startpandas.tseries.offsets.YearBegin.is_quarter_endpandas.tseries.offsets.YearBegin.is_year_startpandas.tseries.offsets.YearBegin.is_year_endpandas.tseries.offsets.FY5253pandas.tseries.offsets.FY5253.freqstrpandas.tseries.offsets.FY5253.kwdspandas.tseries.offsets.FY5253.namepandas.tseries.offsets.FY5253.nanospandas.tseries.offsets.FY5253.normalizepandas.tseries.offsets.FY5253.rule_codepandas.tseries.offsets.FY5253.npandas.tseries.offsets.FY5253.startingMonthpandas.tseries.offsets.FY5253.variationpandas.tseries.offsets.FY5253.weekdaypandas.tseries.offsets.FY5253.copypandas.tseries.offsets.FY5253.get_rule_code_suffixpandas.tseries.offsets.FY5253.get_year_endpandas.tseries.offsets.FY5253.is_anchoredpandas.tseries.offsets.FY5253.is_on_offsetpandas.tseries.offsets.FY5253.is_month_startpandas.tseries.offsets.FY5253.is_month_endpandas.tseries.offsets.FY5253.is_quarter_startpandas.tseries.offsets.FY5253.is_quarter_endpandas.tseries.offsets.FY5253.is_year_startpandas.tseries.offsets.FY5253.is_year_endpandas.tseries.offsets.FY5253Quarterpandas.tseries.offsets.FY5253Quarter.freqstrpandas.tseries.offsets.FY5253Quarter.kwdspandas.tseries.offsets.FY5253Quarter.namepandas.tseries.offsets.FY5253Quarter.nanospandas.tseries.offsets.FY5253Quarter.normalizepandas.tseries.offsets.FY5253Quarter.rule_codepandas.tseries.offsets.FY5253Quarter.npandas.tseries.offsets.FY5253Quarter.qtr_with_extra_weekpandas.tseries.offsets.FY5253Quarter.startingMonthpandas.tseries.offsets.FY5253Quarter.variationpandas.tseries.offsets.FY5253Quarter.weekdaypandas.tseries.offsets.FY5253Quarter.copypandas.tseries.offsets.FY5253Quarter.get_rule_code_suffixpandas.tseries.offsets.FY5253Quarter.get_weekspandas.tseries.offsets.FY5253Quarter.is_anchoredpandas.tseries.offsets.FY5253Quarter.is_on_offsetpandas.tseries.offsets.FY5253Quarter.year_has_extra_weekpandas.tseries.offsets.FY5253Quarter.is_month_startpandas.tseries.offsets.FY5253Quarter.is_month_endpandas.tseries.offsets.FY5253Quarter.is_quarter_startpandas.tseries.offsets.FY5253Quarter.is_quarter_endpandas.tseries.offsets.FY5253Quarter.is_year_startpandas.tseries.offsets.FY5253Quarter.is_year_endpandas.tseries.offsets.Easterpandas.tseries.offsets.Easter.freqstrpandas.tseries.offsets.Easter.kwdspandas.tseries.offsets.Easter.namepandas.tseries.offsets.Easter.nanospandas.tseries.offsets.Easter.normalizepandas.tseries.offsets.Easter.rule_codepandas.tseries.offsets.Easter.npandas.tseries.offsets.Easter.copypandas.tseries.offsets.Easter.is_anchoredpandas.tseries.offsets.Easter.is_on_offsetpandas.tseries.offsets.Easter.is_month_startpandas.tseries.offsets.Easter.is_month_endpandas.tseries.offsets.Easter.is_quarter_startpandas.tseries.offsets.Easter.is_quarter_endpandas.tseries.offsets.Easter.is_year_startpandas.tseries.offsets.Easter.is_year_endpandas.tseries.offsets.Tickpandas.tseries.offsets.Tick.deltapandas.tseries.offsets.Tick.freqstrpandas.tseries.offsets.Tick.kwdspandas.tseries.offsets.Tick.namepandas.tseries.offsets.Tick.nanospandas.tseries.offsets.Tick.normalizepandas.tseries.offsets.Tick.rule_codepandas.tseries.offsets.Tick.npandas.tseries.offsets.Tick.copypandas.tseries.offsets.Tick.is_anchoredpandas.tseries.offsets.Tick.is_on_offsetpandas.tseries.offsets.Tick.is_month_startpandas.tseries.offsets.Tick.is_month_endpandas.tseries.offsets.Tick.is_quarter_startpandas.tseries.offsets.Tick.is_quarter_endpandas.tseries.offsets.Tick.is_year_startpandas.tseries.offsets.Tick.is_year_endpandas.tseries.offsets.Daypandas.tseries.offsets.Day.deltapandas.tseries.offsets.Day.freqstrpandas.tseries.offsets.Day.kwdspandas.tseries.offsets.Day.namepandas.tseries.offsets.Day.nanospandas.tseries.offsets.Day.normalizepandas.tseries.offsets.Day.rule_codepandas.tseries.offsets.Day.npandas.tseries.offsets.Day.copypandas.tseries.offsets.Day.is_anchoredpandas.tseries.offsets.Day.is_on_offsetpandas.tseries.offsets.Day.is_month_startpandas.tseries.offsets.Day.is_month_endpandas.tseries.offsets.Day.is_quarter_startpandas.tseries.offsets.Day.is_quarter_endpandas.tseries.offsets.Day.is_year_startpandas.tseries.offsets.Day.is_year_endpandas.tseries.offsets.Hourpandas.tseries.offsets.Hour.deltapandas.tseries.offsets.Hour.freqstrpandas.tseries.offsets.Hour.kwdspandas.tseries.offsets.Hour.namepandas.tseries.offsets.Hour.nanospandas.tseries.offsets.Hour.normalizepandas.tseries.offsets.Hour.rule_codepandas.tseries.offsets.Hour.npandas.tseries.offsets.Hour.copypandas.tseries.offsets.Hour.is_anchoredpandas.tseries.offsets.Hour.is_on_offsetpandas.tseries.offsets.Hour.is_month_startpandas.tseries.offsets.Hour.is_month_endpandas.tseries.offsets.Hour.is_quarter_startpandas.tseries.offsets.Hour.is_quarter_endpandas.tseries.offsets.Hour.is_year_startpandas.tseries.offsets.Hour.is_year_endpandas.tseries.offsets.Minutepandas.tseries.offsets.Minute.deltapandas.tseries.offsets.Minute.freqstrpandas.tseries.offsets.Minute.kwdspandas.tseries.offsets.Minute.namepandas.tseries.offsets.Minute.nanospandas.tseries.offsets.Minute.normalizepandas.tseries.offsets.Minute.rule_codepandas.tseries.offsets.Minute.npandas.tseries.offsets.Minute.copypandas.tseries.offsets.Minute.is_anchoredpandas.tseries.offsets.Minute.is_on_offsetpandas.tseries.offsets.Minute.is_month_startpandas.tseries.offsets.Minute.is_month_endpandas.tseries.offsets.Minute.is_quarter_startpandas.tseries.offsets.Minute.is_quarter_endpandas.tseries.offsets.Minute.is_year_startpandas.tseries.offsets.Minute.is_year_endpandas.tseries.offsets.Secondpandas.tseries.offsets.Second.deltapandas.tseries.offsets.Second.freqstrpandas.tseries.offsets.Second.kwdspandas.tseries.offsets.Second.namepandas.tseries.offsets.Second.nanospandas.tseries.offsets.Second.normalizepandas.tseries.offsets.Second.rule_codepandas.tseries.offsets.Second.npandas.tseries.offsets.Second.copypandas.tseries.offsets.Second.is_anchoredpandas.tseries.offsets.Second.is_on_offsetpandas.tseries.offsets.Second.is_month_startpandas.tseries.offsets.Second.is_month_endpandas.tseries.offsets.Second.is_quarter_startpandas.tseries.offsets.Second.is_quarter_endpandas.tseries.offsets.Second.is_year_startpandas.tseries.offsets.Second.is_year_endpandas.tseries.offsets.Millipandas.tseries.offsets.Milli.deltapandas.tseries.offsets.Milli.freqstrpandas.tseries.offsets.Milli.kwdspandas.tseries.offsets.Milli.namepandas.tseries.offsets.Milli.nanospandas.tseries.offsets.Milli.normalizepandas.tseries.offsets.Milli.rule_codepandas.tseries.offsets.Milli.npandas.tseries.offsets.Milli.copypandas.tseries.offsets.Milli.is_anchoredpandas.tseries.offsets.Milli.is_on_offsetpandas.tseries.offsets.Milli.is_month_startpandas.tseries.offsets.Milli.is_month_endpandas.tseries.offsets.Milli.is_quarter_startpandas.tseries.offsets.Milli.is_quarter_endpandas.tseries.offsets.Milli.is_year_startpandas.tseries.offsets.Milli.is_year_endpandas.tseries.offsets.Micropandas.tseries.offsets.Micro.deltapandas.tseries.offsets.Micro.freqstrpandas.tseries.offsets.Micro.kwdspandas.tseries.offsets.Micro.namepandas.tseries.offsets.Micro.nanospandas.tseries.offsets.Micro.normalizepandas.tseries.offsets.Micro.rule_codepandas.tseries.offsets.Micro.npandas.tseries.offsets.Micro.copypandas.tseries.offsets.Micro.is_anchoredpandas.tseries.offsets.Micro.is_on_offsetpandas.tseries.offsets.Micro.is_month_startpandas.tseries.offsets.Micro.is_month_endpandas.tseries.offsets.Micro.is_quarter_startpandas.tseries.offsets.Micro.is_quarter_endpandas.tseries.offsets.Micro.is_year_startpandas.tseries.offsets.Micro.is_year_endpandas.tseries.offsets.Nanopandas.tseries.offsets.Nano.deltapandas.tseries.offsets.Nano.freqstrpandas.tseries.offsets.Nano.kwdspandas.tseries.offsets.Nano.namepandas.tseries.offsets.Nano.nanospandas.tseries.offsets.Nano.normalizepandas.tseries.offsets.Nano.rule_codepandas.tseries.offsets.Nano.npandas.tseries.offsets.Nano.copypandas.tseries.offsets.Nano.is_anchoredpandas.tseries.offsets.Nano.is_on_offsetpandas.tseries.offsets.Nano.is_month_startpandas.tseries.offsets.Nano.is_month_endpandas.tseries.offsets.Nano.is_quarter_startpandas.tseries.offsets.Nano.is_quarter_endpandas.tseries.offsets.Nano.is_year_startpandas.tseries.offsets.Nano.is_year_end- 窗口
pandas.core.window.rolling.Rolling.countpandas.core.window.rolling.Rolling.sumpandas.core.window.rolling.Rolling.meanpandas.core.window.rolling.Rolling.medianpandas.core.window.rolling.Rolling.varpandas.core.window.rolling.Rolling.stdpandas.core.window.rolling.Rolling.minpandas.core.window.rolling.Rolling.maxpandas.core.window.rolling.Rolling.corrpandas.core.window.rolling.Rolling.covpandas.core.window.rolling.Rolling.skewpandas.core.window.rolling.Rolling.kurtpandas.core.window.rolling.Rolling.applypandas.core.window.rolling.Rolling.aggregatepandas.core.window.rolling.Rolling.quantilepandas.core.window.rolling.Rolling.sempandas.core.window.rolling.Rolling.rankpandas.core.window.rolling.Window.meanpandas.core.window.rolling.Window.sumpandas.core.window.rolling.Window.varpandas.core.window.rolling.Window.stdpandas.core.window.expanding.Expanding.countpandas.core.window.expanding.Expanding.sumpandas.core.window.expanding.Expanding.meanpandas.core.window.expanding.Expanding.medianpandas.core.window.expanding.Expanding.varpandas.core.window.expanding.Expanding.stdpandas.core.window.expanding.Expanding.minpandas.core.window.expanding.Expanding.maxpandas.core.window.expanding.Expanding.corrpandas.core.window.expanding.Expanding.covpandas.core.window.expanding.Expanding.skewpandas.core.window.expanding.Expanding.kurtpandas.core.window.expanding.Expanding.applypandas.core.window.expanding.Expanding.aggregatepandas.core.window.expanding.Expanding.quantilepandas.core.window.expanding.Expanding.sempandas.core.window.expanding.Expanding.rankpandas.core.window.ewm.ExponentialMovingWindow.meanpandas.core.window.ewm.ExponentialMovingWindow.sumpandas.core.window.ewm.ExponentialMovingWindow.stdpandas.core.window.ewm.ExponentialMovingWindow.varpandas.core.window.ewm.ExponentialMovingWindow.corrpandas.core.window.ewm.ExponentialMovingWindow.covpandas.api.indexers.BaseIndexerpandas.api.indexers.FixedForwardWindowIndexerpandas.api.indexers.VariableOffsetWindowIndexer- GroupBy
pandas.core.groupby.DataFrameGroupBy.__iter__pandas.core.groupby.SeriesGroupBy.\_\_iter\_\_pandas.core.groupby.DataFrameGroupBy.groupspandas.core.groupby.SeriesGroupBy.groupspandas.core.groupby.DataFrameGroupBy.indicespandas.core.groupby.SeriesGroupBy.indicespandas.core.groupby.DataFrameGroupBy.get_grouppandas.core.groupby.SeriesGroupBy.get_grouppandas.Grouperpandas.NamedAggpandas.core.groupby.SeriesGroupBy.applypandas.core.groupby.DataFrameGroupBy.applypandas.core.groupby.SeriesGroupBy.aggpandas.core.groupby.DataFrameGroupBy.aggpandas.core.groupby.SeriesGroupBy.aggregatepandas.core.groupby.DataFrameGroupBy.aggregatepandas.core.groupby.SeriesGroupBy.transformpandas.core.groupby.DataFrameGroupBy.transformpandas.core.groupby.SeriesGroupBy.pipepandas.core.groupby.DataFrameGroupBy.pipepandas.core.groupby.DataFrameGroupBy.filterpandas.core.groupby.SeriesGroupBy.filterpandas.core.groupby.DataFrameGroupBy.allpandas.core.groupby.DataFrameGroupBy.anypandas.core.groupby.DataFrameGroupBy.bfillpandas.core.groupby.DataFrameGroupBy.corrpandas.core.groupby.DataFrameGroupBy.corrwithpandas.core.groupby.DataFrameGroupBy.countpandas.core.groupby.DataFrameGroupBy.covpandas.core.groupby.DataFrameGroupBy.cumcountpandas.core.groupby.DataFrameGroupBy.cummaxpandas.core.groupby.DataFrameGroupBy.cumminpandas.core.groupby.DataFrameGroupBy.cumprodpandas.core.groupby.DataFrameGroupBy.cumsumpandas.core.groupby.DataFrameGroupBy.describepandas.core.groupby.DataFrameGroupBy.diffpandas.core.groupby.DataFrameGroupBy.ffillpandas.core.groupby.DataFrameGroupBy.fillnapandas.core.groupby.DataFrameGroupBy.firstpandas.core.groupby.DataFrameGroupBy.headpandas.core.groupby.DataFrameGroupBy.idxmaxpandas.core.groupby.DataFrameGroupBy.idxminpandas.core.groupby.DataFrameGroupBy.lastpandas.core.groupby.DataFrameGroupBy.maxpandas.core.groupby.DataFrameGroupBy.meanpandas.core.groupby.DataFrameGroupBy.medianpandas.core.groupby.DataFrameGroupBy.minpandas.core.groupby.DataFrameGroupBy.ngrouppandas.core.groupby.DataFrameGroupBy.nthpandas.core.groupby.DataFrameGroupBy.nuniquepandas.core.groupby.DataFrameGroupBy.ohlcpandas.core.groupby.DataFrameGroupBy.pct_changepandas.core.groupby.DataFrameGroupBy.prodpandas.core.groupby.DataFrameGroupBy.quantilepandas.core.groupby.DataFrameGroupBy.rankpandas.core.groupby.DataFrameGroupBy.resamplepandas.core.groupby.DataFrameGroupBy.rollingpandas.core.groupby.DataFrameGroupBy.samplepandas.core.groupby.DataFrameGroupBy.sempandas.core.groupby.DataFrameGroupBy.shiftpandas.core.groupby.DataFrameGroupBy.sizepandas.core.groupby.DataFrameGroupBy.skewpandas.core.groupby.DataFrameGroupBy.stdpandas.core.groupby.DataFrameGroupBy.sumpandas.core.groupby.DataFrameGroupBy.varpandas.core.groupby.DataFrameGroupBy.tailpandas.core.groupby.DataFrameGroupBy.takepandas.core.groupby.DataFrameGroupBy.value_countspandas.core.groupby.SeriesGroupBy.allpandas.core.groupby.SeriesGroupBy.anypandas.core.groupby.SeriesGroupBy.bfillpandas.core.groupby.SeriesGroupBy.corrpandas.core.groupby.SeriesGroupBy.countpandas.core.groupby.SeriesGroupBy.covpandas.core.groupby.SeriesGroupBy.cumcountpandas.core.groupby.SeriesGroupBy.cummaxpandas.core.groupby.SeriesGroupBy.cumminpandas.core.groupby.SeriesGroupBy.cumprodpandas.core.groupby.SeriesGroupBy.cumsumpandas.core.groupby.SeriesGroupBy.describepandas.core.groupby.SeriesGroupBy.diffpandas.core.groupby.SeriesGroupBy.ffillpandas.core.groupby.SeriesGroupBy.fillnapandas.core.groupby.SeriesGroupBy.firstpandas.core.groupby.SeriesGroupBy.headpandas.core.groupby.SeriesGroupBy.lastpandas.core.groupby.SeriesGroupBy.idxmaxpandas.core.groupby.SeriesGroupBy.idxminpandas.core.groupby.SeriesGroupBy.is_monotonic_increasingpandas.core.groupby.SeriesGroupBy.is_monotonic_decreasingpandas.core.groupby.SeriesGroupBy.maxpandas.core.groupby.SeriesGroupBy.meanpandas.core.groupby.SeriesGroupBy.medianpandas.core.groupby.SeriesGroupBy.minpandas.core.groupby.SeriesGroupBy.ngrouppandas.core.groupby.SeriesGroupBy.nlargestpandas.core.groupby.SeriesGroupBy.nsmallestpandas.core.groupby.SeriesGroupBy.nthpandas.core.groupby.SeriesGroupBy.nuniquepandas.core.groupby.SeriesGroupBy.uniquepandas.core.groupby.SeriesGroupBy.ohlcpandas.core.groupby.SeriesGroupBy.pct_changepandas.core.groupby.SeriesGroupBy.prodpandas.core.groupby.SeriesGroupBy.quantilepandas.core.groupby.SeriesGroupBy.rankpandas.core.groupby.SeriesGroupBy.resamplepandas.core.groupby.SeriesGroupBy.rollingpandas.core.groupby.SeriesGroupBy.samplepandas.core.groupby.SeriesGroupBy.sempandas.core.groupby.SeriesGroupBy.shiftpandas.core.groupby.SeriesGroupBy.sizepandas.core.groupby.SeriesGroupBy.skewpandas.core.groupby.SeriesGroupBy.stdpandas.core.groupby.SeriesGroupBy.sumpandas.core.groupby.SeriesGroupBy.varpandas.core.groupby.SeriesGroupBy.tailpandas.core.groupby.SeriesGroupBy.takepandas.core.groupby.SeriesGroupBy.value_countspandas.core.groupby.DataFrameGroupBy.boxplotpandas.core.groupby.DataFrameGroupBy.histpandas.core.groupby.SeriesGroupBy.histpandas.core.groupby.DataFrameGroupBy.plotpandas.core.groupby.SeriesGroupBy.plot- 重新采样
pandas.core.resample.Resampler.__iter__pandas.core.resample.Resampler.groupspandas.core.resample.Resampler.indicespandas.core.resample.Resampler.get_grouppandas.core.resample.Resampler.applypandas.core.resample.Resampler.aggregatepandas.core.resample.Resampler.transformpandas.core.resample.Resampler.pipepandas.core.resample.Resampler.ffillpandas.core.resample.Resampler.bfillpandas.core.resample.Resampler.nearestpandas.core.resample.Resampler.fillnapandas.core.resample.Resampler.asfreqpandas.core.resample.Resampler.interpolatepandas.core.resample.Resampler.countpandas.core.resample.Resampler.nuniquepandas.core.resample.Resampler.firstpandas.core.resample.Resampler.lastpandas.core.resample.Resampler.maxpandas.core.resample.Resampler.meanpandas.core.resample.Resampler.medianpandas.core.resample.Resampler.minpandas.core.resample.Resampler.ohlcpandas.core.resample.Resampler.prodpandas.core.resample.Resampler.sizepandas.core.resample.Resampler.sempandas.core.resample.Resampler.stdpandas.core.resample.Resampler.sumpandas.core.resample.Resampler.varpandas.core.resample.Resampler.quantile- 样式
pandas.io.formats.style.Stylerpandas.io.formats.style.Styler.from_custom_templatepandas.io.formats.style.Styler.envpandas.io.formats.style.Styler.template_htmlpandas.io.formats.style.Styler.template_html_stylepandas.io.formats.style.Styler.template_html_tablepandas.io.formats.style.Styler.template_latexpandas.io.formats.style.Styler.template_stringpandas.io.formats.style.Styler.loaderpandas.io.formats.style.Styler.applypandas.io.formats.style.Styler.mappandas.io.formats.style.Styler.apply_indexpandas.io.formats.style.Styler.map_indexpandas.io.formats.style.Styler.formatpandas.io.formats.style.Styler.format_indexpandas.io.formats.style.Styler.relabel_indexpandas.io.formats.style.Styler.hidepandas.io.formats.style.Styler.concatpandas.io.formats.style.Styler.set_td_classespandas.io.formats.style.Styler.set_table_stylespandas.io.formats.style.Styler.set_table_attributespandas.io.formats.style.Styler.set_tooltipspandas.io.formats.style.Styler.set_captionpandas.io.formats.style.Styler.set_stickypandas.io.formats.style.Styler.set_propertiespandas.io.formats.style.Styler.set_uuidpandas.io.formats.style.Styler.clearpandas.io.formats.style.Styler.pipepandas.io.formats.style.Styler.highlight_nullpandas.io.formats.style.Styler.highlight_maxpandas.io.formats.style.Styler.highlight_minpandas.io.formats.style.Styler.highlight_betweenpandas.io.formats.style.Styler.highlight_quantilepandas.io.formats.style.Styler.background_gradientpandas.io.formats.style.Styler.text_gradientpandas.io.formats.style.Styler.barpandas.io.formats.style.Styler.to_htmlpandas.io.formats.style.Styler.to_latexpandas.io.formats.style.Styler.to_excelpandas.io.formats.style.Styler.to_stringpandas.io.formats.style.Styler.exportpandas.io.formats.style.Styler.use- 绘图
pandas.plotting.andrews_curvespandas.plotting.autocorrelation_plotpandas.plotting.bootstrap_plotpandas.plotting.boxplotpandas.plotting.deregister_matplotlib_converterspandas.plotting.lag_plotpandas.plotting.parallel_coordinatespandas.plotting.plot_paramspandas.plotting.radvizpandas.plotting.register_matplotlib_converterspandas.plotting.scatter_matrixpandas.plotting.table- 选项和设置
pandas.describe_optionpandas.reset_optionpandas.get_optionpandas.set_optionpandas.option_contextpandas.set_eng_float_format- 扩展
pandas.api.extensions.register_extension_dtypepandas.api.extensions.register_dataframe_accessorpandas.api.extensions.register_series_accessorpandas.api.extensions.register_index_accessorpandas.api.extensions.ExtensionDtypepandas.api.extensions.ExtensionArraypandas.arrays.NumpyExtensionArraypandas.api.indexers.check_array_indexer- 测试
pandas.testing.assert_frame_equalpandas.testing.assert_series_equalpandas.testing.assert_index_equalpandas.testing.assert_extension_array_equalpandas.errors.AbstractMethodErrorpandas.errors.AttributeConflictWarningpandas.errors.CategoricalConversionWarningpandas.errors.ChainedAssignmentErrorpandas.errors.ClosedFileErrorpandas.errors.CSSWarningpandas.errors.DatabaseErrorpandas.errors.DataErrorpandas.errors.DtypeWarningpandas.errors.DuplicateLabelErrorpandas.errors.EmptyDataErrorpandas.errors.IncompatibilityWarningpandas.errors.IndexingErrorpandas.errors.InvalidColumnNamepandas.errors.InvalidComparisonpandas.errors.InvalidIndexErrorpandas.errors.InvalidVersionpandas.errors.IntCastingNaNErrorpandas.errors.LossySetitemErrorpandas.errors.MergeErrorpandas.errors.NoBufferPresentpandas.errors.NullFrequencyErrorpandas.errors.NumbaUtilErrorpandas.errors.NumExprClobberingErrorpandas.errors.OptionErrorpandas.errors.OutOfBoundsDatetimepandas.errors.OutOfBoundsTimedeltapandas.errors.ParserErrorpandas.errors.ParserWarningpandas.errors.PerformanceWarningpandas.errors.PossibleDataLossErrorpandas.errors.PossiblePrecisionLosspandas.errors.PyperclipExceptionpandas.errors.PyperclipWindowsExceptionpandas.errors.SettingWithCopyErrorpandas.errors.SettingWithCopyWarningpandas.errors.SpecificationErrorpandas.errors.UndefinedVariableErrorpandas.errors.UnsortedIndexErrorpandas.errors.UnsupportedFunctionCallpandas.errors.ValueLabelTypeMismatchpandas.show_versions- 缺失值
pandas.NApandas.NaT- 开发
- 贡献给 pandas
- 创建开发环境
- 使用 Gitpod 进行 pandas 开发
- 为文档做出贡献
- pandas 文档字符串指南
- 贡献代码基础
- pandas 维护
- 内部情况
- 写时复制
- 调试 C 扩展
- 扩展 pandas
- 开发者
- 政策
- 贡献者社区
- 发布说明
- 2.2.2 的新特性(2024 年 4 月 10 日)
- 2.2.1 新特性(2024 年 2 月 22 日)
- 2.2.0 中的新内容(2024 年 1 月 19 日)
- 2.1.4 新特性(2023 年 12 月 8 日)
- 2.1.3 版本新功能(2023 年 11 月 10 日)
- 2.1.2 版本的新功能(2023 年 10 月 26 日)
- 2.1.1 版中的新功能(2023 年 9 月 20 日)
- 2.1.0 中的新功能(2023 年 8 月 30 日)
- 2.0.3 版中的新内容(2023 年 6 月 28 日)
- 2.0.2 版本的新特性(2023 年 5 月 29 日)
- 2.0.1 版本新功能(2023 年 4 月 24 日)
- 2.0.0 中的新功能 (2023 年 4 月 3 日)
- 1.5.3 中的新功能(2023 年 1 月 18 日)
- 1.5.2 版本的新功能(2022 年 11 月 21 日)
- 1.5.1 版本中的新功能(2022 年 10 月 19 日)
- 1.5.0 的新功能(2022 年 9 月 19 日)
- 1.4.4 中的新功能(2022 年 8 月 31 日)
- 1.4.3 新特性(2022 年 6 月 23 日)
- 1.4.2 版的新特性(2022 年 4 月 2 日)
- 1.4.1 的新功能(2022 年 2 月 12 日)
- 版本 1.4.0 的新功能(2022 年 1 月 22 日)
- 新特性 1.3.5(2021 年 12 月 12 日)
- 1.3.4 版本的新功能(2021 年 10 月 17 日)
- 1.3.3 中的新功能(2021 年 9 月 12 日)
- 1.3.2 版本的新功能 (2021 年 8 月 15 日)
- 1.3.1 中的新功能(2021 年 7 月 25 日)
- 1.3.0 中的新内容(2021 年 7 月 2 日)
- 1.2.5 版本的新功能(2021 年 6 月 22 日)
- 1.2.4 版本的新功能(2021 年 4 月 12 日)
- 1.2.3 新特性(2021 年 3 月 2 日)
- 1.2.2 中的新内容(2021 年 2 月 9 日)
- 1.2.1 版本的新增内容(2021 年 1 月 20 日)
- 1.2.0 中的新功能(2020 年 12 月 26 日)
- 1.1.5 版本的新特性(2020 年 12 月 7 日)
- 1.1.4 新内容(2020 年 10 月 30 日)
- 1.1.3 的新功能 (2020 年 10 月 5 日)
- 1.1.2 版本的新功能(2020 年 9 月 8 日)
- 1.1.1 中的新内容(2020 年 8 月 20 日)
- 1.1.0 版本的新功能(2020 年 7 月 28 日)
- What’s new in 1.0.5 (June 17, 2020)
- 1.0.4 中的新特性(2020 年 5 月 28 日)
- 1.0.3 的新内容(2020 年 3 月 17 日)
- 1.0.2 版的新功能(2020 年 3 月 12 日)
- 1.0.1 中的新内容(2020 年 2 月 5 日)。
- 1.0.0 中的新功能(2020 年 1 月 29 日)
- 0.25.3 中的新功能(2019 年 10 月 31 日)
- 0.25.2 版本的新特性(2019 年 10 月 15 日)
- 0.25.1 新功能(2019 年 8 月 21 日)
- 0.25.0 中的新功能(2019 年 7 月 18 日)
- 0.24.2 版本的新内容(2019 年 3 月 12 日)
- 0.24.1 版本中的新功能(2019 年 2 月 3 日)
- 0.24.0 中的新功能(2019 年 1 月 25 日)
- 0.23.4 中的新功能(2018 年 8 月 3 日)
- 0.23.3 版本的新特性(2018 年 7 月 7 日)
- 0.23.2 版本的新功能(2018 年 7 月 5 日)
- 0.23.1 版本的新特性(2018 年 6 月 12 日)
- 0.23.0 版本新特性(2018 年 5 月 15 日)
- 版本 0.22.0(2017 年 12 月 29 日)
- 版本 0.21.1(2017 年 12 月 12 日)
- 版本 0.21.0(2017 年 10 月 27 日)
- 版本 0.20.3 (2017 年 7 月 7 日)
- 版本 0.20.2 (2017 年 6 月 4 日)
- 版本 0.20.1(2017 年 5 月 5 日)
- 版本 0.19.2(2016 年 12 月 24 日)
- 版本 0.19.1 (2016 年 11 月 3 日)
- 版本 0.19.0(2016 年 10 月 2 日)
- 版本 0.18.1(2016 年 5 月 3 日)
- 版本 0.18.0(2016 年 3 月 13 日)
- 版本 0.17.1(2015 年 11 月 21 日)
- 版本 0.17.0 (2015 年 10 月 9 日)
- 版本 0.16.2(2015 年 6 月 12 日)
- 版本 0.16.1(2015 年 5 月 11 日)
- 版本 0.16.0(2015 年 3 月 22 日)
- 版本 0.15.2 (2014 年 12 月 12 日)
- 版本 0.15.1(2014 年 11 月 9 日)
- 版本 0.15.0(2014 年 10 月 18 日)
- 版本 0.14.1(2014 年 7 月 11 日)
- 版本 0.14.0 (2014 年 5 月 31 日)
- 版本 0.13.1(2014 年 2 月 3 日)
- 版本 0.13.0(2014 年 1 月 3 日)
- 版本 0.12.0(2013 年 7 月 24 日)
- 版本 0.11.0(2013 年 4 月 22 日)
- 版本 0.10.1(2013 年 1 月 22 日)
- 版本 0.10.0(2012 年 12 月 17 日)
- 版本 0.9.1(2012 年 11 月 14 日)
- 版本 0.9.0(2012 年 10 月 7 日)
- 版本 0.8.1(2012 年 7 月 22 日)
- 版本 0.8.0(2012 年 6 月 29 日)
- 版本 0.7.3(2012 年 4 月 12 日)
- 版本 0.7.2(2012 年 3 月 16 日)
- 版本 0.7.1(2012 年 2 月 29 日)
- 版本 0.7.0(2012 年 2 月 9 日)
- 版本 0.6.1(2011 年 12 月 13 日)
- 版本 0.6.0(2011 年 11 月 25 日)
- 版本 0.5.0(2011 年 10 月 24 日)
- 版本 0.4.1 到 0.4.3(2011 年 9 月 25 日 - 10 月 9 日)


浙公网安备 33010602011771号