Skip to content

Easily visualize the correlation between different variables in a given dataset.

Notifications You must be signed in to change notification settings

jjdlg361/Pandas-Correlation-Matrix-Plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Correlation Matrix Plotter

This Python script allows you to easily visualize the correlation between different variables in a given dataset. It uses the popular Pandas library to read the dataset and the Matplotlib library to generate the correlation matrix plot.

Installation

To use this script, you need to have Python 3.x and the following libraries installed:
  • Pandas
  • Numpy
  • Matplotlib
You can install these libraries using pip, the Python package manager, by running the following command: pip install pandas numpy matplotlib

Usage

To use the script, simply import it into your Python code and call the plot_correlation_matrix function, passing in the dataset as a Pandas DataFrame. This will generate a plot of the correlation matrix, showing the correlation between all the variables in the dataset.

Contributing

Contributions to this script are welcome! If you find a bug or have an idea for an improvement, please fork the repository, make your changes, and submit a pull request.

License

This script is provided under the MIT License.

Releases

No releases published

Packages

No packages published

Languages