A Data Science Package written in python.
Project description
XamPy
Links
Information
XamPy is a Data Science Package written in Python.
Features
- Simplifying the process of analyzing data
- User-Friendly command based sripting package
Packages Used
XamPy uses a number of open source projects to work properly:
- Pandas - Data manipulation tool for python
- Numpy - awesome tool for matrix/array mathmatics
- MatPlotLib - tool for graphing in python
- vaderSenitment - tool for senitment anaylsis of social media
- nltk - natural language processing and text mining
- textblob - sentiment analysis on a larger size of text
- datetime for date manipulation
Installation
pip install xampy
or
pip3 install xampy
Contributors and Contributions
IF YOU ARE A CONTRIBUTOR AND ARE NOT LISTED PLEASE EMAIL Max Paul or submit a new issue.
- Max Paul
- Lead Contributor/Founder
- Bachelor Of Science In Data Science from Bryant Unversity.
- Software engineer by day for TJX.
Example Use
RECOMMENDED USE WITH A VIRTUAL ENV
pip install virtualenv
python -m virtualenv venv
venv\Scripts\activate
pip install xampy
import xampy as xp
# reading data and showing information
data = xp.makeData('topcsv.csv')
xp.showInfo(data)
# dropping all the rows that contain nulls get dropped
data = xp.dropnaDim(data,'row')
#counting missing data to show all values have been dropped
xp.countMissing(data)
#conducting sentiment analysis on the text data
data = xp.socialSentiment(data,'Content')
#showing the new dataframe
data.head(10)
License
MIT
Free Software, Hell Yeah!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
XamPy-0.1.4.1.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file XamPy-0.1.4.1.tar.gz
.
File metadata
- Download URL: XamPy-0.1.4.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a5a6108b3bbff1bb71900fcdcf06ce1244e059dd59b28a0b085753873525d0c |
|
MD5 | 82431619f6ecc52b6460153e0ecbc8e8 |
|
BLAKE2b-256 | 9bd0901ba555fbbfd06870ee54caf14590052eda2945862d5c201a7b03f63e51 |
File details
Details for the file XamPy-0.1.4.1-py3-none-any.whl
.
File metadata
- Download URL: XamPy-0.1.4.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3b8d068680db5869e60e018a33d1d897bfbe0cb728f507c7d1df6c6ae95e957 |
|
MD5 | ec3320cf51840d2c826431bec195bae8 |
|
BLAKE2b-256 | 86c6d1798bcebeb2d04fd697b8be99bde745ecaffb79ab79f0a88bd6e1104c8e |