other
Reference of datar.datar
Legend:
Sample | Status |
---|---|
normal | API that is regularly ported |
API that is not ported, or not an API originally | |
bold | API that is unique in datar |
italic | Working in process |
Verbs
API | Description | Notebook example |
---|---|---|
get() |
Extract values from data frames | |
flatten() |
Flatten values of data frames |
Functions
|itemgetter()
|Turn a[f.x]
to a valid verb argument with itemgetter(a, f.x)
||
|attrgetter()
|f.x.<attr>
but works with SeriesGroupBy
object||
|pd_str()
|str
accessor but works with SeriesGroupBy
object||
|pd_cat()
|cat
accessor but works with SeriesGroupBy
object||
|pd_dt()
|dt
accessor but works with SeriesGroupBy
object||