It means:
'O' (Python) objects
The first character specifies the kind of data and the remaining characters specify the number of bytes per item, except for Unicode, where it is interpreted as the number of characters. The item size must correspond to an existing type, or an error will be raised. The supported kinds are to an existing type, or an error will be raised. The supported kinds are:
'b' boolean 'i' (signed) integer 'u' unsigned integer 'f' floating-point 'c' complex-floating point 'O' (Python) objects 'S', 'a' (byte-)string 'U' Unicode 'V' raw data (void)
Another answer helps if need check type
s.
Related Posts:
- What is dtype(‘O’), in pandas?
- Convert pandas dataframe to NumPy array
- ‘DataFrame’ object has no attribute ‘sort’
- ‘DataFrame’ object has no attribute ‘sort’
- ‘DataFrame’ object has no attribute ‘sort’
- Change column type in pandas
- ValueError: ‘object too deep for desired array’
- What does axis in pandas mean?
- How to take column-slices of dataframe in pandas
- Coalesce values from 2 columns into a single column in a pandas dataframe
- vectorize conditional assignment in pandas dataframe
- how to sort pandas dataframe from one column
- Renaming column names in Pandas
- How to reset index in a pandas dataframe? [duplicate]
- Delete a column from a Pandas DataFrame
- How to deal with SettingWithCopyWarning in Pandas
- How to deal with SettingWithCopyWarning in Pandas
- Constructing pandas DataFrame from values in variables gives “ValueError: If using all scalar values, you must pass an index”
- How to iterate over rows in a DataFrame in Pandas
- How to iterate over rows in a DataFrame in Pandas
- Truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all()
- Truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all()
- Writing a pandas DataFrame to CSV file
- Adding new column to existing DataFrame in Python pandas
- How to change the order of DataFrame columns?
- How to change the order of DataFrame columns?
- Pandas DataFrame Groupby two columns and get counts
- How can I use the apply() function for a single column?
- How to show all columns’ names on a large pandas dataframe?
- ValueError: Unknown label type: ‘continuous’
- How to groupby based on two columns in pandas?
- How to fix IndexError: invalid index to scalar variable
- How to deal with SettingWithCopyWarning in Pandas
- Merging dataframes on index with pandas
- Create a Pandas Dataframe by appending one row at a time
- ValueError: Length of values does not match length of index | Pandas DataFrame.unique()
- Convert Python dict into a dataframe
- Creating an empty Pandas DataFrame, then filling it?
- How do I select rows from a DataFrame based on column values?
- How do I select rows from a DataFrame based on column values?
- Pandas group-by and sum
- How do I get the row count of a Pandas DataFrame?
- Python pandas groupby aggregate on multiple columns, then pivot
- DataFrame constructor not properly called
- Convert pandas Series to DataFrame
- ImportError: Missing required dependencies [‘numpy’]
- How to iterate over rows in a DataFrame in Pandas
- Pandas group-by and sum
- How do I get the row count of a Pandas DataFrame?
- Python Pandas – Missing required dependencies [‘numpy’] 1
- ValueError: Length of values does not match length of index | Pandas DataFrame.unique()
- TypeError: cannot unpack non-iterable int objec
- Rename Pandas DataFrame Index
- pandas: filter rows of DataFrame with operator chaining
- Pandas, merging two dataframes on multiple columns, and multiplying result
- Convert DataFrame column type from string to datetime, dd/mm/yyyy format
- Get a list from Pandas DataFrame column headers
- How to read a .xlsx file using the pandas Library in iPython?
- TypeError: ‘DataFrame’ object is not callable
- Shuffle DataFrame rows
- Combine two columns of text in pandas dataframe
- Python: pandas merge multiple dataframes
- How to count the NaN values in a column in pandas DataFrame
- Normalize data in pandas
- Pandas – DataFrame object is not callable
- Convert a Pandas DataFrame to a dictionary
- Creating a Pandas DataFrame from a Numpy array: How do I specify the index column and column headers?
- Create a Pandas Dataframe by appending one row at a time
- Normalize columns of pandas data frame
- Normalize columns of pandas data frame
- Selecting/excluding sets of columns in pandas
- How to apply a function to two columns of Pandas dataframe
- pandas create new column based on values from other columns / apply a function of multiple columns, row-wise
- Pandas DataFrame: replace all values in a column, based on condition
- Data type conversion error: ValueError: Cannot convert non-finite values (NA or inf) to integer
- Pandas – How to flatten a hierarchical index in columns
- How to check if a column exists in Pandas
- Pandas error “Can only use .str accessor with string values”
- How to get a value from a cell of a dataframe?
- Pandas split DataFrame by column value
- Groupby value counts on the dataframe pandas
- Pandas index column title or name
- Building multi-regression model throws error: `Pandas data cast to numpy dtype of object. Check input data with np.asarray(data).`
- How to add pandas data to an existing csv file?
- Find the unique values in a column and then sort them
- if else function in pandas dataframe
- Concat DataFrame Reindexing only valid with uniquely valued Index objects
- Read data (.dat file) with Pandas
- Move column by name to front of table in pandas
- How to convert index of a pandas dataframe into a column
- Replacing Pandas or Numpy Nan with a None to use with MysqlDB
- pandas comparison raises TypeError: cannot compare a dtyped [float64] array with a scalar of type [bool]
- Difference between data type ‘datetime64[ns]’ and ‘
- Merging two DataFrames
- Pandas dataframe groupby plot
- Got continuous is not supported error in RandomForestRegressor
- Logical operators for Boolean indexing in Pandas
- Convert list of dictionaries to a pandas DataFrame
- Compare two columns using pandas
- alueError: ordinal must be >= 1