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
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.3.tar.gz
(4.4 kB
view details)
Built Distribution
XamPy-0.1.3-py3-none-any.whl
(5.8 kB
view details)
File details
Details for the file XamPy-0.1.3.tar.gz
.
File metadata
- Download URL: XamPy-0.1.3.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e5e7456bfd101df849f8faf029dd5f279587c767965b85d79929ff55edad081 |
|
MD5 | a28134a0b7b20728280b23f104b62d51 |
|
BLAKE2b-256 | ff44b84658a95102543a7c669d84ac881e81895f05e35c92d6ca1e945026e99c |
File details
Details for the file XamPy-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: XamPy-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1de4221d91a607899de8d59d1a2b6fdffba5e8c132dc2d991477837fd14e6811 |
|
MD5 | 5d8c4ca071bc1be9e359525196c11c76 |
|
BLAKE2b-256 | 318138a3bfc32803333deac1b742b3da4020752b98616bccdbe95e11255a764d |