pyiron_base.jobs.datamining

pyiron_base.jobs.datamining#

Functions

always_true(_)

A function that always returns True no matter what!

always_true_pandas(job_table)

A function which returns a pandas Series with all True values based on the size of the input pandas dataframe :param job_table: Input dataframe :type job_table: pandas.DataFrame

get_job_id(job)

Get the job ID.

Classes

FunctionContainer([system_function_lst])

Class which is able to append, store and retreive a set of functions.

JobFilters()

Certain predefined job filters

PyironTable(project[, name, ...])

Class for easy, efficient, and pythonic analysis of data from pyiron projects

TableJob(project, job_name)

Since a project can have a large number of jobs, it is often necessary to “filter” the data to extract useful information.