IDEs
The package can be directly consumed in some Integrated Development Environments, such as PyCharm.
PyCharm
- Install
ydata-profilingvia../getting_started/installation - Locate your
ydata-profilingexecutable.
On macOS / Linux / BSD:
On Windows:
- In PyCharm, go to Settings (or Preferences on macOS) Tools External tools
- Click the + icon to add a new external tool
-
Insert the following values
-
Name:
Data Profiling- Program: The location obtained in step 2
- Arguments:
"$FilePath$" "$FileDir$/$FileNameWithoutAllExtensions$_report.html" - Working Directory:
$ProjectFileDir$
{.align-center
width="400px"}
To use the PyCharm Integration, right click on any dataset file and External Tools Data Profiling.
