[PYTHON] How to Skip Correlation Graph Depiction with pandas-profiling

Overview

When executing pandas-profiling, there was an argument that can be used in cases where you want to skip high-load processing such as correlations and dynamic binning, so make a note as a reminder.

code

skip_conf


profile = ProfileReport(large_dataset, minimal=True)
profile.to_file(output_file="output.html")

・ Enter ** minimal = True **

Case

・ When you want to apply pandas-profiling to a large data set ・ When pandas-profiling causes an error in correlations or dynamic binning

reference

https://github.com/pandas-profiling/pandas-profiling#large-datasets

Recommended Posts

How to Skip Correlation Graph Depiction with pandas-profiling
How to draw a 2-axis graph with pyplot
[Python] How to draw a line graph with Matplotlib
How to update with SQLAlchemy?
How to cast with Theano
How to Alter with SQLAlchemy?
How to separate strings with','
How to RDP with Fedora31
How to Delete with SQLAlchemy?
How to cancel RT with tweepy
Python: How to use async with
How to use virtualenv with PowerShell
How to deal with imbalanced data
How to install python-pip with ubuntu20.04LTS
How to deal with imbalanced data
How to get started with Scrapy
How to get started with Python
How to deal with DistributionNotFound errors
How to get started with Django
How to Data Augmentation with PyTorch
How to use FTP with Python
How to calculate date with python
How to install mysql-connector with pip3
How to INNER JOIN with SQLAlchemy
How to install Anaconda with pyenv
How to authenticate with Django Part 2
How to authenticate with Django Part 3
How to do arithmetic with Django template
[Blender] How to set shape_key with script
How to get parent id with sqlalchemy
How to add a package with PyCharm
How to draw a graph using Matplotlib
How to install DLIB with 2020 / CUDA enabled
How to use ManyToManyField with Django's Admin
How to use OpenVPN with Ubuntu 18.04.3 LTS
How to use Cmder with PyCharm (Windows)
How to prevent package updates with apt
How to work with BigQuery in Python
How to use Ass / Alembic with HtoA
How to deal with enum compatibility errors
How to use Japanese with NLTK plot
How to do portmanteau test with python
How to search Google Drive with Google Colaboratory
How to display python Japanese with lolipop
How to draw a bar graph that summarizes multiple series with matplotlib
How to download youtube videos with youtube-dl
How to use jupyter notebook with ABCI
How to power off Linux with Ultra96-V2
"How to pass PATH" to learn with homebrew
How to scrape websites created with SPA
How to use CUT command (with sample)
How to enter Japanese with Python curses
[Python] How to deal with module errors
How to install zsh (with .zshrc customization)
How to read problem data with paiza
How to use SQLAlchemy / Connect with aiomysql
How to get started with laravel (Linux)
How to group volumes together with LVM
How to install python3 with docker centos
How to use JDBC driver with Redash
How to selectively delete past tweets with Tweepy