3.1.1.1. xboinc.df_wu
3.1.1.1.1. Attributes
3.1.1.1.2. Functions
|
Get a read-only database connection. |
|
Get a read-only user database connection. |
|
List all work units in the database as a Pandas DataFrame. |
|
List all work units for a specific user as a Pandas DataFrame. |
|
List all work units with a specific status as a Pandas DataFrame. |
|
List all work units for the registered users with an optional status filter. |
|
Get a list of all users subscribed to the work unit database. |
|
Check if a user is subscribed to the work unit database. |
3.1.1.1.3. Module Contents
- _get_read_only_wu_db_connection(dev_server: bool = False) sqlite3.Connection [source]
Get a read-only database connection.
- _get_read_only_user_db_connection() sqlite3.Connection [source]
Get a read-only user database connection.
- query_all_work_units(dev_server=False) pandas.DataFrame [source]
List all work units in the database as a Pandas DataFrame.
- query_work_units_by_user(user: str, dev_server=False) pandas.DataFrame [source]
List all work units for a specific user as a Pandas DataFrame.
- query_work_units_by_status(status: str, dev_server=False) pandas.DataFrame [source]
List all work units with a specific status as a Pandas DataFrame.
- query_registered_work_units(status: str | None = None, dev_server: bool = False) pandas.DataFrame [source]
List all work units for the registered users with an optional status filter.