Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31,060 changes: 31,060 additions & 0 deletions .ipynb_checkpoints/Data_Visualization_W2-checkpoint.ipynb

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions .ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Class7-Data_Visualization-Week21


Data Set

https://www.kaggle.com/datasets/mirichoi0218/insurance

Please use the necessary graphs to answer the following questions by using the Plotly library and state your observations in a couple of sentences for each question.

1. What is the general outlook and statistics of the data?
* a. Data types
* b. Number of rows and columns
* c. Description of attributes
* d. Statistical outlook
* e. NaN values

Tip: You do not need to use graphs to answer this question.


2. What is the frequency of categorical variables? Is there any significant difference in frequencies?

Tip: You can use bar chart and pie chart with subplots.


3. What is the dispersion of medical costs regarding the categorical variables? Is there any observation that stands out? Do you see any significant change if you add a third categorical variable?

Tip: You can use bar chart and compare the total and average values of numerical variables across the categorical variables.


4. How is the distribution of numerical variables?
31,060 changes: 31,060 additions & 0 deletions Data_Visualization_W2.ipynb

Large diffs are not rendered by default.

Loading