A collection of Data Science practical Jupyter Notebooks with detailed explanations — covering data wrangling, descriptive statistics, regression, classification, and visualization.
Project description
ds-practicals-guru
A collection of Data Science practical Jupyter Notebooks with detailed explanations — covering data wrangling, descriptive statistics, regression, classification, and visualization.
📓 Included Notebooks
| # | Notebook | Topic | Dataset |
|---|---|---|---|
| 1 | Practical_1_Data_Wrangling.ipynb |
Data Wrangling — loading, inspecting, missing values, type conversion | Titanic |
| 2 | Practical_2_Data_Wrangling_II.ipynb |
Data Wrangling II — missing values, outlier capping (Winsorisation) | Student data |
| 3 | Practical_3_Descriptive_Statistics.ipynb |
Descriptive & grouped summary statistics | Iris |
| 4 | Practical_4_Linear_Regression.ipynb |
Linear Regression — train, predict, evaluate (MSE, R²) | Boston Housing |
| 5 | Practical_5_Logistic_Regression.ipynb |
Logistic Regression — binary classification, confusion matrix | Social Network Ads |
| 6 | Practical_6_Naive_Bayes.ipynb |
Gaussian Naïve Bayes — multi-class classification | Iris |
| 8 | Practical_8_Histogram.ipynb |
Histogram visualization with KDE | Titanic |
| 9 | Practical_9_Box_Plot.ipynb |
Box plot visualization — grouped by gender/survival | Titanic |
| 10 | Practical_10_Iris_Visualization.ipynb |
Histograms, boxplots, feature type identification | Iris |
Each notebook includes:
- ✅ Theory & concept explanations
- ✅ Step-by-step code with markdown headers
- ✅ Inline comments explaining each line
- ✅ Summary tables with key takeaways
Installation
pip install ds-practicals-guru
Quick Start
import ds_practicals_guru
# Get the path to installed notebooks
notebooks_path = ds_practicals_guru.get_notebooks_path()
print(f"Notebooks are at: {notebooks_path}")
# List all available notebooks
for nb in ds_practicals_guru.list_notebooks():
print(f" 📓 {nb}")
Then open the notebooks directory in Jupyter Notebook, JupyterLab, or VS Code:
jupyter notebook $(python -c "import ds_practicals_guru; print(ds_practicals_guru.get_notebooks_path())")
Dependencies
- Python ≥ 3.8
- pandas ≥ 1.3
- numpy ≥ 1.21
- scikit-learn ≥ 1.0
- matplotlib ≥ 3.4
- seaborn ≥ 0.11
- jupyter ≥ 1.0
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ds_practicals_guru-0.6.0.tar.gz.
File metadata
- Download URL: ds_practicals_guru-0.6.0.tar.gz
- Upload date:
- Size: 54.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5a025da78671ad460ca0bbacf004b9d2d1e08cfce80fba00b53f2ee3e0c797c
|
|
| MD5 |
85d31b5d45d279ccf0ee107e74e3795b
|
|
| BLAKE2b-256 |
b8e3aab292ae7d18c9207dfa3978cb13278b36e67008160aaa5e4c529668804b
|
File details
Details for the file ds_practicals_guru-0.6.0-py3-none-any.whl.
File metadata
- Download URL: ds_practicals_guru-0.6.0-py3-none-any.whl
- Upload date:
- Size: 62.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
425aca700a40121a331162b2d46c9281dbfbe3a699bdbc76cc05266e6c81bb77
|
|
| MD5 |
56dc1386221952e432a39190fc97c721
|
|
| BLAKE2b-256 |
de503617b773127dbe27990d1b7ed8130bb212ee8f69d45ca8206f18480f4649
|