Let's find the most essential and reliable no-code data science tools to speed up the elaboration of the research results. Thanks to Avi Chawla (source: LinkedIn post), I have some suggestions for you here. Let us know your tips.

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

Mito

  • Create a spreadsheet interface in Jupyter Notebook
  • Yse Mito AI to conduct data analysis
  • Automatically generates Python code for each analysis

PivotTableJS

  • Create Pivot tables, aggregations, and charts using drag-and-drop
  • Add heatmaps to tables
  • Works within Jupyter notebook

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

PyGWalker

  • Open a tableau-style interface in Jupyter notebook
  • Analyze a DataFrame as you would in Tableau

Visual Python

  • A GUI-based Python code generator
  • Import libraries, perform data I/O, create plots, and write code for ML models by clicking buttons

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

ydata-profiling

  • Generate a standardized EDA report for your dataset
  • Works in a Jupyter notebook
  • Covers info about missing values, data statistics, correlation, and data interactions

More Attila Biró's questions See All
Similar questions and discussions