-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Japip edited this page Oct 15, 2024
·
6 revisions
Statistic Data Processing Made with Python
Pythistic is a tool for Data Processing, Display, and Transformation that is useful for statistical purposes. It was created because I (aka. brotherzhafif) am lazy about manually calculating statistics for assignments.
- Scipy
- Numpy
- Pandas
- Tabulate
- Matplotlib
- Matplotlib Venn
- Descriptive Statistics: Automatically calculates mean, median, mode, variance, standard deviation, skewness, and kurtosis.
- Frequency Table: Automatically generates a frequency table from a dataset.
-
Data Visualization: Use
pandas
andmatplotlib
to create visualizations like histograms and box plots. -
Tabulate Integration: Outputs data in a clean table format using the
tabulate
library. - Data Transformation: Perform Data Transformation to Normalize Data Distribution
To use Pythistic, you need to have Python installed. You can install the required libraries using pip
:
pip install pythistic
or
pip install numpy scipy pandas tabulate matplotlib matplotlib_venn
Once all libraries are installed, you can clone the repository:
git clone https://github.com/brotherzhafif/Pythistic.git
We welcome contributions! If you find bugs or want to add features, feel free to open an issue or submit a pull request.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.