Introducing ViewTable GUI for Pandas DataFrames

🚀 I just published my first Python library on PyPI! As a self-taught developer learning Data Science, I faced a simple but annoying problem every day: ❌ print(df) → boring console output ❌ Hard to read 3500+ rows in terminal ❌ No visual info about nulls, duplicates So I built the solution myself. 💡 ✅ Introducing ViewTable — A beautiful GUI table viewer for Pandas DataFrames! 📦 pip install viewtb 🔥 What it does: → Opens a beautiful dark-mode GUI table → Shows null cells in Blue → Shows duplicate rows in Red → Sidebar with dataset info — rows, columns, memory → Just ONE line of code! 💻 Usage: ——————————————— from viewtb import ViewTable df = pd.read_csv('data.csv') df.dropna(inplace=True) ViewTable(df, info=True) ✨ ——————————————— Built with: 🐍 Python 🐼 Pandas 🎨 Tkinter Canvas + CustomTkinter This is Day 1 of my Data Science journey. Small library. Big learning. 🙏 👇 Check it out: 🔗 GitHub: [your link] 📦 PyPI: [your link] #Python #DataScience #OpenSource #MachineLearning #100DaysOfCode #Programming #buildinpublic

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories