[0.9a17](https://pypi.org/project/MatricesM/)
-Fixed 53 , 57 ,58 ,
-Added "describe" property to return a matrix containing description of the matrix
-Feature/column names are now only printed if matrix's a dtype is 'dataframe'
-['add'](https://github.com/MathStuff/MatricesMbasics) method now accepts 'dtype' parameter to be set if a column is added
-'listed' now works with 'dataframe' dtype, but still only picks up numbers from strings. [Examples](https://github.com/MathStuff/MatricesMgive-list-of-numbers-to-create-matrices)
-Fixed dtype and coldtypes setter to reload the matrix after setting new values
-Updated some of the example matrices
[Comparison](https://github.com/MathStuff/MatricesM/compare/0.9a16...0.9a17)