Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataset info #122

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Dataset info #122

wants to merge 2 commits into from

Conversation

Ayushlion8
Copy link
Contributor

…the dataset with the help of statistical analysis and visualization techniques of the features of the dataset.

Issue no.

#108

Description

The provided code is a Python script that performs basic Exploratory Data Analysis (EDA) on a dataset. Here's a brief description of what the code does:

Load the Dataset:

The script begins by loading a dataset from a CSV file. You need to replace 'your_dataset.csv' with the actual path to your dataset file.

EDA and Visualization:

It then performs EDA, which involves exploring the dataset to understand its characteristics.
In this example, it creates a scatter plot using two features, 'feature1' and 'feature2,' from the dataset. This scatter plot visualizes the relationship between these two features.
The script sets labels for the x and y axes and adds a title to the plot.
After creating the plot, it displays it using plt.show().

Calculate Basic Statistics:

The script calculates basic statistics for numeric columns in the dataset using the describe() method. These statistics include measures like mean, standard deviation, minimum, maximum, and quartiles.
It prints these basic statistics to the console.

Important Note:

The script is a template and needs to be adapted to your specific dataset. You should replace 'your_dataset.csv' with the actual path to your dataset and select the relevant features and visualizations based on your dataset's content and analysis goals.

Screenshots (if applicable)

Screenshot (143)

Screenshot (144)

Screenshot (145)

Screenshot (146)

Screenshot (147)

Screenshot (148)

Checklist

Please review and check the following before submitting your pull request:

  • I have followed the project's coding conventions and guidelines
  • I have tested my changes thoroughly
  • I have added/updated relevant documentation
  • My code follows best practices and is easy to understand
  • I have added necessary test cases (if applicable)
  • All existing tests are passing
  • My changes do not introduce any new warnings or errors

Your Name added 2 commits October 6, 2023 22:52
…the dataset with the help of statistical analysis and visualization techniques of the features of the dataset.
…the dataset through statistical analysis and visualization techniques of the features of the dataset.
@vercel
Copy link

vercel bot commented Oct 6, 2023

Someone is attempting to deploy a commit to a Personal Account owned by @neokd on Vercel.

@neokd first needs to authorize it.

@neokd
Copy link
Owner

neokd commented Oct 7, 2023

@Ayushlion8 is this only for CSV files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants