datawranglingpy_v0.4.1
-
2022-05-31 (v0.4.1):
- The Rules.
- Matrix multiplication, dot products.
- Euclidean distance, few-nearest-neighbour and fixed-radius search.
- Aggregation of multidimensional data.
- Regression with k-nearest neighbours.
- Least squares fitting of linear regression models.
- Geometric transforms; orthonormal matrices.
- SVD and dimensionality reduction/PCA.
- Classification with k-nearest neighbours.
- Clustering with k-means.
- Text Processing and Regular Expression chapters were merged.
- Unidimensional Data Aggregation and Transformation chapters were merged.
pandas.GroupBy
objects are iterable.- Semitransparent histograms.
- Contour plots.
- Argument unpacking and variadic arguments (
*args
,**kwargs
).