-
Bert Palm authoredccc7d533
methods_and_properties.md 606 B
Dios Methods and Properies
Methods
copy()
copy_empty()
all()
any()
squeeze()
to_df()
to_string()
apply()
astype()
isin()
isna()
notna()
dropna()
memory_usage()
index_of()
in
is
len(Dios)
TODO: make brief description table
Properties
- columns
- indexes (series of indexes of all series's)
- lengths (series of lengths of all series's)
- values (not fully pd-like - np.array of series's values)
- dtypes
- itype (see section Itype)
- empty
- size
TODO: make brief description table