Various Data Tools

Hi,

This is non topic related. I was wondering if there could be a video(or here, no issues) on comparative analysis of various tools used in data science/analysis, like upto what extent EXCEL is used then SQL languages, PYTHON and BIG DATA TOOLS.

Generally what difference i get to know it is regarding the size of data, but don’t understand upto what size of data and for what type of data a particular tool is used.

Tableau is also used by professionals, but we have visualization in python also. So is tableau doing something extra than python in certain cases?

These are some queries I have.

Thanks :slight_smile:

Any thoughts?

Thanks.

Hi, Abhinav!

Use Matplotlib or Seaborn (higher level) packages for your data analysis or visualizations.
You can programmatically represents and visualize the data! and do analysis.
For scientific and research purpose we use the above library. and they are well documented!
Both are compatible with Python.
and the best part is these are open sourced!

All the best!