V
V
vldud2021-02-02 14:15:34
Python
vldud, 2021-02-02 14:15:34

Is there a ready-made solution for displaying dataset information in a readable way?

Good afternoon. Interested in a ready-made solution for displaying information and visualizing a dataset. Tables with descriptive statistics, graphs, histograms, etc. should be displayed. The key point is that a ready- made solution is being sought, that is, it is not necessary to offer pandas, scipy and other popular libraries. It is better not to write code at all. I understand that it will not be a problem to implement the required functionality myself, but in this case it is not necessary.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dmshar, 2021-02-02
@vldud

It's not entirely clear what you want.
"to display information" in order to "do not write code at all" - export your dataset to a csv file and work at least EXCEL, at least Tableau (for visualization), at least in SPSS.
If your data is time series, then you can try Grafana.
Descriptive statistics are displayed in pandas (yep :-) ) with a single data.describe() command.
Only now I would not say that it is easier to build the same histogram in EXCEL or Grafana than in Python. Even in Tableau, in order to get what you need, you need to understand the tool well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question