{css} {plotly_js}
Antyx
Exploratory Data Analysis
Utilities ▾
Download report
Overview
Summary
Correlations
Visualizations
Profiles
{overview( self.df, file_name=os.path.basename(self.file_path) if self.file_path else "", total_records=self.df.shape[0] + self.skipped_lines, omitted_records=self.skipped_lines, theme=self.theme, file_path=self.file_path, summary_stats=self._compute_summary_stats() )}
{describe_data(self.df, output_dir=os.getcwd())}
{correlation_analysis(self.df, theme=self.theme)}
{visualizations(self.df, theme=self.theme)}
{variable_profiles(self.df, theme=self.theme)}