Navigation
index
modules
|
next
|
previous
|
pandas 0.17.1 documentation
»
API Reference
»
Table Of Contents
What’s New
Installation
Contributing to pandas
Frequently Asked Questions (FAQ)
Package overview
10 Minutes to pandas
Tutorials
Cookbook
Intro to Data Structures
Essential Basic Functionality
Working with Text Data
Options and Settings
Indexing and Selecting Data
MultiIndex / Advanced Indexing
Computational tools
Working with missing data
Group By: split-apply-combine
Merge, join, and concatenate
Reshaping and Pivot Tables
Time Series / Date functionality
Time Deltas
Categorical Data
Visualization
Style
IO Tools (Text, CSV, HDF5, ...)
Remote Data Access
Enhancing Performance
Sparse data structures
Caveats and Gotchas
rpy2 / R interface
pandas Ecosystem
Comparison with R / R libraries
Comparison with SQL
Comparison with SAS
API Reference
Input/Output
General functions
Series
DataFrame
Panel
Panel4D
Constructor
pandas.Panel4D
Attributes and underlying data
pandas.Panel4D.values
pandas.Panel4D.axes
pandas.Panel4D.ndim
pandas.Panel4D.size
pandas.Panel4D.shape
pandas.Panel4D.dtypes
pandas.Panel4D.ftypes
pandas.Panel4D.get_dtype_counts
pandas.Panel4D.get_ftype_counts
Conversion
Index
CategoricalIndex
DatetimeIndex
TimedeltaIndex
GroupBy
Style
General utility functions
Internals
Release Notes
Search
Enter search terms or a module, class or function name.
pandas.Panel4D.get_dtype_counts
¶
Panel4D.
get_dtype_counts
(
)
¶
Return the counts of dtypes in this object
Navigation
index
modules
|
next
|
previous
|
pandas 0.17.1 documentation
»
API Reference
»