Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 684 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 684 Bytes

Data-Vizualizer

A data vizualization Web platform to visualize and analyse all your text data.

A data visualization tool used to make the process of visualization step of Data Science easier for a beginner. It has the following functionalities:-

  1. It takes data(CSV file, excel file or basic pasting of data)
  2. It can plot basic plots such as bar plot, scatter plot, spline plot, pie chart, 3-D Scatter plot and many more such plots.
  3. It has features of normalization( min-max normalization, Decimal normalization, and z-score) and transformation(log, power, square root and many more) of the plots.
  4. It can perform PCA for data visualization using dimensionality reduction.