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
Reference: Loading your dataset
Histograms are useful for understanding the feature distributions, especially to see if they follow certain distributions (e.g. Gaussian, uniform, Poisson etc).
There are built-in log transformation methods available.
Reference: Understand feature distributions
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.
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.
Reference: Visualise linear relationships
You can find linear correlations for any pair of variables from the correlation map, where purpole indicates positive correlation and red indicates negative correlation.
Reference: Check correlatins between features
npm ci
npm run dev
open http://localhost:5173/