handyspark
HandySpark - bringing pandas-like capabilities to Spark dataframes
File Explorer
Download Latest Version (.zip)- conf.py
- handyspark.extensions.rst
- handyspark.ml.rst
- handyspark.rst
- handyspark.sql.rst
- includeme.rst
- index.rst
- modules.rst
- Makefile
- __init__.py
- common.py
- evaluation.py
- types.py
- __init__.py
- base.py
- __init__.py
- dataframe.py
- datetime.py
- pandas.py
- schema.py
- string.py
- transform.py
- __init__.py
- plot.py
- stats.py
- util.py
- cols_plot.png
- confusion.png
- evaluation_curves.png
- handy_exception.png
- is_mrs.png
- logfare.png
- mahalanobis_outliers.png
- metrics_thresholds.png
- outliers.png
- safety_limit.png
- safety_off.png
- safety_on.png
- stratified_hist.png
- Exploring_Titanic.ipynb
- test_evaluation.py
- test_types.py
- test_base.py
- test_dataframe.py
- test_datetime.py
- test_pandas.py
- test_schema.py
- test_string.py
- test_transform.py
- conftest.py
- test_plot.py
- test_stats.py
- test_util.py
- train.csv
- .gitignore
- .travis.yml
- LICENSE
- README.md
- README.rst
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/dvgodoy/handyspark
Downloads the entire project code from GitHub to your computer.
cd handyspark
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install handyspark
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install handyspark
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
