paralytics.utils package¶
Submodules¶
Functions¶
|
Checks whether all listed columns are in a given DataFrame. |
|
Checks whether input variable is continuous. |
Checks whether object is a pandas.DataFrame. |
|
|
Checks whether the given value is a prime number. |
|
Checks whether all input data values are unique. |
|
Rounds n to the closest value from the given value_list. |
|
Finds columns with highly sparse categories. |
|
Get csv as a list of OrderedDicts. |
|
Checks whether given vector contains numeric-only values excluding boolean vectors. |
|
Calculates least common multiple of two integers x and y. |
|
Paints any specified plot from the seaborn library multiple times. |
Classes¶
|
Base class for all scrapers built on top of the Selenium package. |