Skip to content
forked from visprex/visprex

Visualise your CSV files in seconds without sending your data anywhere

License

jklaise/visprex

 
 

Repository files navigation

Visualise your CSV files in seconds without sending your data anywhere

Visprex App | Documentation

Getting Started

Loading your dataset

Your data is procecced entirely in your browser without sending your data to any servers. Only network calls this application has are those downloading example datasets from public buckets.

Once you upload your CSV file, it will automatically parse your data into either Categorical or Numerical types

schema

Reference: Loading your dataset

Visualise your data

Histogram

Histograms are useful for understanding the feature distributions, especially to see if they follow certain distributions (e.g. Gaussian, uniform, Poisson etc).

hist

There are built-in log transformation methods available.

log_hist

Reference: Understand feature distributions

Scatterplot

You can choose two variables to visualise on a 2D scatterplot. The variable you choose first will show up on the X-axis and the second variable will be on the Y-axis.

Hovering over individual points will show you the details of that instance.

scatter

You can optionally add filters to control for certain variable values or look at specific sub-sections. See reference for a list of supported operators.

filters

Reference: Visualise linear relationships

Correlation Matrix

You can find linear correlations for any pair of variables from the correlation map, where purpole indicates positive correlation and red indicates negative correlation.

corr

Reference: Check correlatins between features

Development

npm ci
npm run dev
open http://localhost:5173/

About

Visualise your CSV files in seconds without sending your data anywhere

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • JavaScript 1.1%
  • Other 1.6%