A Python library for data analysis and visualization
Project description
DeVrouw
DeVrouw is a dutch word reffering to "woman", not after the woman meme but to celeberate upcoming birthdate of mathematician Sophe Germain. The library is useful for visualization and data analysis for beginners without using MatPlotlib and pandas together to write hectic scripts. Did you know? DeVrouw was entirely created by an AI system, and not even a single line, including this was written independently and copied from source!
Usage
import devrouw.visualization as viz
import devrouw.analysis as ana
# Load data
data = ana.load_data('data.csv')
# Analyze data
mean = ana.calculate_mean(data)
median = ana.calculate_median(data)
mode = ana.calculate_mode(data)
# Visualize data
viz.plot_histogram(data)
viz.plot_boxplot(data)
# Print analysis results
print(f"Mean: {mean}")
print(f"Median: {median}")
print(f"Mode: {mode}")
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
devrouw-0.1.1.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file devrouw-0.1.1.tar.gz
.
File metadata
- Download URL: devrouw-0.1.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 937619d4d0c8e0ed8ba1773b33aa88c1022a908ee9ee27d89b90da8a8c8672a4 |
|
MD5 | ef4132826999c79faeb00a6d5bb092c5 |
|
BLAKE2b-256 | d4701a507100abe6fe3974d50a5966244e6c56577248018d7b3d4b95bc4c7065 |
File details
Details for the file devrouw-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: devrouw-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 272342df51e35cd444860e12744f57a3c9557dca917b540d3f284607eeca6fa7 |
|
MD5 | 211095069c3e8fb5928cc1d74d71f24b |
|
BLAKE2b-256 | 4d0226377492999b3cc6ab0ed5e6f4578efbc048452001c048054e892cb06fe7 |