Is there a ready-made solution for c # that allows analytics of tables (DataGridView, datatable), for example, how many repeated entries in columns or by filtering out unnecessary table entries, build graphs based on the results of the table .....

  • The DataTable class allows you to do some operations — a filter, count the average, and so on. For example, Compute msdn.microsoft.com/ru-ru/library/… - nick_n_a
  • not a few features - SergD29

0