pins for Python
  • Get started
  • Reference
  • Learn more
    • Create consistent metadata for pins
    • pins for R
  1. Pins
  2. pin_search

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
pin_delete
 

Proudly supported by Posit PBC