Skip to content

A desktop application for loading, browsing, analyzing, and visualizing tabular data from various file formats.

License

Notifications You must be signed in to change notification settings

rhettadam/CSVUE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

CSVUE is a desktop application built with Python and Tkinter for loading, browsing, analyzing, and visualizing tabular data from various file formats.

Key Features

Multi-Format Data Loading

  • Supported formats:

    • Tabular Data: .csv, .tsv
    • Spreadsheets: .xlsx, .xls, .xlsm
    • Data Exchange: .json, .jsonl, .xml
    • Big Data: .parquet, .feather, .arrow
    • Databases: .sqlite, .db, .sqlite3
    • Scientific: .hdf, .h5
    • Statistical Software:
      • R: .rds
      • SAS: .sas7bdat
      • SPSS: .sav
      • Stata: .dta
    • Python: .pickle, .pkl
  • Files can be loaded and managed concurrently in a sidebar tree view

  • Each dataset is parsed into a Pandas DataFrame for in-memory operations

Data Structure Browser

  • Sidebar tree structure to navigate loaded datasets and their columns

  • Instant switching between datasets for focused analysis

Data Browser Tab

Interactive tabular view using pandastable with support for:

  • Sorting

  • Filtering by custom criteria

  • Searching across all columns

  • Exporting data to various formats

  • Quick actions like removing duplicates or handling missing values

image

Visualization Engine

Supports rich interactive plots via Plotly, including:

  • Histogram, Scatterplot, Bar, Line, Box, Violin, Heatmap

  • 3D Scatter, Bubble, Pie, Donut, Sunburst, Treemap

  • Time Series, Parallel Coordinates, Radar, Area, KDE, Density

Fully configurable plot options:

  • X, Y, color, and size variables

  • Themes (plotly, ggplot2, etc.) and color schemes (viridis, cividis, etc.)

  • Rendering and exporting of plots as PNG, SVG, PDF, or HTML

  • Embedded webview to render interactive Plotly plots directly in-app

image

Statistics Tab

Four sub-tabs for analysis:

  • Overview: Dataset metadata (row count, memory usage, column types)

  • Detailed Statistics: Descriptive stats for numerical and categorical columns

  • Data Quality: Missing values, duplicate rows, constant columns, high correlations

  • Distributions: Interactive Matplotlib plots (Histogram, Box, Violin, KDE)

  • Export capability to generate full HTML or plain-text reports

image

Data Operations & Utilities

Quick Insights: Auto-generates descriptive summaries and correlations

Missing Data Handler: Options for filling with mean/median/mode, forward/backward fill, or drop

Duplicate Remover: Intelligent deduplication with column selection and keep-first/last logic

Data Type Converter: Bulk convert column types (e.g., string → datetime)

Dynamic Filtering: Build row filters with a GUI (e.g., col > 100 or col contains "abc")

About

A desktop application for loading, browsing, analyzing, and visualizing tabular data from various file formats.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages