List of Jupyter notebooks related to my Python blog appunti-python.blogspot.com
The notebooks have been created to create use cases of Python language, and can be used as guide.
The repository is organize in directories , each one for a specific argument.
Notebooks to explore and test specific features of the Jupyter notebooks
Examples to create DataFrames, useful for tutorial or for testing routines which dataframes.
Example about manupulation of MultiIndex Dataframes.
Introduction to groupby operation on a DataFrame, a descrition of data structure, an some operation like unstack().
Examples which explores statistcs functions
Easy introduction to covariance with some example.
Analisys of statistic distribution t-Student
Linear regression with numpy plofyt .