Skip to content

24f3001311/thinkpulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

๐Ÿง  ThinkPulse — Fastest, Smartest, & Simplest Data Science Toolkit (Bilingual)

ThinkPulse is a modern Python library designed to simplify everyday data science tasks.
With ultra-readable syntax, blazing-fast speed, and bilingual (English + Hindi) output, ThinkPulse is the next-gen Pandas++ for beginners & pros alike. PyPI version


๐Ÿš€ Why ThinkPulse?

โœ… No more 10 lines of Pandas code for basic tasks
โœ… Human-style insights, not raw numbers
โœ… Works out-of-the-box on any dataset
โœ… Designed for real-world data mess
โœ… Bilingual output: English (default) + Hindi (on request)


๐Ÿ”ฅ Core Features

Function Description
analyze() Quick dataset structure summary
summary() Column-wise stats + missing info
highlight_outliers() IQR-based outlier finder
insight() Human-readable insights from messy data
compare_datasets() Smart CSV comparison (rows, columns, nulls)
explain_column() Understand what a column really is
clean_column_names() Instantly fix dirty column names
detect_bias() Uncover hidden bias (gender, region, income)

๐ŸŒ Bilingual Output (AI + India Friendly ๐Ÿ‡ฎ๐Ÿ‡ณ)

Use in English by default, switch to Hindi if needed:

tp.summary("data.csv")                         # English
tp.summary("data.csv", language="hi")          # Hindi


๐Ÿงช Installation

pip install thinkpulse

Until then, clone this repo and use it directly.


๐Ÿ” Quick Demo

import thinkpulse as tp

tp.analyze("sales.csv")
tp.highlight_outliers("sales.csv", column="Revenue")
tp.detect_bias("hiring.csv", target="Hired", by="Gender")


๐Ÿ“‚ Requirements
Python3.7
pandas
scipy

Use pip install -r requirements.txt to install dependencies.

๐Ÿง‘‍๐Ÿ’ป Built By
Made with โค๏ธ by Harshit Tiwari

๐Ÿ“ฌ Email: tiwariharshit1164@gmail.com
๐Ÿ”— GitHub: github.com/harshit1164

๐Ÿ“œ License
MIT LicenseFree for commercial and educational use.

โญ Your Support Matters

If you like this project:

โญ Star it on GitHub
๐Ÿ” Share it with your data science friends
๐Ÿ“ฆ Suggest it for open-source hackathons

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages