pin_search
boards.BaseBoard.pin_search(search=None, as_df=True)
Search for pins.
The underlying search method depends on the board implementation, but most will search for text in the pin name and title.
Parameters
Name | Type | Description | Default |
---|---|---|---|
search |
A string to search for. By default returns all pins. | None |
|
as_df |
Whether to return a pandas DataFrame. | True |