API Reference
- patito.DataFrame
- patito.Model
- patito.Field
DuckDB Functionality
- patito.Database
- patito.Relation
Relation.__init__()
- Properties
- Methods
- add_prefix
- add_suffix
- aggregate
- all
- case
- cast
- coalesce
- count
- create_table
- create_view
- distinct
- drop
- except_
- execute
- filter
- get
- inner_join
- insert_into
- intersect
- join
- left_join
- limit
- order
- select
- rename
- set_alias
- set_model
- to_df
- to_pandas
- to_series
- union
- with_columns
- with_missing_defaultable_columns
- with_missing_nullable_columns
- __add__
- __getitem__
- __iter__
- __len__
- __str__