Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.83 KB

no-code-data-science-tools.md

File metadata and controls

49 lines (41 loc) · 1.83 KB

8 powerful no-code data science tools in a single frame.

They automate many redundant steps in data science projects and help you perform data science tasks without any code.

Gigasheet:

  • Browser-based no-code tool to analyze data at scale.
  • Use AI to conduct data analysis
  • It's like a combination of Excel + Pandas with no scale limitations.
  • Analyze up to 1B rows.
  • https://www.gigasheet.com/

Mito:

PivotTableJS:

Drawdata:

  • Draw any 2D scatter dataset by dragging the mouse.
  • Export the data as DataFrame, CSV, or JSON.
  • Create a histogram and line plot by dragging the mouse.
  • https://github.com/koaning/drawdata

PyGWalker:

Visual Python:

Tensorflow Playground:

  • Provides an elegant UI to build, train and visualize neural networks.
  • Browser-based tool.
  • Change data, model architecture, hyperparameters, etc. by clicking buttons.
  • https://playground.tensorflow.org/

ydata-profiling:

  • Generate a standardized EDA report for your dataset.
  • Works in a Jupyter notebook
  • Covers info about missing values, data statistics, correlation, data interactions, etc.
  • https://pypi.org/project/pandas-profiling/