AggFuncType
|
可以传递给agg()方法的函数的类型 |
AlignJoin
|
DataFrame.join()中join的参数类型
|
AnyAll
|
dropna()中how的参数类型
|
AnyArrayLike
|
用于表示ExtensionArray、numpy数组、Index和Series |
ArrayLike
|
用于表示ExtensionArray、numpy数组 |
AstypeArg
|
astype()中的参数类型
|
轴
|
AnyArrayLike加上序列(非字符串)和range
|
Axis
|
许多方法中axis的参数类型 |
CSVEngine
|
DataFrame.read_csv()中engine的参数类型
|
ColspaceArgType
|
DataFrame.to_html()中colspace的参数类型
|
CompressionOptions
|
除DataFrame.to_parquet()外的所有 I/O 输出方法中compression的参数类型 |
CorrelationMethod
|
corr()中correlation的参数类型
|
DropKeep
|
drop_duplicates()中keep的参数类型
|
Dtype
|
可用于指定 dtype 的类型对象 |
DtypeArg
|
各种方法中dtype的参数类型 |
DtypeBackend
|
各种方法中dtype_backend的参数类型 |
DtypeObj
|
Numpy dtypes 和 Extension dtypes |
ExcelWriterIfSheetExists
|
ExcelWriter中if_sheet_exists的参数类型
|
ExcelWriterMergeCells
|
to_excel()方法中merge_cells的参数类型
|
FilePath
|
I/O 方法的文件路径类型 |
FillnaOptions
|
在填充 NA 值的各种方法中,method的参数类型 |
FloatFormatType
|
to_string()方法中float_format的参数类型
|
FormattersType
|
to_string()方法中formatters的参数类型
|
FromDictOrient
|
DataFrame.from_dict()方法中orient的参数类型
|
HTMLFlavors
|
pandas.read_html()中flavor的参数类型
|
IgnoreRaise
|
多个方法中errors的参数类型 |
IndexLabel
|
多个方法中level的参数类型 |
InterpolateOptions
|
interpolate()方法中interpolate的参数类型
|
JSONEngine
|
read_json()方法中engine的参数类型
|
JSONSerializable
|
to_json()中参数default_handler的可调用返回值的参数类型
|
JoinHow
|
pandas.merge_ordered()中how的参数类型,以及Series.align()中join的参数类型
|
JoinValidate
|
DataFrame.join()方法中validate的参数类型
|
MergeHow
|
merge()方法中how的参数类型
|
MergeValidate
|
merge()方法中validate的参数类型
|
NaPosition
|
sort_index()和sort_values()方法中na_position的参数类型
|
NsmallestNlargestKeep
|
nlargest()和nsmallest()方法中keep的参数类型
|
OpenFileErrors
|
to_hdf()和to_csv()方法中errors的参数类型
|
Ordered
|
CategoricalDtype和Categorical中ordered的返回值类型
|
ParquetCompressionOptions
|
DataFrame.to_parquet()方法中compression的参数类型
|
QuantileInterpolation
|
quantile()方法中interpolation的参数类型
|
ReadBuffer
|
各种文件读取方法对应的 buffer 的附加参数类型 |
ReadCsvBuffer
|
pandas.read_csv()对应的 buffer 的附加参数类型
|
ReadPickleBuffer
|
pandas.read_pickle()对应的 buffer 的附加参数类型
|
ReindexMethod
|
reindex()方法中reindex的参数类型
|
标量
|
可以存储在具有非 object dtype 的Series中的类型 |
SequenceNotStr
|
用于需要序列但非纯字符串的参数 |
SliceType
|
Index.slice_locs()方法中start和end的参数类型
|
SortKind
|
sort_index()和sort_values()方法中kind的参数类型
|
StorageOptions
|
各种文件输出方法中storage_options的参数类型 |
Suffixes
|
merge()、compare()和merge_ordered()方法中suffixes的参数类型
|
TakeIndexer
|
take()方法中indexer和indices的参数类型
|
TimeAmbiguous
|
时间操作中ambiguous的参数类型 |
TimeGrouperOrigin
|
resample()方法和TimeGrouper中origin的参数类型
|
TimeNonexistent
|
时间操作中nonexistent的参数类型 |
TimeUnit
|
时间单位参数和unit的返回值类型,参数unit和date_unit |
TimedeltaConvertibleTypes
|
resample()方法中offset的参数类型,ewm()方法中halflife的参数类型,以及pandas.timedelta_range()中start和end的参数类型
|
TimestampConvertibleTypes
|
resample()方法中origin的参数类型,以及pandas.to_datetime()中origin的参数类型
|
ToStataByteorder
|
DataFrame.to_stata()方法中byteorder的参数类型
|
ToTimestampHow
|
to_timestamp()方法中how的参数类型,以及resample()方法中convention的参数类型
|
UpdateJoin
|
DataFrame.update()方法中join的参数类型
|
UsecolsArgType
|
pandas.read_clipboard()、pandas.read_csv()和pandas.read_excel()中usecols的参数类型
|
WindowingRankType
|
在滚动和扩展窗口操作的rank()方法中,method的参数类型 |
WriteBuffer
|
各种文件输出方法对应的 buffer 的附加参数类型 |
WriteExcelBuffer
|
to_excel()方法对应的 buffer 的附加参数类型
|
XMLParsers
|
DataFrame.to_xml()和pandas.read_xml()方法中parser的参数类型
|