A package to display DS practical codes and download datasets
Project description
DS Practical Codes
A Python package to quickly access and display Data Science practical codes and automatically download their associated datasets.
Installation
To install the package locally in editable mode:
pip install -e .
Usage
import dspracticalcodes as ds
# Print code for Practical 1 and download its dataset
ds.print_practical(1)
# Print code for Practical 5 (Linear Regression)
ds.print_practical(5)
Features
- Instant Code Access: Get the exact source code for practicals 1 through 11.
- Auto-Download: Automatically checks for and downloads required CSV files (e.g.,
Social_Network_Ads.csv,titanic.csv) if they are missing from your workspace. - Formatted Output: Prints code with clear headers and sections.
Available Practicals
- Data Wrangling I
- Data Wrangling II
- Descriptive Statistics
- Data Analytics I (Linear Regression)
- Data Analytics II (Logistic Regression)
- Data Analytics III (Naive Bayes)
- Text Analytics
- Data Visualization I
- Data Visualization II
- Data Visualization III
- Big Data Analytics (Impala/SQLite)
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
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 dspracticalcodes-0.1.0.tar.gz.
File metadata
- Download URL: dspracticalcodes-0.1.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a2706e11ec2c0f39ca5a1a0f41cc537a654faea2204b43bf09a2c417b5b7bc8
|
|
| MD5 |
5d4b47c739c882b26625f4d9ef63662a
|
|
| BLAKE2b-256 |
1be700b36df10e362c77a6b23fffb2f15cab90d53f0423763dc42992bcde5d93
|
File details
Details for the file dspracticalcodes-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dspracticalcodes-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45759c096b55844fe0a90b8bc3c39903199a46d1e95b2f9076beb67f212af5d4
|
|
| MD5 |
4567bcdca3193e951aa9c52cc2b6b5bd
|
|
| BLAKE2b-256 |
0ce6c78af5bbcffb4e903205e94bc6b13799cc1a15a3582ec3bb5dfebf7af6f7
|