https://github.com/nagapv/edexplore

A simple widget for interactive EDA / QA. Works on top of Pandas [in Jupyter Notebook] using IPyWidgets with a sprinkle of Regex.

https://github.com/nagapv/edexplore

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary

Keywords

data-analysis data-exploration data-profiling data-quality eda exploratory-data-analysis qa quality-analysis
Last synced: 5 months ago · JSON representation

Repository

A simple widget for interactive EDA / QA. Works on top of Pandas [in Jupyter Notebook] using IPyWidgets with a sprinkle of Regex.

Basic Info
  • Host: GitHub
  • Owner: nagapv
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 1.8 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
data-analysis data-exploration data-profiling data-quality eda exploratory-data-analysis qa quality-analysis
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

EDExplore

A simple widget for interactive EDA / QA for those who use Pandas in Jupyter Notebook.

https://github.com/nagapv/edexplore/ | https://pypi.org/project/edexplore/


How to install?

python -m pip install edexplore

If you want to do it locally:-
After downloading / extracting the code, go to the directory (in command line) for installation:
python -m pip install . OR pip install .

At times, you may need to enable the ipywidgets notebook extension:
jupyter nbextension enable --py widgetsnbextension

How to use?

import pandas as pd
from edexplore import interact
df = pd.read_csv("xzy.csv")
interact(df)

Here is the detailed reference with screenshots.


Special thanks to Ashwin Rajeev, who introduced IPyWidgets to me long back!


Copyright (c) 2024 Nagaprakash Venkatesan , MIT License

Owner

  • Name: Nagaprakash V
  • Login: nagapv
  • Kind: user
  • Location: India

An autodidact, working full-time, where data is everything.

GitHub Events

Total
Last Year

Dependencies

.github/workflows/python-publish.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • pypa/gh-action-pypi-publish 27b31702a0e7fc50959f5ad993c78deac1bdfc29 composite
setup.py pypi
  • ipywidgets *
  • numpy *
  • pandas *
  • requests *
docs/requirements.txt pypi
  • ipywidgets *
  • jupyter-book *
  • matplotlib *
  • notebook *
  • numpy *
  • pandas *