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 theory for Practical 1
ds.print_theory(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)
- Big Data Analytics (Scala)
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
dspracticalcodes-0.2.0.tar.gz
(11.5 kB
view details)
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.2.0.tar.gz.
File metadata
- Download URL: dspracticalcodes-0.2.0.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6964a0ec15cb268273dcf63bd8f6d426da6cca05a0e2c0d7fdce8c5232d5a4f1
|
|
| MD5 |
d0026d609f384b3e3f64e9dd4491eab9
|
|
| BLAKE2b-256 |
a6c10c8fd200fec7b86cab75ac8cdd07de4f1c16dc90f916f22f78963fab4abb
|
File details
Details for the file dspracticalcodes-0.2.0-py3-none-any.whl.
File metadata
- Download URL: dspracticalcodes-0.2.0-py3-none-any.whl
- Upload date:
- Size: 12.1 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 |
255d6c3fa4994481e11d66363d10db0a5118ffa96c291c358e707a74794f0fed
|
|
| MD5 |
f258fd580457a189a4265521d6c6c798
|
|
| BLAKE2b-256 |
60a034fe5b3657cfbdb96b87ad15230cbf34f1a0642a30c2dbf9cf4df92410ea
|