pyiron_base.jobs.datamining.always_true_pandas

pyiron_base.jobs.datamining.always_true_pandas#

pyiron_base.jobs.datamining.always_true_pandas(job_table) Series[source]#

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

Returns:

A series of True values

Return type:

pandas.Series