paralytics.utils package

Submodules

Functions

check_column_existence(X, columns)

Checks whether all listed columns are in a given DataFrame.

check_continuity(X[, thresh])

Checks whether input variable is continuous.

check_is_dataframe(X)

Checks whether object is a pandas.DataFrame.

check_prime(n)

Checks whether the given value is a prime number.

check_uniq(X)

Checks whether all input data values are unique.

custom_round(value_list, n)

Rounds n to the closest value from the given value_list.

find_sparsity(X[, thresh])

Finds columns with highly sparse categories.

get_csv(in_filename[, cols_to_keep, dtype])

Get csv as a list of OrderedDicts.

is_numeric(X[, project])

Checks whether given vector contains numeric-only values excluding boolean vectors.

lcm(x, y)

Calculates least common multiple of two integers x and y.

multipleplots(data, x[, nrows, ncols, …])

Paints any specified plot from the seaborn library multiple times.

Classes

BaseSeleniumBrowser(browser_name[, …])

Base class for all scrapers built on top of the Selenium package.